Memory Pool Memory Pool Refreshing

1,401 transactions
0.37 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,447 00000000000000000002349e0000000000000000000000000000000000000000 0.37 vMB 1,395 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,446 (807,282 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
101,164 101,164 000000000000509c2a97ebc257f5a034fa9ddb72effc12b83be3e0b5af6f91c5 0.00 MB 1 0
101,163 101,163 0000000000012442ea6cfda23bd35409b7a494933d3b285fd83580cea0f61915 0.00 MB 2 0
101,162 101,162 000000000001afd7876ab0d2de7738b4f4f2e7c2364f48e2334c412306022b80 0.00 MB 1 0
101,161 101,161 000000000003df4c8cfc5439fcbc7b7abf5478f6b2841a2561b76d56d79a866b 0.00 MB 3 0
101,160 101,160 000000000001b78d04bd4894421f608679869db89a25d704db87eb0d69699497 0.00 MB 10 0
101,159 101,159 0000000000020d7155273955807241fa705844cff1f61eba79b845d88bf92217 0.00 MB 11 0
101,158 101,158 000000000003c50c8e789956a049cdcf0fa2709c9f1ea93bcccc819f8c9137df 0.00 MB 4 1,349
101,157 101,157 000000000003e6c232fa698a5d0f8d6438f3d1354c4b0e53ac711e417627c0da 0.00 MB 3 0
101,156 101,156 000000000002b8d630f4fb58ef8e9d4b20e7730340b83e5490281d8e8e0e4263 0.00 MB 7 0
101,155 101,155 000000000003e941b8a6f21107cda6df7ef215680d7d46dd3b76f2e76c55e942 0.00 MB 4 0
101,154 101,154 0000000000017f92c8939a460ada1f0d39041bdd98dd79f853ab3268f3450ed7 0.00 MB 1 0
101,153 101,153 000000000000c80b9a9ae7ff61f592049a48e067d9df5aa3ee4b5d2e66620830 0.00 MB 4 934
101,152 101,152 000000000001424828a79f83a1a23c49d543aa0ae72a1fa136e028ea0dd210fc 0.00 MB 2 0
101,151 101,151 0000000000036215986281bbbcba5bf9ff1de8f889e0623c78f40d1c99f097da 0.00 MB 1 0
101,150 101,150 00000000000218b83c6981f5dc5cc6348cb81908523d762925e0b02547fb05b3 0.00 MB 1 0
101,149 101,149 00000000000249c51a784e2f21664785d6e567e2d1cc44346e53c5cd52284414 0.00 MB 4 0
101,148 101,148 00000000000304e56ab35359613f002e566a1ffba774608e449487f5f43f8774 0.00 MB 1 0
101,147 101,147 00000000000369144a79a23f00fe4ad5dff4c5c66448e31a0ca5866ccf335248 0.00 MB 5 0
101,146 101,146 00000000000330d868456aeeb1456a853ca39c645c791df12cd625fde7df01c4 0.00 MB 1 0
101,145 101,145 00000000000186383b8b39428ada421f27bcede82cebba875b1c0b5f504f8d03 0.00 MB 2 0
101,144 101,144 00000000000401c844114a0e2d29e40076caae40ff854fb84f825bb83e85b536 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.53 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,775.51 GB sent, 99.70 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.