Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,481 transactions (0.74 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,126 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.74 vMB 2,476 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,125 (831,007 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
79,118 79,118 000000000037adb746d04c6a8e6bd7a25efcf0da88191ca8123052a58c5f9256 0.00 MB 1 0
79,117 79,117 000000000015dbdfbb5487ee9d59889b82d1ba2ca6ce87e1d0854338a457a31b 0.00 MB 1 0
79,116 79,116 000000000019a0720cf72cc834d2c46bb359156b96fdbb24645ba7a35ec203b8 0.00 MB 2 0
79,115 79,115 000000000048b03c8e72af751aaa53dfdbd6aaba2b8e4b6240b4a556ed734189 0.00 MB 2 0
79,114 79,114 0000000000164cc968e81b70718df331cd4e6cbc8c83d2e424fe3911e93ea15d 0.00 MB 1 0
79,113 79,113 00000000000a97116cf48826d312f66ca9b9ccc6d661f195127409531197087b 0.00 MB 1 0
79,112 79,112 00000000005047e6f170acfee8a142afc37b85089d868d4f6b9ad5715956b082 0.00 MB 2 0
79,111 79,111 00000000002ee7901fb47a67f876a42753de3e10c1e5fe8b7c8b7d01c4977afe 0.00 MB 2 0
79,110 79,110 0000000000477c931dd73de65679babaefce01582089d86fdc276f8ca494bbeb 0.00 MB 1 0
79,109 79,109 000000000044edb61a029244033b3f500f8d538adc9af3f408425a5d589adc41 0.00 MB 2 0
79,108 79,108 0000000000073b4f5f48e16aef8f1cd84cd1c92ed0e65d830ce7f0ea93ced8ff 0.00 MB 1 0
79,107 79,107 0000000000454d45fbe4fcd9771c65b23ea83a8349dc42408a9c7e235ebb42b3 0.00 MB 2 0
79,106 79,106 00000000000a057f0638ebb492072949d4c781e673610bc6a79e7872d9fd36b3 0.00 MB 2 0
79,105 79,105 0000000000400e25a699b69db5a8ab9143f4b3fe3eea9d75b8606d0abebfd2fb 0.00 MB 2 0
79,104 79,104 00000000003bbc338f3fb7a5e73b669d84a33e865b5efba5a65777f9dca7715a 0.00 MB 2 0
79,103 79,103 00000000002a463520768b5e384370e8b49544b06f4676aa86c67b48baaae338 0.00 MB 1 0
79,102 79,102 00000000003df38986eab0875471545cdadaffba4e29e66f74fa5db29879b951 0.00 MB 1 0
79,101 79,101 00000000004547b8ef814a904284d106d94abfa9cb6d1ed7ebf1aaaacc45c17b 0.00 MB 2 0
79,100 79,100 000000000043cbdd7e64a581fc861752f3b2364cd4f6dbbf6eced14054679d51 0.00 MB 1 0
79,099 79,099 00000000001efe837e418018bbf2b1f15aafb605ae3dcd492b72b8fa318693a3 0.00 MB 1 0
79,098 79,098 000000000043df0f9011877e1a2850531aba8acd30886a7140c8758b4369fe80 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 773.62 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,191.15 GB sent, 116.60 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.