Memory Pool Memory Pool Refreshing

6,095 transactions
2.11 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,777 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (95,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
812,198 812,198 00000000000000000001de41a338b6d74d364c602c8596ac0baf706fa0c88362 1.51 MB 2,538 11
812,197 812,197 00000000000000000003922eaaa67891477be983b82c1c59c3f08db76f4b587d 1.53 MB 3,363 18
812,196 812,196 00000000000000000004b242873d0d47f898e50ebadefa1c4e690401a93c631a 1.89 MB 1,603 3
812,195 812,195 00000000000000000001f7148b851bebfa07b296b3830b7dd5cbed88ef0270d0 1.77 MB 2,379 11
812,194 812,194 000000000000000000021f937f1458571dfdb68f01df05caf83905f8ca1393bd 1.54 MB 3,421 17
812,193 812,193 000000000000000000024ac4dcae914509be8f89748f27904818dca6e6fd6111 1.55 MB 3,239 14
812,192 812,192 000000000000000000043f329529342f38d920903be01bd465ad42dcb46c4225 2.15 MB 199 1
812,191 812,191 00000000000000000001a12b4c67dae22a1b555e764b578a3f82314627beb5f4 1.86 MB 1,464 5
812,190 812,190 00000000000000000002851c69bc0891cfddfd342a28cde5e8b4c23807b9ba7d 1.51 MB 2,268 12
812,189 812,189 000000000000000000017684390244cf7a9a9c4a5d1670e3372ca4467557da87 2.14 MB 1,266 4
812,188 812,188 00000000000000000001fb609857f29745d872859c489ee1a7b09ed4ff10715e 1.51 MB 1,904 8
812,187 812,187 00000000000000000003e82851e5d4fc946329121c1066fb97abf4e34c5a3028 1.98 MB 880 5
812,186 812,186 0000000000000000000126c60537b7b83e2cbc38eed1b652e24d870bd5591139 2.15 MB 149 2
812,185 812,185 00000000000000000002e78c8b88a228db149404c693f0e6999debdacc8e2d66 1.91 MB 1,584 7
812,184 812,184 000000000000000000008f21f96a3c6c0ea405b0c51a6b864b14e8bcb3eeceb5 2.06 MB 1,001 5
812,183 812,183 00000000000000000003c1e37261a980d01ef66a4bde9cf37722f9747637d97f 1.97 MB 2,386 9
812,182 812,182 00000000000000000003d442086ba95eb08c9ca7e9554750bd4baec73897a66d 1.34 MB 2,016 12
812,181 812,181 0000000000000000000417058ada61ec4ce54ff7f22e8748e29c75ff0112fdd1 2.19 MB 79 1
812,180 812,180 000000000000000000019557b056300f1a29b788b4080c8b0101418973c6b706 1.80 MB 2,217 12
812,179 812,179 0000000000000000000204f5d3094a9477e4647a2182d9d7f0e273e9d79ccd4c 2.04 MB 886 5
812,178 812,178 00000000000000000000ab220e7fac7f11836f5f135b8fca5799724d747edc41 2.08 MB 1,279 6
Previous 10 blocks ↓
Total Size: 769.25 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: 1,635.20 GB sent, 94.19 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.