Explorer IconExplorer

Memory Pool Memory Pool Refreshing

328 transactions (0.19 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,381 000000000000000000022cb30000000000000000000000000000000000000000 0.19 vMB 318 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,380 (821,267 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
88,113 88,113 000000000011418cb58c4409c1c8abc1e1b47804f75ca9233cc2076646ab490e 0.00 MB 2 0
88,112 88,112 000000000005beea3462091c61a94b151f91af0e673cdde5ea47350e77fcc134 0.00 MB 3 0
88,111 88,111 00000000000ed121c1c15a01812ba03c895ea5a637a71cc5c1a7471d02a5cded 0.00 MB 1 0
88,110 88,110 0000000000010d26cd5a8fac69825d2aea0d4afd82c62e10e3616a4af789a9da 0.00 MB 1 0
88,109 88,109 000000000014829fde3bda1ec670befc16327f4a94a95369620c79bba8be6ac2 0.00 MB 2 0
88,108 88,108 00000000000052e173edafe15c13699cd76497f6655e26f88b74f582ec4cada6 0.00 MB 1 0
88,107 88,107 000000000007ac71fe86cee0058daf6478bf1ae62dec315d479fde6060586385 0.00 MB 1 0
88,106 88,106 00000000000e80e289d8dc0ead17f6ab00058364d7332564714352185bf34037 0.00 MB 2 0
88,105 88,105 00000000000bd49c30c014170d9fdbcf5ca7edb3cc732e1416b01f6bcc20b065 0.00 MB 4 0
88,104 88,104 00000000001bb6cae9233e0155c05b1838e6f8c7e5f14280f328bfa25a24420f 0.00 MB 3 0
88,103 88,103 000000000011a0b1d900e89838e67b80a6f7d873768883b7836365d27f9f062d 0.00 MB 6 0
88,102 88,102 00000000001832aee9dbdb8599efb0e34960302e362de96b9cdfef98686783b3 0.00 MB 1 0
88,101 88,101 0000000000087204dfc72c141935e5074fe60199742bebce4206800825125493 0.00 MB 1 0
88,100 88,100 000000000018ae927be3c38a1d19f3e1a41e12de49d88c274931b24eb129d883 0.00 MB 2 0
88,099 88,099 000000000009175ba414b49a219006b750839adf4d9cccf73d22c94165754ce7 0.00 MB 4 0
88,098 88,098 00000000000cabdbba743cb0ea33cbafc5a1d9cbd2bbb2b90b0eb62d34528b8d 0.00 MB 1 0
88,097 88,097 000000000014bd7114b8714985ed12e663bbab9fdf0f0401ac23a02147dbf9db 0.00 MB 1 0
88,096 88,096 000000000012cc06ebc4b72e33129b240ec18c0d99ddfaac10cad2ada507ded6 0.00 MB 5 0
88,095 88,095 0000000000059c59f153bd7c43f5ad9e64fdceb9a72d4b938ae25bce1b8279b8 0.00 MB 3 0
88,094 88,094 00000000000084004f904a8f139ca19e8669174241217933f10b014af0e8190c 0.00 MB 1 0
88,093 88,093 0000000000069e4cdc05a343a524117b30fc72414f43899e455e7fb6fd2b7f11 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.25 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,069.32 GB sent, 109.37 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.