Loading Tool

Explorer IconExplorer

Memory Pool

80,132 transactions
29.81 vMB
0.12192493 BTC
Random Selection Loading Transactions
Max Size: 180.31/200 MB

Candidate Block

Mining Attempt dae5d3204a536710be4c1314e3019706ba57920d665df66a191fbb2038014c7d
Version 20000000
Previous Block 00000000000000000002064931ca32749e9a68a433f5974b1ade127285f85a4a
Merkle Root a669f035298b9b7509a27bca0bbc43213bd506d17cc530e2309f3aaf737c71e0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,718
Size: 1.00 vMB
Total Fees: 0.05685891 BTC
Feerates: 313.32 > 5.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,096 (494,551 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
420,545 420,545 000000000000000000682aa2fd264c913f595a0d4b6c042793777c90bc3cc3be 2,236 1.00/1.00 vMB 58
420,544 420,544 000000000000000004a842f4f642d19d7463bd625d94e6455fda1a89361e46fa 2,040 1.00/1.00 vMB 42
420,543 420,543 0000000000000000042d8762bc4295043d059cd5108690b3a5309b79460e8a37 2,313 1.00/1.00 vMB 63
420,542 420,542 000000000000000004a78ae3769ba670454c80392a2a8c2bc1fba3b0ccf5cb5b 2,548 1.00/1.00 vMB 52
420,541 420,541 000000000000000004b75a42f572a7889658d5314f51bae4a863312781cc8dc7 2,911 1.00/1.00 vMB 51
420,540 420,540 000000000000000001b567fe9a7a940793bf4379813b7025d3309f6bc5a5e4ac 2,987 1.00/1.00 vMB 118
420,539 420,539 000000000000000000f11e9995da18f852a5f0f6e070d28dbee0d4b8983d7b9b 2,243 1.00/1.00 vMB 53
420,538 420,538 0000000000000000020826d14a44e1ca49fcff32d60d21aff7a4fcdb2911f2a1 1,689 0.93/1.00 vMB 37
420,537 420,537 00000000000000000369f0fe4954c1604d8b55e3115686acc3e61577d5939974 2,505 1.00/1.00 vMB 51
420,536 420,536 0000000000000000029285f8872bdc610388cef8cf3a6c260f61dbea826263a8 2,529 1.00/1.00 vMB 89
420,535 420,535 0000000000000000051d5c22aa7955736ac9165b7d2f17f8309aa31a9cf18b42 459 0.20/1.00 vMB 47
420,534 420,534 000000000000000002865ded82e2bccd43bd6e1644a29609b49088752686fe30 295 0.11/1.00 vMB 69
420,533 420,533 00000000000000000197d331a0d5622442eb3626788c920ed3c8810f0d5a2ccf 1,485 0.80/1.00 vMB 41
420,532 420,532 00000000000000000022c5f307a77e81a32ed1c68d326f8b1a30698b4511e42d 2,033 0.99/1.00 vMB 50
420,531 420,531 000000000000000000a8af71f8619b8cf6fc722b370e2a333c77f8b5a24ec80c 2,426 1.00/1.00 vMB 57
420,530 420,530 000000000000000004253ac95804d53dc895bb7d772661b9d08b504301bc1cb7 2,175 1.00/1.00 vMB 51
420,529 420,529 0000000000000000003332c92e35783180df4147cbea2278d64c785f4fb513e2 669 0.43/1.00 vMB 50
420,528 420,528 000000000000000003c3f393259cf31a46d159942d1fab81cc682a6ae8ffe669 325 0.17/1.00 vMB 51
420,527 420,527 000000000000000003aad82f8a1f47f5b7e63017970497a564652983a7059961 1,262 0.98/1.00 vMB 29
420,526 420,526 00000000000000000022d5aa4753231a8dcbf139c3e381f6ddabf3b1a1113ef9 754 1.00/1.00 vMB 16
420,525 420,525 0000000000000000049eccb89e39b7128bf15c4a112a389d3bfe3f37b65cb010 328 0.62/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.56 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: 670.10 GB
    • Received: 15.82 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.