Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,174 transactions (1.44 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,661 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,045 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,660 (897,263 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
12,397 12,397 000000009d520bba90dcc706780b1d2ec498f3a45f44d5eddcfae47ba70fd592 0.00 MB 1 0
12,396 12,396 000000004866661cb257303ab26e8ff0a8a0b2c9297473553cc98f2ca1d03252 0.00 MB 1 0
12,395 12,395 000000005c006d2cfba8a1f7f37dfc1606fcfa9067baf94fa9014d03ebe144c0 0.00 MB 1 0
12,394 12,394 00000000fb7f557a4789f3e046e3bbbac58326a1bef88ed0110662f1c43b3b40 0.00 MB 1 0
12,393 12,393 0000000030104b72aeff41fb4933b93241997bb981d3411de4a56c74f72564f2 0.00 MB 1 0
12,392 12,392 000000004470216642cce445ae3ca78fda9763e3211da7d0b9ed6a7e8b6c5817 0.00 MB 1 0
12,391 12,391 0000000070cd8a2188102dacb5a4e746daee05f4d27d391f4385b506ddd24f6e 0.00 MB 1 0
12,390 12,390 00000000392641db4f9b906ceebabaf63857394f7fdf4b6235c5636e938476fc 0.00 MB 1 0
12,389 12,389 00000000dc5793aabedf639bfcd4bcf84e3b0634f66193014d617403c09dd809 0.00 MB 1 0
12,388 12,388 0000000078495446b0d394067e93586c0984e94fb29e65c6dd19e2932164daf2 0.00 MB 1 0
12,387 12,387 00000000bb6c536fc6c270f3f24e92606a553277df02a261e2068fb73be07ed8 0.00 MB 1 0
12,386 12,386 000000006a1edba45145841370e14912a006a8301304e9da2bf3df93dc903803 0.00 MB 1 0
12,385 12,385 00000000009fb935a11d14ffff995a1055a60b2f5335aa9dc97818d45fd0c78e 0.00 MB 1 0
12,384 12,384 0000000022ae23092aa1b5b6554da922af1642ae1c1dcb05023c638249227498 0.00 MB 1 0
12,383 12,383 00000000c218805db36b484f8125e4724dfaa7bdcaf0c9ccd18afa3c1f263a37 0.00 MB 1 0
12,382 12,382 000000000cea7707348ed60430ac4ee9bb40bf9e6910733275504b15bce90f1c 0.00 MB 1 0
12,381 12,381 000000006e272727e02060087f7053867966f98107fbd01e4baef61944f14133 0.00 MB 1 0
12,380 12,380 000000009bb87ec313035596b804ddecdb9b6136f1c36c85d15ab8aa823f0fde 0.00 MB 1 0
12,379 12,379 00000000347bae1c840ede2808b01e42f975248b1bcc081d5560f8270671b8f8 0.00 MB 1 0
12,378 12,378 00000000536f449183f0c268f4498e0ad957b770ce5281c1487da60203241826 0.00 MB 1 0
12,377 12,377 0000000069cd866ef5b88d87eb586b18fec38e6c33f19f5b41438822b4fa1b73 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.78 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,132.74 GB sent, 112.23 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.