Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,343 transactions (3.36 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,251 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,166 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,250 (882,675 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,575 26,575 00000000a8b6e589da507dcfb8f62029c78facbfaee3ac1dd3a5370fc4e7ca68 0.00 MB 1 0
26,574 26,574 0000000095d27443f3592d1486f444f1a3773a2dbde637fc8681b096bbe2b744 0.00 MB 1 0
26,573 26,573 0000000089c4eb2d48b233587f89afa255b61f497b0310db3f806b7b5fb18826 0.00 MB 1 0
26,572 26,572 0000000034f76aca2dfd6228b18b7d9e5048eecc6a278e0965a6151f4680390e 0.00 MB 1 0
26,571 26,571 0000000012477654b437bb3467bc0cb5e2418610db63a19c758eafbc9f31b406 0.00 MB 1 0
26,570 26,570 00000000e289da88f162a9887f8a25e5982b844e128050f642c172db0a5a1d5e 0.00 MB 1 0
26,569 26,569 000000003a5e34380301564a3820cbcab02ec9fbe079ea2d993a10b3f0a9f256 0.00 MB 1 0
26,568 26,568 0000000081ceab00e1165e74f77e44ab4adb90ba91912b8d5f41ef49e118e280 0.00 MB 1 0
26,567 26,567 000000002d2d3a084db9f6a615fc30e9affa54f85231fff287ae36e8e2de535e 0.00 MB 1 0
26,566 26,566 000000007c396605b0c3cd39a6e301c214136baaa6342c0ba6c73cb734411725 0.00 MB 1 0
26,565 26,565 00000000b0752d87ee768c876f9734e913718fa6186710ec2f767e6b9ad25631 0.00 MB 1 0
26,564 26,564 000000000f7874cc5a6564a2f5df5e77cb63ffddd2f4976c61013c7118eaa003 0.00 MB 1 0
26,563 26,563 00000000ecb6525e50f0ee7887719b5c3f767c98b42db03933b3173f82e7dc73 0.00 MB 1 0
26,562 26,562 0000000078916c0bcc1dfa1ae38d0d3b842b8b24abad89aa245b7e9eb443b822 0.00 MB 1 0
26,561 26,561 000000000006f331e9d9d8736bb012fee2193cb978f621fe9bd7e181a1a5df95 0.00 MB 1 0
26,560 26,560 000000000d80dae0705376a1e6bff34180d91f42c0028ebdb1365af36a6fd8eb 0.00 MB 1 0
26,559 26,559 0000000045a6190aec79e3c361cc0240d8e8cb71dd1e03e29bcf408f2ff29a95 0.00 MB 1 0
26,558 26,558 0000000023975ba1f5a8a58ae4866146f10bf07fca5899290bf134095711c22a 0.00 MB 1 0
26,557 26,557 00000000368ebe07b599fdb45d16d6e07e4668b818d839e7c81dffa7ed0e42be 0.00 MB 1 0
26,556 26,556 000000001a94caacce17b9cdf090701fcd4f2b8d66fc46ba6a7942e0d2b0f756 0.00 MB 1 0
26,555 26,555 00000000c0db946f76589526898846551084343d1317d93c125087124ac34860 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 111 incoming
  • Data Transfer: 2,031.34 GB sent, 108.00 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.