Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,974 transactions (0.71 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
911,026 000000000000000000022cb30000000000000000000000000000000000000000 0.69 vMB 1,958 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,025 (836,782 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,243 74,243 00000000001a486a02e60bd74be47fd7fed755b1793f84cfd2d09a6878604bc7 0.00 MB 3 0
74,242 74,242 0000000000b164da9982a25353bd2f61bc7f28129a786762e22d225e85225a45 0.00 MB 1 0
74,241 74,241 0000000000624d2fc9d23bcef750689538f3d63fad0b91c275b0cf7f64669b01 0.00 MB 2 0
74,240 74,240 000000000004c9eb1a63a289145e74039adf0bdf9c4d849073d33f115e4fe5de 0.00 MB 2 0
74,239 74,239 0000000000a1c87dae85ae7aebaaccfc3b923dba8dc3e4699fb9be1cde285e03 0.00 MB 1 0
74,238 74,238 000000000044287770551a5d61c5683693f1e93dd0e60b8dec65f0d85b2eecb3 0.00 MB 1 0
74,237 74,237 0000000000a080dd41ecad66f09993eb1e1e7613476f73438cab1d97f90bc0cc 0.00 MB 1 0
74,236 74,236 000000000050c97370f5b65851df82a892863ce12db7895c9f62327213208bc6 0.00 MB 1 0
74,235 74,235 000000000009c88334e193a61b45e5d02332936a55691ec5b8b814dcdd072c37 0.00 MB 1 0
74,234 74,234 0000000000b7adcd7918eb47e884edffe06e1c765043580ee8c5a01d35a6b35c 0.00 MB 1 0
74,233 74,233 00000000000b0a809dd7147da53529cd5114ffe078855c11a8e8237db15d5d3f 0.00 MB 1 0
74,232 74,232 00000000005d478ea94202460fcfbd35d0a8ddb0626ac6cae9a987153c1e534a 0.00 MB 2 0
74,231 74,231 000000000067c431479f2ef1a738d0ab88c4754ef6a0d8a64cea8d175af74560 0.00 MB 2 0
74,230 74,230 0000000000269b2dddc2da5022be0feca752c47caf24e49ab32400c509eb966d 0.00 MB 1 0
74,229 74,229 00000000005f8a4433bcd71125f60bed286c38d45164539450b8422dcb2aa331 0.00 MB 1 0
74,228 74,228 000000000073c7225208069f36500fb0e06eae069c24db49ed5aaa59012866e8 0.00 MB 1 0
74,227 74,227 00000000001721992c839157efca441060c7f215bac3a537a0a3b94033c5245c 0.00 MB 1 0
74,226 74,226 000000000063bbc122fd843d4415b7906d1a9d293ef0793c14a7f8eebd2122a3 0.00 MB 1 0
74,225 74,225 000000000092cf0e966805318e185aaeb96be0af8b6cd4b698ea2fae7b0974af 0.00 MB 2 0
74,224 74,224 00000000001e87554af3fb9940c9b0fb22c6e05465dc090411ca07e9b9362738 0.00 MB 1 0
74,223 74,223 0000000000059c21dfe249dfb918fbbd7289a87e10abc2f86fd85be8d94e620a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.29 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,360.64 GB sent, 125.21 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.