Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

807 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,016 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
87,572 87,572 000000000006be32d8df6627c1c663c80aa0a607d145bab436ff345242327fa2 0.00 MB 1 0
87,571 87,571 000000000010b3bbca4639f3ef15000410e025d04d96b213999be08d086b7ba9 0.00 MB 1 0
87,570 87,570 0000000000065fd41ee624206b2398ae69bdc1c211e0bf6e507fa87b710a32b3 0.00 MB 3 0
87,569 87,569 00000000001cb9c40375e6059daf60af88de36a7191204b723a5011d82cad10d 0.00 MB 1 0
87,568 87,568 0000000000086427c479d1a1148145d4c8b7f6be9359c0fc60146b52b83e261c 0.00 MB 1 0
87,567 87,567 000000000005b95e3f63cbaba544b6e99eb3efa0752682afeeb23307642c829d 0.00 MB 1 0
87,566 87,566 0000000000178749024a3c592abf26be033732c3e3d08c82803bb54d991a2603 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.