Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,815 transactions (4.65 vMB)

Priority:

  • 1 sats/vbyte = (24 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 4 sats/vbyte = (3 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,277 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,176 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,276 (823,818 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,458 85,458 00000000001bd0fb62141190f152727ce6e4f1703b226295698e39f97041ce56 0.00 MB 1 0
85,457 85,457 0000000000270ae9b02a9fb5b21f236484842391151c73b1023b9ae5a854daea 0.00 MB 1 0
85,456 85,456 000000000028e95a3e34a6c5cd6240620b98f97f0fc914525a8c1e47eba07494 0.00 MB 1 0
85,455 85,455 0000000000250e023863b77156914bb8bd5056fd58d103a0788b7d28cd1afdd9 0.00 MB 1 0
85,454 85,454 0000000000149500b102cb4d7b74c84779901140182a181cb2cccb0e1eaf9635 0.00 MB 1 0
85,453 85,453 000000000001c686c965cdc022abb95c44ae1096186ca3f5b436651e3dff6999 0.00 MB 1 0
85,452 85,452 000000000011c9f62ee3eb9b5bd6ff4a21371e95c2e29d3742eccb32281f0542 0.00 MB 2 0
85,451 85,451 00000000001c9b689739f3c28dcb788f321e459d2c2ba30c5117f3eff3e7c8a4 0.00 MB 4 0
85,450 85,450 000000000012bdd34a1235510e91431c2605eb3650cf5c3f3da8c613c080404d 0.00 MB 1 0
85,449 85,449 000000000028a42a4c19b44b17a8c8d6096b8e5e810f393e95b2b2840cdfb57c 0.00 MB 1 0
85,448 85,448 0000000000177677f6446c02e9f449c91089a1d289b01994ebe11d652310ffe0 0.00 MB 1 0
85,447 85,447 000000000001e343dbcd763fea779ef35ba16edfd1f97127e60a109ed3d3713f 0.00 MB 3 0
85,446 85,446 000000000008d81f56587c794621d65f7319548da63e32f0634e5e5af9b03f04 0.00 MB 1 0
85,445 85,445 0000000000025fa6ac3f24017d2dbef5ec8e0967134f4c5a0954785a945ca90b 0.00 MB 1 0
85,444 85,444 0000000000070d4cf30c84759e007d50e9cbaa72a838c857c800518c8fe18929 0.00 MB 1 0
85,443 85,443 000000000006ea14c8bbde910ebfeee87a008b3fb3a2138bcf59feba44f099cc 0.00 MB 1 0
85,442 85,442 00000000001b4d20b95a0d21fc9c064b67131bcc5b8427b9312e454fa59f6bda 0.00 MB 1 0
85,441 85,441 000000000001c5e1af21a0f03b272e4b7e0bc607c6829620db2457f5581ca223 0.00 MB 2 0
85,440 85,440 0000000000085830d433f5f02baad9770c1cc5433ca3fd71528e64c8417054d5 0.00 MB 4 0
85,439 85,439 000000000018d7c8dd3ba6cf020f5de25a8c03a50bc682457d1650ba5a2b0846 0.00 MB 1 0
85,438 85,438 00000000001ef8edb834c44855385bbd4ec80eda91982617ced58c68ef582c34 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,046.33 GB sent, 108.31 GB received

Notes

  • This page updates every 5 seconds.
  • 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.