Loading Tool

Explorer IconExplorer

Memory Pool

78,104 transactions
28.97 vMB
0.07918938 BTC
Random Selection Loading Transactions
Max Size: 175.68/200 MB

Candidate Block

Mining Attempt 2c49bc881a8a2a4f698533497a832579c6322482e662213d5693bcb5a319309c
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root def79c99097876c6ffd947b2aac623e52ace8c5abf97fb168326d3bad1214c10
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,458
Size: 1.00 vMB
Total Fees: 0.01844190 BTC
Feerates: 100.81 > 1.85 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (448,343 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
466,814 466,814 000000000000000000b46b114e42334cfe7b2d0d388de373ec8aefc554d1b11c 2,546 1.00/1.00 vMB 215
466,813 466,813 000000000000000001cac5d07b00dd403f227b7b5e163493b73f497a19daba40 2,159 1.00/1.00 vMB 320
466,812 466,812 00000000000000000133241fb1077cc3b2ecd0b9986d910abd7a6214f51bf5a5 2,255 1.00/1.00 vMB 320
466,811 466,811 00000000000000000125216944024e4849ac6998c718dd1e7a4379879fb90223 2,158 1.00/1.00 vMB 295
466,810 466,810 000000000000000000ada0c8f01ae03869738b39888cf630c64123ad685e53b4 2,417 1.00/1.00 vMB 349
466,809 466,809 00000000000000000171a30f06c23ee8c168d4536292689b242ae28a99c0a2da 2,105 1.00/1.00 vMB 402
466,808 466,808 0000000000000000015f36e783b8a53d958564e2d46d0f9760cfd9c9c6cb9c7f 2,111 1.00/1.00 vMB 284
466,807 466,807 000000000000000000e32f1650e51eb6ecb807749287f6c785f945b7bd979f08 1,366 1.00/1.00 vMB 238
466,806 466,806 000000000000000001a8a22c73217347d58fd3bc7d5b2f93e6db4793a5f3ad8a 2,268 1.00/1.00 vMB 451
466,805 466,805 000000000000000001a09a2bdef96296ed8ebc04ee84dd19087b3a12d2d6a337 2,337 1.00/1.00 vMB 227
466,804 466,804 000000000000000000dd1cb5ce3e3d47323670e514288a2d3b46749519596d3a 1,881 1.00/1.00 vMB 224
466,803 466,803 0000000000000000002190386096377678a59584436265a8145107b3c4d6b31a 1,758 1.00/1.00 vMB 242
466,802 466,802 000000000000000000984d341b91347f7c84ebcec93bacbe6ce8da6e126f219c 2,357 1.00/1.00 vMB 231
466,801 466,801 0000000000000000008d98b90e6776ea9c3a708cc08c5ebb3c4cb31366a32cff 1,998 1.00/1.00 vMB 236
466,800 466,800 000000000000000001e9b8e90ade15eaa7404cefed5ef7f549f75c28f70b3ae0 1,282 1.00/1.00 vMB 284
466,799 466,799 0000000000000000013a9e02d54931381e1fd9171a3261a55770bd2af82d0af6 2,295 1.00/1.00 vMB 367
466,798 466,798 000000000000000000de7f04d0a1828d2a202386b64735c6feefaf57244eaa53 1,535 1.00/1.00 vMB 290
466,797 466,797 0000000000000000010a19f4f6fea7070ab051495f1fa79cfc52ae2b67f9a195 2,048 1.00/1.00 vMB 391
466,796 466,796 000000000000000000b54fb1c59653fda7bc943890ce1fa21cd7edc28b6c1e9f 1,656 1.00/1.00 vMB 267
466,795 466,795 0000000000000000004af1a6cd49ea135a7fd735f28397bd94fe623e77cf7486 2,071 1.00/1.00 vMB 325
466,794 466,794 000000000000000000bb205830291ea84c93adaf20b51c30fcc2d6a81ef91edd 2,327 1.00/1.00 vMB 450
Previous 10 blocks ↓
Total Size: 782.67 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: 673.09 GB
    • Received: 16.38 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.