Loading Tool

Explorer IconExplorer

Memory Pool

67,576 transactions
22.18 vMB
0.15474321 BTC
Random Selection Loading Transactions
Max Size: 135.28/200 MB

Candidate Block

Mining Attempt 3b103519b7b6198dc381eb5cd820e51192271a4505c036dd68793ebecdcb6793
Version 20000000
Previous Block 000000000000000000007b635c8d20a19e7deaa32de9c499b8d2d1b3589209f2
Merkle Root c83fd05ceb822fc4fe10f2a4be93dd71cbcb3f1fd2a624ba43d7adcaf8227afa
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,917
Size: 1.00 vMB
Total Fees: 0.06571927 BTC
Feerates: 795.20 > 6.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,824 (757,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
158,055 158,055 0000000000000aab982a388721ec2e06e6bc1137a953e3fc47852d2fcae64d48 90 0.03/1.00 vMB 99
158,054 158,054 00000000000009a10cc2966c111ea371be9566685cd7575f9353cbfe2c20a9b3 44 0.02/1.00 vMB 216
158,053 158,053 0000000000000be565e8046f3afbffc4d15c4deaacd6d92c3d6e0a0b7a5ec1e8 6 0.00/1.00 vMB 0
158,052 158,052 000000000000031fa450cf7c51ee2b1082ea666571acd93ff1c492d89e62f37e 48 0.03/1.00 vMB 119
158,051 158,051 0000000000000d381889c79ca65a5caa8666623bc39f0dc572d5ce35e8bdbaf9 75 0.05/1.00 vMB 137
158,050 158,050 0000000000000401526320f8a55e8b2eafeb030cb197c2b6070435e0e307e948 1 0.00/1.00 vMB 0
158,049 158,049 0000000000000dffe79bae662ea6c10b40098c116ee6c65c02b3eb051e1ed347 81 0.02/1.00 vMB 51
158,048 158,048 00000000000005b4687e7692d5b4d9e612132d79789cea58b8ebfc2e24d6465d 41 0.02/1.00 vMB 473
158,047 158,047 000000000000063ef970d10339a35e72a31a3cad362b9acb9a5d8d0bf51ae84d 11 0.00/1.00 vMB 40
158,046 158,046 000000000000069e574e77d8c586f91ae7ee4c3586af03c9b200160e74149469 49 0.02/1.00 vMB 230
158,045 158,045 00000000000003318e81c0b17f3f8d7b23b9b3426eaf6d2c825b035b4fd9b68b 31 0.02/1.00 vMB 181
158,044 158,044 000000000000021f3f122373ea0d08c41fd09e495163fff9a62abac418d0c316 94 0.04/1.00 vMB 649
158,043 158,043 000000000000018e4c0ab52a26ac950af145fcf9c323ae2131bfe2c4df9f14b5 3 0.00/1.00 vMB 248
158,042 158,042 0000000000000d05fd5e37403d45677f81073380645dd74c85f5bf5419deb0dc 33 0.01/1.00 vMB 138
158,041 158,041 0000000000000a3ac24807dfa45c8dbca0c009405186470dfb0d94dc54c4d3c0 47 0.03/1.00 vMB 377
158,040 158,040 0000000000000cc50ef871e6d9f709c2f2b3a66f3d516fee3462d71dcce673ca 22 0.01/1.00 vMB 553
158,039 158,039 0000000000000b01711a0c4969a70297cbeb796d7921bbd3142e9bd018816d81 36 0.01/1.00 vMB 180
158,038 158,038 0000000000000c35f1d20ffc019a6d9d940fa37d92caee1b7f006357fbebb10f 11 0.00/1.00 vMB 191
158,037 158,037 0000000000000a31fb4f1e751c99f273b328774639ecfced7033d0efa582397e 28 0.01/1.00 vMB 105
158,036 158,036 00000000000002fc45ead9d26b3f73e4c3eb16aad1cbd234f5a328f9e8ea88e5 6 0.00/1.00 vMB 956
158,035 158,035 0000000000000d6d89eb09c1c84daf2516fca6cec2902625fd27eee704094924 9 0.00/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 783.80 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 789.10 GB
    • Received: 21.74 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.