Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

27 transactions (0.01 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
909,664 000000000000000000022cb30000000000000000000000000000000000000000 0.01 vMB 27 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,663 (824,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,252 85,252 000000000004e216fdd222924c790f2c8d377b75538ab1c747fea97063f96368 0.00 MB 7 0
85,251 85,251 00000000000b4c2a8c3c8226005dbfa48b306f1a7e652d8966079c3848aeae1c 0.00 MB 4 0
85,250 85,250 0000000000110b5caecc283b701f11ab98025949d9614bd51cc64ef7ffea1bff 0.00 MB 2 0
85,249 85,249 000000000000c47731f2e8edacc65fb05221affdd05e192e35071306d189d58f 0.00 MB 1 0
85,248 85,248 00000000001426f0e17ada8b5d756f3b98857061dd264337794a7b16dafb6c90 0.00 MB 2 0
85,247 85,247 00000000002c17e7c835d08d6367b77d475a821f58930c21137308d1d8194f16 0.00 MB 5 0
85,246 85,246 00000000000af365143661a47414475632b7abb2f538267024ec30e6fbe15af9 0.00 MB 4 0
85,245 85,245 00000000001be28d4dad688ac9a8d17079d012ddffc87ac91a0b7856c03bd7b9 0.00 MB 4 0
85,244 85,244 00000000002b91a4ec99defa58d2e50dbc1622f5ff8471e5368d172dfc50ac21 0.00 MB 1 0
85,243 85,243 0000000000074a3859c4dd13ef6bd1989359cb417f8f5cf3d30f9a785a68c32d 0.00 MB 1 0
85,242 85,242 00000000002106c31f93fe2ceccfccb01ed0871c8a27d5e2b8222d3d3c037224 0.00 MB 1 0
85,241 85,241 00000000001ee1c86185d7a97d3af4a9582da14a87076772188a11567fdbea00 0.00 MB 1 0
85,240 85,240 0000000000150feaf1baa60da93d04dbc4f85ac143d5bc177c67596a9b71b24b 0.00 MB 1 0
85,239 85,239 000000000001c5df14bbd1e1b3afaa8e0b4d66ffc49f6a682098601d5177c78b 0.00 MB 2 0
85,238 85,238 00000000002bf9f906968b7b3afd068afd9fec46b05e18453c37808a57ed3e0c 0.00 MB 2 0
85,237 85,237 0000000000027394564279a9db541232e97bce18d50d1856276d3d074106d54a 0.00 MB 12 0
85,236 85,236 00000000002f2db5b6371e2e50253cc032b632b6d31aed988d2ac03bcb6a4083 0.00 MB 4 0
85,235 85,235 00000000001705b06405c14259b4618e501404e168385819db91e18706a08f38 0.00 MB 1 0
85,234 85,234 00000000000343aa902877810ae90446187f385d32b3f30eb910aa4a0f3bdd86 0.00 MB 3 0
85,233 85,233 000000000009d739c7dc7192a224d758e4c72266c3335d1272188696109fdbd5 0.00 MB 1 0
85,232 85,232 000000000000b920dfa5b904980b0f4677f5de5aa7a3c6eda8216feea0dc6162 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,133.47 GB sent, 112.24 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.