Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,932 transactions (0.73 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,035 000000000000000000022cb30000000000000000000000000000000000000000 0.73 vMB 1,932 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,034 (4,641 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
906,393 906,393 00000000000000000000ce77cfef25e5192e85663a0c8e627de255c6aa24727b 1.64 MB 3,261 3
906,392 906,392 000000000000000000020089722f4a7eaca364938f7f4c00a79c2d2c479d2c1c 1.63 MB 4,322 4
906,391 906,391 00000000000000000000711bb67600a3a02d5bc54e23ef09750d4e0055fc8191 1.57 MB 3,696 6
906,390 906,390 000000000000000000020ab2d12bf44551a9e406da83d34139114bdd60229273 1.78 MB 3,553 1
906,389 906,389 00000000000000000001e09311ba90eaec39a279c150bde252a869493ce71ebc 1.64 MB 3,586 4
906,388 906,388 000000000000000000003ec448da6661913191dc07519b14645d4ff53b4fa0ec 1.55 MB 3,948 5
906,387 906,387 00000000000000000000511e6833792833c2cfdc157ee881376dbbcfb1f1d881 1.53 MB 2,704 2
906,386 906,386 00000000000000000000a6d9b738bbf0bc57d4700fa6b8ea076c3e039bc50b73 1.57 MB 3,623 2
906,385 906,385 00000000000000000001d0e6e8a67660ab0d447522866c5940d49bfa6f5cc5bf 1.62 MB 3,522 4
906,384 906,384 000000000000000000006a9605c1262000f4baa69f9f03b6af2c07289e7df28e 1.57 MB 3,678 6
906,383 906,383 00000000000000000000b37dbd739cb58e7c5b23ea1cdb921a8266a683b32d1d 1.76 MB 2,894 1
906,382 906,382 00000000000000000001588225e8c977a771d21381dbd2f6b8f9038819c7d7d0 1.72 MB 3,962 2
906,381 906,381 00000000000000000001b6f92cc004cf391705db9e87f895536bc179d4cee037 1.69 MB 4,438 2
906,380 906,380 0000000000000000000177a103786d95aa04a50d9e59101e0d86718724350312 1.79 MB 4,733 1
906,379 906,379 00000000000000000000ee708bb5a678d91393bf1ddf906498600ea20a58e1d4 1.70 MB 3,927 2
906,378 906,378 0000000000000000000169c083ea05a4343d7858301e023195e03e96e412b82d 1.63 MB 3,470 3
906,377 906,377 0000000000000000000150317eed29ee4b8c6991d4a6e4c3df8022cd1865e614 1.69 MB 3,446 2
906,376 906,376 000000000000000000002045c06aad9ceecdc5d8e9751e26442c471aa5d81281 1.96 MB 1,473 4
906,375 906,375 0000000000000000000225f6eb3872734e3de85e11c04211e4dd1b7007abc104 1.02 MB 721 2
906,374 906,374 0000000000000000000051577dde363891ddb165ce4981688e46726540603e89 0.42 MB 1,038 2
906,373 906,373 0000000000000000000013c6cc34c0b9645a013bdd9bc799002fbf2425b4eef1 0.06 MB 128 2
Previous 10 blocks ↓
Total Size: 775.30 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,362.02 GB sent, 125.30 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.