Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,519 transactions (0.70 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,370 000000000000000000022cb30000000000000000000000000000000000000000 0.70 vMB 1,512 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,369 (846,053 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,316 64,316 0000000003ce3a5b2b3eeac57d8a7bc7384afb80f6b0cf04bba385e563e4b301 0.00 MB 1 0
64,315 64,315 000000000ced2ca6ab91fb444ca90388fde3c49f583dcd46bbb2afa09a93743f 0.00 MB 1 0
64,314 64,314 000000000ba6ab391d0277c4036430c489e427f284e866e52e211076b31743fc 0.00 MB 1 0
64,313 64,313 0000000000d833f20e187c9ce48c4d4720877e6b3b781cfe7c004d4712ff1656 0.00 MB 2 0
64,312 64,312 000000000114f2a731d53658d7f85d47a6be718865d9cc23f8864b33894b33d8 0.00 MB 1 0
64,311 64,311 000000000995cedc62c7d1a3be14bc5e37c1d7908af2ecb7146bbb68a19277ef 0.00 MB 1 0
64,310 64,310 00000000093fef3657797e38a5b8b72f2728d47f14c6b391356eaaa21d00841d 0.00 MB 9 0
64,309 64,309 00000000008cd14efe1c00a7ddcb6f59e9d5b29c3b9c4f63960e354e870c4fe6 0.00 MB 2 0
64,308 64,308 000000000c803066b936810be874720dad19fef0ddf27947e1d530710bac41b5 0.00 MB 1 0
64,307 64,307 000000000d30d07fc4bdc34153228459ed7145a29408535a1abf5d5e24c6046c 0.00 MB 1 0
64,306 64,306 000000000a45b4ef1536c80c36d90b7f03d9593df06fb635cdcacd82eb64dcf3 0.00 MB 2 0
64,305 64,305 0000000003eaf1ca94cdfef45a21d537153aeb049dc6fc9f620f528c9f01023a 0.00 MB 1 0
64,304 64,304 000000000b79baf0e93c478ed77681abc2e1f2ab8dbd98228ac73998c321a5bd 0.02 MB 2 0
64,303 64,303 0000000003a04f36c244a973077999221661df38186158319fa0eccc4e2ea91d 0.00 MB 1 0
64,302 64,302 00000000076b6f61d2de35ca2921bbdd614dceb060fa32c5302e795bb1d5be51 0.00 MB 1 0
64,301 64,301 000000000464f251031d27ef126d9ba27ce00a49b232b3cbca55a25015639ac8 0.00 MB 3 0
64,300 64,300 00000000037ec053852dbfe8f598535be17bd8f1b5caf44bb78d8f469750e41d 0.00 MB 1 0
64,299 64,299 000000000c6e5b6eaa5950055f65cd5e188f759a62a09e23a9c20ded019cd9e5 0.00 MB 1 0
64,298 64,298 0000000000222a7cff9089503f9d384bf70a61dfde09bd2785f5022d1bac17eb 0.00 MB 1 0
64,297 64,297 00000000021ca1b6a8ce63c99fb1e450bcb565162bef04e3afb306b6be2e4ea3 0.00 MB 1 0
64,296 64,296 0000000006e6d3726523ad1341bb2fdf5a42e081f36e5935bf421f4b88298143 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.08 GB

Node Information

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