Loading Tool

Explorer IconExplorer

Memory Pool

45,855 transactions
28.74 vMB
0.13844816 BTC
Random Selection Loading Transactions
Max Size: 152.06/200 MB

Candidate Block

Mining Attempt 54586ea1e9d00aab9b231911cfc97344a9535934caf49390d2de98c189f56e18
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 89d10761f55fc2dd857c028d86eb5f393a355e3e5561cdba3cb083ce9a523ae0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,557
Size: 1.00 vMB
Total Fees: 0.07804366 BTC
Feerates: 15,654.48 > 7.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (494,479 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
420,327 420,327 000000000000000003eadedec67b9b5925ee5889c8c6c6b05a28a7e97014fa85 1,449 0.74/1.00 vMB 50
420,326 420,326 000000000000000001b3943a76f750ea7ccab7583eede1518eecb528be772b32 368 0.99/1.00 vMB 10
420,325 420,325 0000000000000000048987c1709092d6f4a8db421737fe6cc125d7551913975f 1,973 1.00/1.00 vMB 48
420,324 420,324 0000000000000000030d04ffb9247240751f24faa807b68b975819bd909aacdb 2,168 1.00/1.00 vMB 52
420,323 420,323 000000000000000000bb6518727948d95ff2f12bbc6196ee30cca85dd171e679 2,814 1.00/1.00 vMB 95
420,322 420,322 000000000000000000b68b1bec6e01af265a520ac4c79e9a75da51ecc5bd6fc1 832 0.39/1.00 vMB 77
420,321 420,321 00000000000000000133f73a52239e75c8a3e1e6f95d7f8b7410c1d4e8e822d2 2,129 0.96/1.00 vMB 54
420,320 420,320 0000000000000000023e090c87827cde6ac50815e0d0631b3d0b9b770f4c2444 1,609 0.89/1.00 vMB 44
420,319 420,319 000000000000000003ea57b4a0cb52d4cd3c97844dde6d9d1be8da8e796fbc1a 1,640 0.75/1.00 vMB 50
420,318 420,318 000000000000000005188131a0abaae24277c9fca6024485145139823eb34364 1,170 1.00/1.00 vMB 34
420,317 420,317 0000000000000000030ab132d47e73f2e6565ee68bb2d46360cb41041ef159fe 2,265 1.00/1.00 vMB 94
420,316 420,316 0000000000000000026d11266fe61e9cc64b458c84152673d50d1c8e0d0abb88 1,079 0.98/1.00 vMB 35
420,315 420,315 000000000000000004d423b7951f1d2db204ed70eadf0a17125f9d315f734372 2,358 1.00/1.00 vMB 60
420,314 420,314 00000000000000000013ab4da7712d8a220458cf5815bce37b4758199caa2d31 1,267 1.00/1.00 vMB 33
420,313 420,313 000000000000000002cf5e07d66144681f25275f9768a084709653393321b4a8 1,562 1.00/1.00 vMB 48
420,312 420,312 00000000000000000119d06a018914944862202c3bee4a81afeb98802674a7d4 1,528 0.99/1.00 vMB 22
420,311 420,311 00000000000000000216af4a9e7aefac5a28546c47b6cc8c30c6a4dccc33bc40 2,653 1.00/1.00 vMB 76
420,310 420,310 000000000000000001606ac6b4eb707b3b8263dff003552d7cd22b22cb70c2e8 1,783 1.00/1.00 vMB 42
420,309 420,309 00000000000000000259cbd25bc18ef3a7fdb9ba55c46c1fa4343695479da743 1 0.00/1.00 vMB 0
420,308 420,308 000000000000000000a63212d0a8a84c34152cc9beb7e298a61dfec3a81a594f 2,361 1.00/1.00 vMB 47
420,307 420,307 000000000000000002d1695444ad70e01f76538af28d65b4fa1a5bbf1e896cc9 3,035 1.00/1.00 vMB 94
Previous 10 blocks ↓
Total Size: 782.04 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 650.74 GB
    • Received: 13.32 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.