Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

565 transactions (0.19 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,846 000000000000000000022cb30000000000000000000000000000000000000000 0.19 vMB 556 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,845 (867,456 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
43,389 43,389 000000000f5203fce59a499768c17372ae9ee7da0fcda73744cf5c79627b81e0 0.00 MB 1 0
43,388 43,388 000000001da8d5c032f89620566cee272969b438017767c22c3ad59c1888820b 0.00 MB 1 0
43,387 43,387 00000000365e64b2f51cfacff22701773ed2aeb86ec5e819e478c84cc61113b3 0.00 MB 1 0
43,386 43,386 000000001f21ce319d017decdf7d116f5627b2867efc6f3d6dd571a14b69c235 0.00 MB 1 0
43,385 43,385 0000000002b44c502ad39f67b571c5ce96226e14fcc43247d99fd502ad116d36 0.00 MB 1 0
43,384 43,384 0000000016d32eb47179a669c45fe77d085b39491b1bbf547184dca8a2e18153 0.00 MB 1 0
43,383 43,383 00000000394389b0dbd57dad1afe31ab50845007b096c555b6ca12c9bfc05121 0.00 MB 1 0
43,382 43,382 000000003fddfc35d5026dcbc0fd7ae2abc374e1a8dae55c4eddd321eeab33ae 0.00 MB 1 0
43,381 43,381 0000000038836c9fd4e2ee182760326931a08e88af6b200be63ad39eabc11001 0.00 MB 1 0
43,380 43,380 000000001d378c6e375e7fb87a3f087dcfccc0bc9258a7bf77327cde8c9b3edc 0.00 MB 2 0
43,379 43,379 0000000035685cf4f7f82b78b64e7d6c9899459147b8b8be74fba475f721072f 0.00 MB 1 0
43,378 43,378 000000001829df7ba339b1480e661100a7c667dc5f9b55815ed69e0af84f801c 0.00 MB 1 0
43,377 43,377 000000001eb86bfb0fa2de7659dc43b93fe43bf9c0a615e0846e59252e82b01f 0.00 MB 1 0
43,376 43,376 00000000023d5c1441fd0a0d4b553cf6345d9bbbdf04862529c5f1d8255dd38e 0.00 MB 1 0
43,375 43,375 000000000987e539e883fcaef07b93735a119a0ed7bb328f605337ae2cbdd3c4 0.00 MB 1 0
43,374 43,374 0000000034a617de1899cfba890e7d1d67492de4065e4e461aa4102668bdbe54 0.00 MB 1 0
43,373 43,373 000000002611589b5bf11628de95a5379ab836f1b528d1946161d7803cde34da 0.00 MB 1 0
43,372 43,372 00000000154f68723b4d159047babd0a8dc44eff4724c40b42de3892a34e5012 0.00 MB 1 0
43,371 43,371 0000000020c930e19bd33d4bb44f8cb41b2071a893e2ffb832cc3c5b9508dd04 0.00 MB 1 0
43,370 43,370 00000000299ada193eadc8e454ce8c387931268b3a24c720d6805c0cf776580b 0.00 MB 1 0
43,369 43,369 000000000dad3eaa3c25eac2c555bd82edec58f7675a7c9b4e26f066499e8ad8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.95 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,334.50 GB sent, 123.46 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.