Explorer IconExplorer

Memory Pool Memory Pool Refreshing

163 transactions (0.08 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,479 000000000000000000022cb30000000000000000000000000000000000000000 0.08 vMB 160 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,478 (845,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,384 64,384 00000000081a7996b74709b75d279774159d4de02f02efb3cdf05b56ff5ad608 0.00 MB 1 0
64,383 64,383 0000000000a009671e9c34f25928ede6e5d0a02f542cf9c58b02c0b60a03bda2 0.00 MB 2 0
64,382 64,382 000000000b101e08a389832889a151c28a7052ab767c2d22b40a7d4e7b02bc1c 0.00 MB 1 0
64,381 64,381 000000000a741f586b971548ed35f44395618a508c13e7e00bec08b3e4ded860 0.00 MB 2 0
64,380 64,380 00000000003b5725dd7d6724f2141fa0af424fcabc7611058983a9fe7a4d699b 0.00 MB 1 0
64,379 64,379 000000000b9ba034267665112cbe520d838620a213cdd5c7b4a046699b588a83 0.00 MB 1 0
64,378 64,378 000000000c750d4e0b14cc25727bca8ca96a1ea618df3da104553b4584a648bf 0.00 MB 1 0
64,377 64,377 000000000b6099bb88f29e7aa512020c2cc4a1cc4d3f05f95e4e974acd6cd6c0 0.00 MB 1 0
64,376 64,376 00000000029c12a606bb0b13b7b8b7fd334437bb46a6b99c6152f348de755a7a 0.00 MB 1 0
64,375 64,375 0000000009de9e4d82819176ee9a3b265ae3b1eefb67825533aedc02278c413f 0.00 MB 1 0
64,374 64,374 0000000004f005a2e228ea11a97601f357f04c9d414756389ebac594d3f72b64 0.00 MB 1 0
64,373 64,373 000000000caa636b1100d294ef9bd390bffbe1c41ea4abd20ecc02ee82aa7f3b 0.00 MB 1 0
64,372 64,372 0000000001944811224b00fc1b7929e77f059cc8555aca58ed50498f4a7207ad 0.00 MB 1 0
64,371 64,371 000000000b584d35d0fa508c718e6a86bc65f85a377d61db7c997970d9560933 0.00 MB 1 0
64,370 64,370 0000000005d216bf630df03434e269a5c6bb953387a547769c8ec753cacc7331 0.00 MB 1 0
64,369 64,369 000000000405414c27e84ad291bac6be8de01be270df1d9e82ca74a7cc2d5ebd 0.00 MB 2 0
64,368 64,368 0000000009302f4b5be78589cebb740616299657b7712621ecaf02eba1af2a65 0.00 MB 2 0
64,367 64,367 000000000542b7d202d1b707b62d47c9e37acba0f2f29d77ed4a65492f75249c 0.00 MB 1 0
64,366 64,366 00000000089eed5536e1fc812cc542d4efb17f1e252c2810dfedfe3cd3ace354 0.00 MB 1 0
64,365 64,365 000000000782264a9c71317f0da86dc39f1038649e254f7730f76c9645eba7a9 0.00 MB 1 0
64,364 64,364 000000000a0533c426c634d5c48143fc2ff6e187b37b04a89ffc667a1d6ac8da 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.44 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,080.54 GB sent, 110.40 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.