Loading Tool

Explorer IconExplorer

Memory Pool

78,656 transactions
29.36 vMB
0.07835981 BTC
Random Selection Loading Transactions
Max Size: 179.91/200 MB

Candidate Block

Mining Attempt 5929497b0b5999a49e33b95a1c2c6450a06267e3c337f06c32bf8cc8806ebf7e
Version 20000000
Previous Block 000000000000000000005526bea8af5b3d9aa43c0c50a99620a61707332605e3
Merkle Root 23454c3552b2d5b939876de16d95e52ca0aafa2fb14e8518251032dc78873efc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,579
Size: 1.00 vMB
Total Fees: 0.01400612 BTC
Feerates: 100.36 > 1.40 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,237 (522,038 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
393,199 393,199 0000000000000000020de4f95e16b63878a506b8c3fb976fc1abbe0a42902a35 1,873 1.00/1.00 vMB 36
393,198 393,198 000000000000000003a671bad68c4cdf6e72f0f6122f6e33d7a1b56e89566935 1,325 0.99/1.00 vMB 30
393,197 393,197 0000000000000000062da6a42cb582a2e21c0fa286a01bf446a46090f43a8011 670 0.75/1.00 vMB 24
393,196 393,196 000000000000000006cdc77dce7946c9b3e113f3994b0773882e33870dbb7900 1,491 1.00/1.00 vMB 33
393,195 393,195 00000000000000000252ba15118fd92e4c41bb3e934e6a2f8e6da3bf01487f3b 1 0.00/1.00 vMB 0
393,194 393,194 00000000000000000866655d8d29bed8b182bc40be48308ecbd01568b0c9d29a 2,172 0.93/1.00 vMB 59
393,193 393,193 000000000000000003b975dcddcef34adb6eeda9f2fd836c0cc70232fe9b2d95 2,009 1.00/1.00 vMB 41
393,192 393,192 0000000000000000084175f7f34d7c6740cb19dfdb0b2c5f325019ee61a9c87c 2,578 0.93/1.00 vMB 57
393,191 393,191 00000000000000000025722e25698b390a765679d80bc42347e8437137f88ac8 2,472 0.93/1.00 vMB 64
393,190 393,190 000000000000000005c2723ee06ab1850e1fe8650a3a02681162ab53b62015c4 2,207 0.95/1.00 vMB 49
393,189 393,189 000000000000000005c6521bbef1b5597303056faa09235d3326670bb717a70a 1,231 1.00/1.00 vMB 20
393,188 393,188 000000000000000009654a56ecdb2f5c6e0ad6c77a577180095efa7a36f8f0c3 2,516 0.95/1.00 vMB 51
393,187 393,187 0000000000000000094197cc726caa9cf8468d80412c535d61fcde9ccc0efaf0 2,588 0.93/1.00 vMB 66
393,186 393,186 0000000000000000047dedd21c642a46aba3a853c1a5e93c8c72878068f66940 617 0.92/1.00 vMB 13
393,185 393,185 000000000000000005abf40d8dbeee10f5111e781c9909bf6fa896aae3a76e43 1,753 0.99/1.00 vMB 30
393,184 393,184 000000000000000008f5bab828526e3b1f70c9d328c52f36945e591f8f92e32e 2,568 0.95/1.00 vMB 41
393,183 393,183 0000000000000000054191ff3fd42c3aa68e27504c4c73d22fdf5d0777eb6360 2,351 1.00/1.00 vMB 40
393,182 393,182 00000000000000000849c4e5e9876b62dd98ab7e8760acf0585950e00186d4ea 903 0.52/1.00 vMB 22
393,181 393,181 00000000000000000645e564be3d1b03809b5e390d4d7a98294ff8f78b641614 1,283 0.94/1.00 vMB 21
393,180 393,180 000000000000000007034deae128a481d0583c0f1864f657e28d6ba6e348b6ac 3,129 1.00/1.00 vMB 54
393,179 393,179 0000000000000000072cea080bcf268d0fe4c9eb0c17ee12cf6174da16beb965 2,148 0.86/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.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: 710.06 GB
    • Received: 17.02 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.