Memory Pool Memory Pool Refreshing

5,303 transactions
2.29 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,444 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (373,645 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
534,178 534,178 00000000000000000007d46aa11d8c8dbf5a822f69d7d679c7c3cdb2d5bb6bed 0.24 MB 477 31
534,177 534,177 0000000000000000000cbde9bf31022cb4fb68fc3d8acdeb7e5462ca596338ec 0.01 MB 26 10
534,176 534,176 000000000000000000071e466a43911b6007cb0f6c1203750a38ce30edc2db45 0.15 MB 118 5
534,175 534,175 000000000000000000328d09dea07915a399a32c686f09b6baaf6df8bb1a86c0 0.52 MB 412 10
534,174 534,174 0000000000000000000c7c93a66f5d7ef36a69c025eef603acca5225f6de9c4e 0.35 MB 860 16
534,173 534,173 0000000000000000000044c8c8f442f152e24bd8c754877da9e4eb2672666923 0.24 MB 544 17
534,172 534,172 000000000000000000111fb36e98f1cec803a3f253c89321747f7e703725063d 0.37 MB 372 7
534,171 534,171 000000000000000000230990ffc9d675c29095a1453e26a9d2dc3cd256fa592d 0.23 MB 394 12
534,170 534,170 0000000000000000000d38fb2480522a79aa1fceec122d0925a655f46e1f5cb0 0.08 MB 141 8
534,169 534,169 00000000000000000030f47a5c6b4b61c37c1bda49da989337ddea2f3edd75ff 0.07 MB 146 4
534,168 534,168 00000000000000000017d5d026b5e8c8eea8d11dfeaf9367b303fbc0d7e98fb2 0.11 MB 299 29
534,167 534,167 000000000000000000334d5434fe76a4369e8fcf9b9a5d29413347b5666ea5cb 0.25 MB 620 14
534,166 534,166 0000000000000000000646a0d4a1804329fd28a36cdde145d871dbb3b50faefa 0.06 MB 171 15
534,165 534,165 0000000000000000001e59d32c73080332b6d9ce6396a9da9f275f877f0ea61d 0.18 MB 401 22
534,164 534,164 000000000000000000210e8d416b9a1c090757ba656fd3c23d2b26b75551f7f8 0.00 MB 1 0
534,163 534,163 0000000000000000002dcbf463c0f5bf14f3d671337e5e7cca4c332ab9483e05 0.22 MB 334 10
534,162 534,162 0000000000000000000d46f657d6ad5a3860c8ccd3c3eac6a86f1b5494b52bed 0.66 MB 1,414 18
534,161 534,161 0000000000000000000f2b4fdbf03ddf832edb4d804cff2c1b25f52a70b961cb 0.61 MB 1,507 16
534,160 534,160 00000000000000000004c8eda3a9196ae16334ea64f2250d484921fa902fb107 0.02 MB 46 8
534,159 534,159 0000000000000000000c3f845d3659eb2a1c2bb79f7bdfb95ec66e1f82b5147c 0.64 MB 1,552 20
534,158 534,158 00000000000000000017b52db6311d81459ae9ea2dbd46523e982456f31cb53d 0.71 MB 1,438 16
Previous 10 blocks ↓
Total Size: 769.21 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,634.34 GB sent, 93.98 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.