Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

808 transactions (0.22 vMB)

Priority:

  • 1 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
910,603 000000000000000000022cb30000000000000000000000000000000000000000 0.21 vMB 797 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,602 (823,009 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
87,593 87,593 00000000001093fad89329693235579775ebb3fe19804330412452b03eac40f8 0.00 MB 1 0
87,592 87,592 00000000001bb288a073c57ae5ff77a7df0e852c993d7786a7f5159746fe4da8 0.00 MB 1 0
87,591 87,591 000000000011185ba55b6a9bc253f61e8963ced1c352b00b409fcf98a7cd4d3e 0.00 MB 3 0
87,590 87,590 00000000001c4887fc64ec08f99a300a50891bc7515acd30be1660eb994882ae 0.00 MB 5 0
87,589 87,589 000000000002ee36da83bf40c5c42ba9d45aa65c206f474f1b168d856e54252d 0.00 MB 1 0
87,588 87,588 00000000001ac5b36930e5e72756f63c01312c0f74c1793a456183990c188ed2 0.00 MB 2 0
87,587 87,587 0000000000069b19ffe3c7ce5d901e8aaf358e400d31f57b2e18dbc827cf6679 0.00 MB 1 0
87,586 87,586 00000000001108c5a74bf4704b33f610cb1d8ce0c13506be906164ef49e1ee96 0.00 MB 1 0
87,585 87,585 00000000001e306f6d0338429e411495c31f600bf0291f06ea60f2a09326b6f7 0.00 MB 1 0
87,584 87,584 00000000001d273cddb8799abd3a9be8cb8685d0a13c96454c9f93193d25bda4 0.00 MB 3 0
87,583 87,583 000000000003e802d395141343f66cd9f90b48dfde8f4c0b78e8d0b470134deb 0.00 MB 4 0
87,582 87,582 00000000001c7b5a609cdb391f2193f91eb93f5524c5b29d859d294392d75ee4 0.00 MB 1 0
87,581 87,581 000000000009d0e4b0ac5243f3e9de949a98e7c6d57b067c47f3dd0e837d654b 0.00 MB 1 0
87,580 87,580 0000000000077b2fdff82e2b053686b3df1f95102191c461a26ba4d76ea34d3f 0.00 MB 1 0
87,579 87,579 00000000001093a8e519111de320c7a492e86f2e8deb4644f83299f3414502ce 0.00 MB 2 0
87,578 87,578 000000000008114e04ac7061562ec3939a03ca1a19937bcc4041c176f8285893 0.00 MB 1 0
87,577 87,577 000000000003635202ea351c1452b44790b9bccf41b6e460044cca09edf81733 0.00 MB 1 0
87,576 87,576 00000000000d44cec5a0810ed928a716e4f064048a47a87e54d82af9111db95a 0.00 MB 2 0
87,575 87,575 00000000000f38e8e7dd995797653f1d6df01162cead6f68b382b7c3cd6c31fa 0.00 MB 3 0
87,574 87,574 000000000015e3dca6daf543875639ea3419c9404e5c684da7ca71bde2082484 0.00 MB 1 0
87,573 87,573 00000000001569550e96d29240c1210fb10292edb984eeaf77c40133ae8bd79a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.49 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,255.23 GB sent, 120.99 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.