Loading Tool

Explorer IconExplorer

Memory Pool

76,924 transactions
28.55 vMB
0.06286185 BTC
Random Selection Loading Transactions
Max Size: 173.32/200 MB

Candidate Block

Mining Attempt c3017054997cc5175f33dbcfae070b4c4ca25e29a122debc09fff73ca0a4917b
Version 20000000
Previous Block 000000000000000000006cdac57e8b0231ae997822a2b3b6ef460a8873cd8b31
Merkle Root eaa7ac7c5f175fa081233fb46139c6db7e10f9aeecc5281b05000ddd357523a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,006
Size: 1.00 vMB
Total Fees: 0.00371883 BTC
Feerates: 8.89 > 0.37 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,100 (494,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
420,550 420,550 0000000000000000013b1348fa53cbe6dd4aabb8a917f920209cbd7abb5daabe 2,825 1.00/1.00 vMB 69
420,549 420,549 0000000000000000026d0320451d284d6131862977c43251cb6580c8adf3f6f3 1,865 1.00/1.00 vMB 45
420,548 420,548 000000000000000002466ac5124dc1a4ca38ef121352007ef272486f90725c85 2,850 1.00/1.00 vMB 83
420,547 420,547 000000000000000004606f3f6967817f45249f6befc0040c3c87b1d6e93ad76c 2,115 1.00/1.00 vMB 70
420,546 420,546 000000000000000004cafb567ce46c7feaea1ae8caf56d7f0858b5fcca632d7a 1,943 1.00/1.00 vMB 44
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
Previous 10 blocks ↓
Total Size: 782.57 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.26 GB
    • Received: 15.84 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.