Loading Tool

Explorer IconExplorer

Memory Pool

78,960 transactions
29.65 vMB
0.09118904 BTC
Random Selection Loading Transactions
Max Size: 178.90/200 MB

Candidate Block

Mining Attempt be9374337b62f8fe5081e4c2e5d31d7a3821435ee74dbb2ab02e3f0461945d61
Version 20000000
Previous Block 00000000000000000000bed9e82db9db72d1b18bb335810616975b81723d85a6
Merkle Root fc56aa2cdec0657ca7a4e6eb03809fb72a1c189a1c58941168ff4140bf079d28
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,509
Size: 1.00 vMB
Total Fees: 0.02547496 BTC
Feerates: 251.00 > 2.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,130 (257,744 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
657,386 657,386 00000000000000000009c24e63074c63c2b0ec250095dd35f7435571b78cf09b 2,201 1.00/1.00 vMB 82
657,385 657,385 00000000000000000002023b5f5e29a87484f812a2c81aeee42606ea9fab6894 2,317 1.00/1.00 vMB 87
657,384 657,384 00000000000000000001e9d06623c685109933567e54275fa109cd046b1587d1 2,590 1.00/1.00 vMB 83
657,383 657,383 00000000000000000008cacc6f3d0f756cb96d21f563cc3dff3e9b842c88c656 2,788 1.00/1.00 vMB 100
657,382 657,382 0000000000000000000f94edd3d97b5e6c71f6c1ecc68ab842203e6f2370b772 2,762 1.00/1.00 vMB 108
657,381 657,381 00000000000000000009fc5cc0377db901b67081d15d10dde625222d03caf884 3,402 1.00/1.00 vMB 133
657,380 657,380 00000000000000000001938bdd08a80acbb1cf4857dac79c109cc467b763bceb 2,856 1.00/1.00 vMB 90
657,379 657,379 00000000000000000001f9754c7e0bd9c067f1c8451adad1ed5ab4100a193a96 2,661 1.00/1.00 vMB 91
657,378 657,378 0000000000000000000a6fe32e4e865d10d1d869fd9e880c28425d6a24750ce4 2,868 1.00/1.00 vMB 74
657,377 657,377 00000000000000000004c10ca627173d39027fc24bcf721f57512a40a4b3fe3e 2,469 1.00/1.00 vMB 84
657,376 657,376 0000000000000000000022ad62a5b5ae6001a576410268d9f882a44081059647 2,880 1.00/1.00 vMB 116
657,375 657,375 0000000000000000000e52a1788a8285b096ee5166e854a2dfb70757a867f717 2,432 1.00/1.00 vMB 66
657,374 657,374 0000000000000000000f0d2cac532130fb731b7a6fcf725b51321f67bde4bc07 2,489 1.00/1.00 vMB 78
657,373 657,373 0000000000000000000ef1d1ccd20c72c1b424442a85f46a4d133473fbf8212b 2,644 1.00/1.00 vMB 60
657,372 657,372 000000000000000000051407e456ac0cd38e235c53c6e09cad5afc1319960355 2,047 1.00/1.00 vMB 71
657,371 657,371 0000000000000000000a367b73a1db1f09b69dc6a1203d6bcd926d0b4cdfa2e7 1,182 1.00/1.00 vMB 80
657,370 657,370 00000000000000000001d0ebbd4fe16d69efcb46a30785a707b94bf3062f9f08 3,174 1.00/1.00 vMB 57
657,369 657,369 00000000000000000005f0fa55d9d7f63c5560ae4b8f7f7bd8147a6d0fe8bb06 2,462 1.00/1.00 vMB 72
657,368 657,368 0000000000000000000779e2feb05de0068e8bea7e6f9c61485ce436963da712 1,893 1.00/1.00 vMB 104
657,367 657,367 0000000000000000000227ea72b5b7dd49e6320e52dcc5175b476fa2af4b6d2d 2,652 1.00/1.00 vMB 73
657,366 657,366 0000000000000000000a2220d042e30184fa33142504ba19d91858fe0cf4fa07 2,867 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 782.62 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.01 GB
    • Received: 16.11 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.