Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,817 transactions (0.78 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,615 000000000000000000022cb30000000000000000000000000000000000000000 0.78 vMB 1,804 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,614 (823,034 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
87,565 87,565 00000000000b6a5bb8a6cb581009572dba6d4b71f22ccb45f41c1badc1630ecb 0.00 MB 2 0
87,564 87,564 00000000001bc3ba3b0406363171235cb01164069dc83754fd6c41c0c18d6ced 0.00 MB 2 0
87,563 87,563 00000000000608c74c6d7ebe2e2495612e2e914b3e085b2deb93bf559e934bba 0.00 MB 3 0
87,562 87,562 00000000001cb1d928ed82cc66895031b8d21ed19abf1318e1a82a5268435710 0.00 MB 2 0
87,561 87,561 000000000001c14af15b4615a16cfe249556b927b0034c5dec7aecd3a8b9c748 0.00 MB 1 0
87,560 87,560 000000000019eca95be29b03465739dbc614ba7ff7446e87346657883fa3191a 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 774.51 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,257.71 GB sent, 121.09 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.