Loading Tool

Explorer IconExplorer

Memory Pool

79,277 transactions
29.26 vMB
0.10427468 BTC
Random Selection Loading Transactions
Max Size: 177.38/200 MB

Candidate Block

Mining Attempt e413066d36f5c7900057c452fc3c5e459239ea2eb79cc8c7c52baeac90cb35b4
Version 20000000
Previous Block 00000000000000000001b1838b6a5a4a957646894043843182780c2fbbc032ab
Merkle Root 74d67ad1e58cc167f24f526e26879c88e4296f2466f6186af34c0554c6ab795d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,773
Size: 1.00 vMB
Total Fees: 0.04289724 BTC
Feerates: 137.15 > 4.30 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,113 (360,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
554,536 554,536 0000000000000000000137906dffcd99e8ea0caa3371f7808cad423bf3e01dd9 2,549 1.00/1.00 vMB 21
554,535 554,535 0000000000000000000b94921580290af4ceaab575ded8618c76bd1b6291ae15 2,382 1.00/1.00 vMB 17
554,534 554,534 0000000000000000002348bb8a226c93b84ed31888046ef08c273405bab8bace 2,639 1.00/1.00 vMB 4
554,533 554,533 0000000000000000000f904e61328b2a76db755849d1a08e8cb79059f986e1f4 3,087 1.00/1.00 vMB 30
554,532 554,532 000000000000000000187de5995e95bb21c750cb689f8bc9542aa672ab4f4c7c 2,292 1.00/1.00 vMB 6
554,531 554,531 0000000000000000000fa5adf32979f0e377ff113eb98ce84f5f1bc7a40bcf35 2,665 1.00/1.00 vMB 31
554,530 554,530 00000000000000000012f84c5c2a03d192a28465ce4a6e3b3a9a7db7a3b99787 2,312 1.00/1.00 vMB 15
554,529 554,529 00000000000000000036c0ad919b0ccc22a765e5af807ea28aceddc5f538756d 2,854 1.00/1.00 vMB 33
554,528 554,528 0000000000000000002182655469a8d7f9c76261e89e1224c1688b28576b52f5 3,185 1.00/1.00 vMB 44
554,527 554,527 0000000000000000000967b90393c2c05fbf2ea2dcd9671411831162db436ca3 1,580 1.00/1.00 vMB 7
554,526 554,526 000000000000000000144dee48ad214c12408d1c3abfa8e5f856fff5b8fba0e2 1,592 1.00/1.00 vMB 11
554,525 554,525 0000000000000000001596471ab3a71aa48698bb08bfcff652920d2f0e2fd642 2,942 1.00/1.00 vMB 44
554,524 554,524 0000000000000000000836adc919c3ea83aa98cd5c3bcbb287247a763e5877e1 2,170 1.00/1.00 vMB 32
554,523 554,523 000000000000000000172a4342c132b0e36a133b8676bb9dd1a555a7f8f57a0b 2,166 1.00/1.00 vMB 10
554,522 554,522 0000000000000000002c3ae0684d76f3be47413b5381c2b220434327a3e82f43 2,756 1.00/1.00 vMB 30
554,521 554,521 00000000000000000012ca146d2d1dc07d3157094b019ee59513e7a4caafc34e 2,781 1.00/1.00 vMB 22
554,520 554,520 0000000000000000000b789aa2cdc3b9159869aee4dd5afb32448914e982e941 3,297 1.00/1.00 vMB 53
554,519 554,519 00000000000000000025c1ce3b766cafd5ba9ea5aea493bdc1a3c3ffbc8c4934 2,131 1.00/1.00 vMB 24
554,518 554,518 0000000000000000000c0c01794c44afadddeaccef1aec103bcaf3cbbfd6742f 1,826 1.00/1.00 vMB 12
554,517 554,517 0000000000000000000d9f935de441fdf1aa38f486bb9d7b64c00406065d032c 2,282 1.00/1.00 vMB 16
554,516 554,516 0000000000000000001d4be4c1d7e21f5c3d496a099fc95270cfc5fbd74c2774 1,249 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.59 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: 671.42 GB
    • Received: 15.93 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.