Loading Tool

Explorer IconExplorer

Memory Pool

81,719 transactions
30.54 vMB
0.11599810 BTC
Random Selection Loading Transactions
Max Size: 183.94/200 MB

Candidate Block

Mining Attempt 0233a7ef70671b1f2f26cbc5f604c3c41be45e0f5b7e56af2b26e2579a2fb22e
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root c0cccb2a670236fac5344372ba4521b948bad914c6529b72caa3d46b8dcd9c89
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,483
Size: 1.00 vMB
Total Fees: 0.04040066 BTC
Feerates: 180.34 > 4.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (617,857 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
297,285 297,285 0000000000000000726c67dce1523562aa4270dc79f0673f6890b821fa29cedb 1 0.00/1.00 vMB 0
297,284 297,284 000000000000000094e116bfd88ae8c55d8d680302d7c92f8a211450c92033fa 117 0.13/1.00 vMB 14
297,283 297,283 00000000000000006cd386440ebc1011dcce294b3aee3a7319a472ac3f8bb040 754 0.35/1.00 vMB 37
297,282 297,282 000000000000000052bfc35726d56bfb9bd677d2d414b26ef0565cfa911973d9 319 0.13/1.00 vMB 37
297,281 297,281 000000000000000064b7615ffe48e2ec896850eab17c65105c66d6a68bb5a3b5 337 0.19/1.00 vMB 27
297,280 297,280 0000000000000000531123b5b1c5dacb0638b74c61b03308f5c887b9d6708f37 334 0.18/1.00 vMB 26
297,279 297,279 000000000000000035dc12ee75340ff6aab09ea53650de7a48b32e49c7ad252f 199 0.11/1.00 vMB 43
297,278 297,278 00000000000000001c4087b47d43ccd21208c0796c1978f409195285b62be090 460 0.34/1.00 vMB 23
297,277 297,277 000000000000000019436c81fa8ba6e76d9db591e489cbba39370efdf6db73cc 665 0.25/1.00 vMB 39
297,276 297,276 000000000000000081c285da6a005750156d4ec49f92dd85deaf10fe6853eff8 282 0.16/1.00 vMB 28
297,275 297,275 000000000000000072863843be6fedf4008491cc2ce816ae3526bf3537a596fc 725 0.33/1.00 vMB 33
297,274 297,274 000000000000000025f0e2f7fdf81a53244fca2418742dd64090051f23e99bbc 518 0.27/1.00 vMB 28
297,273 297,273 000000000000000041f9a7886d327c53690bc78801043af4743d3380000dcf42 66 0.03/1.00 vMB 18
297,272 297,272 00000000000000002112a48465ec9a31f05ae6133303a4a3801074f54cd34b69 686 0.39/1.00 vMB 27
297,271 297,271 00000000000000008dba48a785963c4192b03bf0e368e26e56aed1f67903c268 86 0.06/1.00 vMB 11
297,270 297,270 000000000000000003c0e43f5077cdc3d10c24618c1ee645be4ee539829c18b2 294 0.20/1.00 vMB 22
297,269 297,269 00000000000000006f1982970d4edec5787a45cc45bd32750461953258f26a07 302 0.15/1.00 vMB 33
297,268 297,268 000000000000000040016ae869a951c62299ae1252722064540b51eece7bc251 56 0.02/1.00 vMB 42
297,267 297,267 00000000000000009d19f4cee17dbaeffc43e9c7bbdbcae112fc76c0c378cb98 599 0.29/1.00 vMB 32
297,266 297,266 00000000000000000f0ac01df05f7b3bb445205fa55566d561ad8426e57a45f5 74 0.03/1.00 vMB 32
297,265 297,265 000000000000000012322180f79f58619817b8d9e2990c93acc9670ff0d58302 206 0.23/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.64 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.42 GB
    • Received: 16.24 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.