Loading Tool

Explorer IconExplorer

Memory Pool

78,466 transactions
29.37 vMB
0.08057527 BTC
Random Selection Loading Transactions
Max Size: 179.99/200 MB

Candidate Block

Mining Attempt 7c154879216bd41240e1b50ed458f427b2fc4687d9cca095b576b7ffb40fa3d5
Version 20000000
Previous Block 000000000000000000014ee01d40d83da8f3854e20a1fad4a947a82bed03dfb0
Merkle Root d1f75dd6b5e4244e7b054bad71083f3955c1f2585fb41c4c1b5e82ddde778262
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,368
Size: 1.00 vMB
Total Fees: 0.01619819 BTC
Feerates: 73.20 > 1.62 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,239 (489,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
425,483 425,483 000000000000000000b3f53491af9f48968376c4ece44438dfa483877a75d37c 2,608 1.00/1.00 vMB 63
425,482 425,482 0000000000000000005751f5daa92423ed2e10260ee00fcd7c34e1e2fdd6b47f 2,345 1.00/1.00 vMB 68
425,481 425,481 0000000000000000010e9a6ab473ebf207965d6a9ad057e058590e7ae3fbf0d0 2,826 1.00/1.00 vMB 126
425,480 425,480 00000000000000000200e1456f32785b1bb995854597282bd45f7c4e65f91aca 2,408 1.00/1.00 vMB 69
425,479 425,479 000000000000000003e217ed6509fab48905787f576575001b1f3c717da140c6 2,523 1.00/1.00 vMB 66
425,478 425,478 000000000000000002ac30f4cb7e660285c3823f8daa35c8ec6a31ca49a06d6f 2,643 1.00/1.00 vMB 76
425,477 425,477 000000000000000003b67c45f3b09a4a5d79038498be0e62e6501b1c683ae42a 1,979 1.00/1.00 vMB 53
425,476 425,476 000000000000000001ec8c3d29931cf0bf3a46461cc9c86d84a41d1fa657553f 1 0.00/1.00 vMB 0
425,475 425,475 000000000000000000ab44ba8c6d8d8ccd58567d655418f41a68e727e34b02cb 2,413 1.00/1.00 vMB 68
425,474 425,474 000000000000000001d53e31b24c63845c117302c76e099edd0fe248da291bfc 2,687 1.00/1.00 vMB 58
425,473 425,473 000000000000000002f144d7f9b101b3d05ecbef22dc1c0a17d6516f25171279 2,854 1.00/1.00 vMB 85
425,472 425,472 000000000000000002fea922debca98edfcc095bbf043ea8c61be62091a305fb 2,519 1.00/1.00 vMB 82
425,471 425,471 0000000000000000007a4cd77f05f1b22980cebe02f67cd362ba05345666065c 2,235 1.00/1.00 vMB 100
425,470 425,470 000000000000000001a9c56cc929051cf4a35682d5f34ae20b37ca5ad7246b8a 578 0.59/1.00 vMB 24
425,469 425,469 0000000000000000009fae38a2f849eaaad188dc641cea90b47b19197419ab33 2,659 1.00/1.00 vMB 81
425,468 425,468 000000000000000002b91704bc313b14f1d0f4209e8225b2e4020367d2fcae43 1,421 1.00/1.00 vMB 43
425,467 425,467 000000000000000001a3553be44aade7855c5fb311d67e0dab6106fae99b2d4c 1,500 1.00/1.00 vMB 45
425,466 425,466 00000000000000000211879c2e4f530e3149b0ba98601e533479f9672b221e40 2,030 1.00/1.00 vMB 84
425,465 425,465 000000000000000001991de152918e1722e13a678881cc0786169f5096bb37cf 1,522 1.00/1.00 vMB 53
425,464 425,464 0000000000000000035c959edae281eef283aaf3ad731ca918d84db54424d7ff 2,466 1.00/1.00 vMB 76
425,463 425,463 000000000000000003c1bce9733f37a2cb7b80b4b180f1b215c78a9ceb5489a2 2,910 1.00/1.00 vMB 88
Previous 10 blocks ↓
Total Size: 782.81 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: 710.18 GB
    • Received: 17.04 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.