Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

146 transactions (0.05 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,702 000000000000000000022b910000000000000000000000000000000000000000 0.04 vMB 129 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,701 (154 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,547 911,547 000000000000000000007664b9a44bbcaa1312847508760a46c1d8dd6d7ee2f3 1.62 MB 3,744 3
911,546 911,546 00000000000000000001142d7436bfeeaf16411f67c55a562e05d4d9f76071fa 1.68 MB 3,536 2
911,545 911,545 00000000000000000002190dcfa67324f73165bd72cfdf683eb3bed3520cedbd 0.50 MB 1,108 3
911,544 911,544 00000000000000000001cf1b8840f9900a01223cd85148f046144184185dd62e 2.08 MB 3,364 1
911,543 911,543 000000000000000000012b3ac0d84818651a03c44fb9d0101eff063e97efd03a 0.16 MB 442 3
911,542 911,542 0000000000000000000029df99358a9d6754cb6e4b45f1c86c7f21158451b6f1 2.82 MB 2,168 1
911,541 911,541 000000000000000000001721349ba2042b82224595b4758eefb401350f7d8462 3.66 MB 479 0
911,540 911,540 0000000000000000000198b5dd7c0d99dd06bf0c8b5ab9f5dabb1f3179c4d05c 2.58 MB 2,280 1
911,539 911,539 00000000000000000000b5e9fdf9de01b4e929b801ca9d2e96324971223219d6 2.76 MB 2,199 1
911,538 911,538 00000000000000000001ccf05e33935e0133d142eab2675200cbf8f763de0611 1.80 MB 4,454 0
911,537 911,537 000000000000000000018c685755b5bfb5c54a2b0af76c62e709a9da42cc4755 1.63 MB 6,183 0
911,536 911,536 00000000000000000000f514f798227068d7b512a98b7c3247936b12941a33d7 1.58 MB 6,798 0
911,535 911,535 00000000000000000000ca9f458138a9cdda90b8fe5f58684564ae4e3618a101 1.62 MB 6,015 1
911,534 911,534 00000000000000000001a1cad84c122f3030d947c22b3fdca11838363ce0b7a6 1.33 MB 2,767 3
911,533 911,533 00000000000000000001935751920292bbdad146b1180da100aa56f6e94b2149 1.58 MB 7,102 0
911,532 911,532 00000000000000000000efa8c9f942b7eda1dea2172c69681caeefb3a20905a4 0.02 MB 48 2
911,531 911,531 000000000000000000022042058502ab612a0d656a15be543d26a56d5597737e 0.08 MB 224 2
911,530 911,530 000000000000000000008960813cec3e81c82e43a09c2e6120fe29dfe728d62d 2.07 MB 3,604 1
911,529 911,529 00000000000000000001aac650e9e0aabf6b8fbaec43d591148ee5843f30b0b9 3.18 MB 1,331 0
911,528 911,528 0000000000000000000204a557044a965528584bdc157a00a3e21b4fea8721ea 2.19 MB 2,474 1
911,527 911,527 000000000000000000018d4246e7729d4be871a457c91a7b946453144598ba4e 1.71 MB 3,476 2
Previous 10 blocks ↓
Total Size: 776.54 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,425.87 GB sent, 131.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.