Memory Pool Memory Pool Refreshing

7,873 transactions
3.63 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,908 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (423,467 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
484,256 484,256 000000000000000000fcd22b12dcbdf3a1b0b08861fdc09f9fe3328b8e241d4c 0.99 MB 540 38
484,255 484,255 00000000000000000009ed2cf4e97d7ff46bd01def44f3df95560cbca36ab210 1.00 MB 1,269 61
484,254 484,254 0000000000000000006876148c7784b683a455011bebab7142cc581235821b7b 1.00 MB 1,968 183
484,253 484,253 000000000000000000c9e229029c41f95e35ce7ed163cdcf0d98eea982a39d31 1.00 MB 2,019 76
484,252 484,252 0000000000000000006352702d3552cc1fbc34db639c9893b0b5afca44d7466b 1.00 MB 1,716 119
484,251 484,251 00000000000000000127b90fdc5a6b182e04f7f18ce674068311259187071da6 1.01 MB 1,996 129
484,250 484,250 0000000000000000003d3f5a382416875810ea652e95751562a147fa9a0b1438 1.00 MB 1,912 218
484,249 484,249 000000000000000000211081d063bb69d8349e00de690abace6a3bc75b03391e 1.00 MB 2,298 203
484,248 484,248 000000000000000000a579d92e9d296c4939c4f7eb87ac1fddb2af80f25fb177 1.00 MB 972 91
484,247 484,247 000000000000000001004623affdf9610d262a6a68f55f1933507b9eb0c1209a 0.00 MB 1 0
484,246 484,246 0000000000000000003cd82d527ae0770e890a93ca0388d5e9aadbc8c95d8796 1.00 MB 1,653 146
484,245 484,245 0000000000000000006fb87ab0be384eda4496c9ae76af0b48b867edc8176f36 1.00 MB 1,414 51
484,244 484,244 000000000000000000b43690bfe8d63b79dae57ad2d34f2ddbe8681674010bd5 1.00 MB 1,614 120
484,243 484,243 000000000000000000ba11c1e57ddea8b1538befeffdff7049e55a3ea4f851e1 1.00 MB 2,389 202
484,242 484,242 0000000000000000001efcea30bccaf6ca23499d618ab08a257057c975c119ac 0.01 MB 27 899
484,241 484,241 000000000000000000130071d513c11c8546b903b18ac78707a2383bbc6f11f2 0.70 MB 778 70
484,240 484,240 000000000000000000c2822ce9513dacce1cd15666a3172ecfbd40f761d434e8 1.00 MB 429 20
484,239 484,239 000000000000000000245e1d7204f92ff7332152f6f66feca4af99886b081376 1.01 MB 2,229 165
484,238 484,238 00000000000000000013b8338932aaa89ab89d774a46f0297bb0f17639d5cdd9 1.00 MB 404 25
484,237 484,237 00000000000000000089cba5028a87bcd5dce0d7f5a92d5e5b55aba29800761f 1.01 MB 1,029 75
484,236 484,236 000000000000000000152c4b67456859216efc87062d9193dd616376374d2618 1.00 MB 1,978 132
Previous 10 blocks ↓
Total Size: 769.03 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,624.89 GB sent, 93.01 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.