Loading Tool

Explorer IconExplorer

Memory Pool

79,038 transactions
29.67 vMB
0.09191014 BTC
Random Selection Loading Transactions
Max Size: 179.01/200 MB

Candidate Block

Mining Attempt 57b8051e29455c8700c6e0cd2353c94e481cca3e77815062701febd8c4b38ee1
Version 20000000
Previous Block 00000000000000000000bed9e82db9db72d1b18bb335810616975b81723d85a6
Merkle Root 9cd51d8a23020f804a2821dcdf157fe036066341e5c20bc0eea808452adcd806
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,623
Size: 1.00 vMB
Total Fees: 0.02630548 BTC
Feerates: 251.00 > 2.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,130 (377,556 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
537,574 537,574 00000000000000000001b9c4bd573df9143823f43c4f55110aaea82238816d3d 337 0.11/1.00 vMB 13
537,573 537,573 0000000000000000002aafb44b03a134caf8eb9fe61759fc54d478fd78b5fb72 933 0.32/1.00 vMB 27
537,572 537,572 0000000000000000001359b7da20f325f7e05df18b4207062fee340d87e22851 944 0.43/1.00 vMB 13
537,571 537,571 0000000000000000001b3aa6d13cf7f7ac64dc77d4c652cba8eed14b426b763c 94 0.20/1.00 vMB 5
537,570 537,570 0000000000000000000d4cb71dc7d9c975bcd908c0de84bce20718258d0ee112 237 0.12/1.00 vMB 14
537,569 537,569 0000000000000000001ba6d3b2bb8d4c87f8b570ceb280f3f7d077b663c38af6 938 0.35/1.00 vMB 15
537,568 537,568 00000000000000000009ec692fc10cf92c8415d87600e5754c5182d8e71d56bb 1,636 1.00/1.00 vMB 1
537,567 537,567 000000000000000000016d76737792023a9ead941cfc5206ae152f5fe2f4d4a1 2,467 1.00/1.00 vMB 26
537,566 537,566 00000000000000000000c240689131f4f30bfa4604e904be01f019c99c264339 1,231 1.00/1.00 vMB 4
537,565 537,565 0000000000000000001d126b98532de832e5bdcc7197206e9d50a36bf2f07ea6 2,098 1.00/1.00 vMB 14
537,564 537,564 0000000000000000001717b75b085d0bd0d92cc5c0661d7a8c168dc0dcf18710 2,266 1.00/1.00 vMB 22
537,563 537,563 000000000000000000025375f49d9eaa817c606e5676a39de240eb11d13a7301 96 0.03/1.00 vMB 37
537,562 537,562 000000000000000000284c25ccc71fd3556efd182eee54f3be39fad4607c5557 2,445 1.00/1.00 vMB 38
537,561 537,561 0000000000000000000e0be245a7d225952f21ca81d376c3f26bff8aba086c5d 2,167 1.00/1.00 vMB 29
537,560 537,560 00000000000000000022ec77e3e0e6421bafb2d3059ec4d2a0202b2ad21db24b 2,413 1.00/1.00 vMB 30
537,559 537,559 0000000000000000000994361fcdcac3ebc30e4f4c2341dcab1ed8b3e81203ed 1,137 0.81/1.00 vMB 38
537,558 537,558 0000000000000000000e057030330b1fecdb0ff6401398895f4abf73ced8d13d 155 0.22/1.00 vMB 1
537,557 537,557 00000000000000000013b5e5a37eba15a6ab86fb23f27eb5d1fda15d1b95baf5 414 1.00/1.00 vMB 1
537,556 537,556 000000000000000000091b12dd893fe3563a921fed55b52d74fb2448163c3c53 2,420 1.00/1.00 vMB 10
537,555 537,555 000000000000000000200e0c9ff83d8a26a76ce4c8153ccf4d0f1937f09de2d0 2,729 1.00/1.00 vMB 23
537,554 537,554 00000000000000000021ff266ebc811337bd8d7fb75bfbaff6a19348cb5a96ae 2,670 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.62 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: 672.01 GB
    • Received: 16.11 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.