Memory Pool Memory Pool Refreshing

1,716 transactions
0.54 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,767 00000000000000000002349e0000000000000000000000000000000000000000 0.53 vMB 1,702 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (798,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
109,301 109,301 000000000000c88e307a56c84266402c7a8fb1200d1fde13e73b94e735ef54c4 0.00 MB 7 0
109,300 109,300 000000000000523dcedfda7151227700edde4fd45ad225ad4bd95b9aace14627 0.00 MB 12 0
109,299 109,299 0000000000013fe7e0b32bdbdc18413290c9e0bbdf5bc002230c47c90c91aa7a 0.00 MB 11 0
109,298 109,298 00000000000016ca5ab56a0aee662af7e9c15bf651abc266b7bddf166a0fc09b 0.00 MB 12 346
109,297 109,297 000000000001b510d7d876a65dee2f952712c407d1b3e5fe08a4907ffa60d94d 0.01 MB 43 0
109,296 109,296 0000000000015da853ebdd4f6a2245df0851381f61f62157709f3c9715666484 0.00 MB 7 0
109,295 109,295 000000000001c5c6dc3c5679cdb181e3cd408c58e12fd4b13d8ccd0aafe9b555 0.00 MB 6 0
109,294 109,294 000000000000d2418687eab8f655d10099547f6bcc1c769f444757a622979a69 0.00 MB 2 0
109,293 109,293 0000000000001324a455e1c4e93edcdd2486e9f70212eef72fe18181d4b1188f 0.00 MB 7 0
109,292 109,292 000000000000812bf343277cbf133c5460978746bf01a2be6da3d04076fa1e96 0.00 MB 12 0
109,291 109,291 000000000000fa0c6f9b96c4916f0fa7112adbb59baa8f5458bb21bc1d2a3fb0 0.01 MB 40 0
109,290 109,290 000000000000ce7f6376e4d90b8c4e69e926da027542a8f565f42d72fe155707 0.00 MB 6 0
109,289 109,289 0000000000001ea2037f743d119ca3418e6501d19f55de215882273d28171a63 0.00 MB 1 0
109,288 109,288 0000000000015ecb40bd692e95018cf3c334a0a293d46a1e598cc2f37313c8f0 0.00 MB 1 0
109,287 109,287 00000000000142de0000dd091bd4cde892ddd164ee04178fc261177a2e36bcaa 0.00 MB 3 0
109,286 109,286 000000000001434a926faf6fdfcd58c5eebabce2b44bcc29ce3266231561cc08 0.00 MB 4 0
109,285 109,285 0000000000016757c4424056519741dbcd46dbb3d13091078f575d2b3c05eba9 0.00 MB 1 0
109,284 109,284 0000000000009ebef4618037d5872115d70ed540e8dabd3d0f0647174d7ff321 0.00 MB 2 0
109,283 109,283 000000000000e74a963431027a3834e874078cc227e5a5b8ba1f27c34347e496 0.00 MB 4 0
109,282 109,282 0000000000019d81bd51981a6912421e1ecef1894f1b6ece07e358300f53cb7e 0.00 MB 1 0
109,281 109,281 000000000000e933d9f61cb1a9ca1901111b29c48f9a2585aa30d51492ff951f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.10 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,629.13 GB sent, 93.41 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.