Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,207 transactions (2.38 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,533 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 493 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,532 (822,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
87,450 87,450 0000000000146c409c3cb2e4d36b64ac493adc6f4344199572df7cb09f8612c4 0.00 MB 4 0
87,449 87,449 00000000001d805c783057794d438d4df4cdbbe01919d53b158e644373ca954e 0.00 MB 1 0
87,448 87,448 0000000000072764ce0f8c3c8d0856463cec17c8cd87525ae8e206ec7d1846b3 0.00 MB 6 0
87,447 87,447 00000000001c41c07213d948ecdcefe5ed127ef7a9266e09008916417cf57961 0.00 MB 5 0
87,446 87,446 000000000016c41d6b11600685acd68b0c20d42bef8ade7f57dada95847f6fab 0.00 MB 1 0
87,445 87,445 0000000000137eb5b5cfdd68c7ebd0abb960507a53133ac17719f38e9b4dda8a 0.00 MB 2 0
87,444 87,444 00000000000764b7993897912dae41753fc2793b1d728cbc4a45ae5635696965 0.00 MB 2 0
87,443 87,443 00000000000f4fe77e91dbec8d27262d2071dd0e385600c28f20cb0df4396090 0.00 MB 5 0
87,442 87,442 00000000001c0f50891aa03e6ab20c285e58ab0f90a0520bf7d715bdce9db8b5 0.00 MB 2 0
87,441 87,441 0000000000191694ba1bf7626d397412028037f74a2823ed8dfa4b084a7abd3c 0.00 MB 2 0
87,440 87,440 000000000016b5e4dae3bd17e105487cf3064e71992610f1d5572dc60195104e 0.00 MB 4 0
87,439 87,439 0000000000008d28cef4f8456fad0ba664600041e3d7b1bd6e397672f39481db 0.00 MB 3 0
87,438 87,438 0000000000114791fc2bb46c45d2e100c58de66bb0df8b350af11fbc2b3246d6 0.00 MB 2 0
87,437 87,437 000000000003fdef1b38da7b97d363eb349fb6c94d107fde1b526bd03eb8d39e 0.00 MB 3 0
87,436 87,436 0000000000115cc319e18980b905e76442680c77c3ce979bc71ab73ecb5a5ed3 0.00 MB 2 0
87,435 87,435 000000000009696b93c5078c2ebdf060eae9386f2e2b37dd5fe0bef4c4c65d64 0.00 MB 3 0
87,434 87,434 00000000001e5be6adf13c2f85cd0cccfa54e35799527c45b5e736b682a3828e 0.00 MB 6 0
87,433 87,433 00000000001a2acb8985251b2ac583fe4c5460aee3056ab02362a19e69ac3fd4 0.00 MB 1 0
87,432 87,432 00000000000ce520a3956b5c561cb5f125439049dde65f528dc888191f3577aa 0.00 MB 2 0
87,431 87,431 000000000000ebd632da5edff22e3c82ef203bfc193d5986559c7897c4bfd1ca 0.00 MB 1 0
87,430 87,430 00000000001e6a5deb9e400a917d2f03a0d14afe7ef851b34a1d462c4f82fd3d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.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,083.22 GB sent, 110.95 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.