Explorer IconExplorer

Memory Pool Memory Pool Refreshing

838 transactions (0.40 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,332 000000000000000000022cb30000000000000000000000000000000000000000 0.40 vMB 830 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,331 (875,156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,175 34,175 0000000078487a02a4d6e85dd416a2432966d32fb45195d0052e1a20aad5da27 0.00 MB 1 0
34,174 34,174 00000000a428d42ae0091d9d7293e515ead5635a24680b4d5f97dacaa5cca996 0.00 MB 1 0
34,173 34,173 0000000069ede21df87dc909ec743f24b8a5655eefbb18e7563c6e47fa62eda1 0.00 MB 1 0
34,172 34,172 00000000d4f0de078b321ae9c0e6fcf776cab6f1ccde4391dc89ad26a35b4cfa 0.00 MB 1 0
34,171 34,171 000000004c07e3fc6ee994fd6d48226eaead5747c0881c43fdfdab880e80c5ce 0.00 MB 1 0
34,170 34,170 00000000c1087d571c046db0b955a0086a310a0355bdfc893a4e1b9d48bd965c 0.00 MB 1 0
34,169 34,169 00000000012df236acac51245f6f859900568b9152c5ae8adf5f97b43fbcfca5 0.00 MB 1 0
34,168 34,168 00000000c311c4f55deae5adcfa7a0e90122fc4b1db15b71df78d3ae2f7cdedb 0.00 MB 1 0
34,167 34,167 000000003a6372892043c188b02885cc952d2256cf4747fa77ebbd0747636ed6 0.00 MB 1 0
34,166 34,166 000000005b9652b138663dae8f95cdb5b3afce75aa30e9ea1c099ccd03a53fa4 0.00 MB 1 0
34,165 34,165 000000006fb5bd09a3c0df17c49754c2e45cf9a44e35ff769173510e0b3d5b10 0.00 MB 1 0
34,164 34,164 000000005119a85dd9060d65224ddd7407c31774a91780bb4c8809ecde7c6979 0.00 MB 1 0
34,163 34,163 000000006847f08d273dbef0acd718c25e9156b1fb777e58c81099d5e78db676 0.00 MB 1 0
34,162 34,162 000000003f9e124df983b2b27b77c03daed169dee2c8598e46dccf4b3e947e10 0.00 MB 1 0
34,161 34,161 000000009236101aa41d5870089e26773dd0c8fb65449f90caf6517d46bc70a9 0.00 MB 1 0
34,160 34,160 000000007a0edd54b239e332c3fd2aab2b91c5801eef232ee3050aca1155e9f1 0.00 MB 1 0
34,159 34,159 00000000bcabdeb5837ca0bdeddf203da9ca7ad125a75d8c0de7ee4279d762c9 0.00 MB 1 0
34,158 34,158 000000007facab2006796fdfc741fea726b90a673e25a1c0fe2debf797d89349 0.00 MB 1 0
34,157 34,157 0000000059ac5b93b13277d254069e0fb1f047a02c3ad6730c6842b143e49ebe 0.00 MB 1 0
34,156 34,156 0000000034f8621d48ba06b9a2421c58e1531c4df0ae124d630805e7817b6fbb 0.00 MB 1 0
34,155 34,155 000000000c20ed4a01aaaa20f96b481c080a2e1a475865f15f64a72f8126f50b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.15 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,066.73 GB sent, 108.93 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.