Memory Pool Memory Pool Refreshing

3,275 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,850 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,619 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,849 (445,475 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
462,374 462,374 000000000000000000cbd97f4a51c1d49f0427f9f7586ced9e89fc3012b614b7 1.00 MB 2,309 174
462,373 462,373 000000000000000000e3fc57c8dd19ebeaf16485068552a4c42a4998d12cfa2b 1.00 MB 1,055 111
462,372 462,372 000000000000000001edd153de72f7e992620af10ab97c1edb8afad4b05b8d0c 0.00 MB 1 0
462,371 462,371 0000000000000000021165c6ed141bb6c79b0e6f37aa0a01bbfba2119edff6aa 1.00 MB 1,900 126
462,370 462,370 000000000000000000ffd79897bcb77354f9d36c16081bb9706d41ec0ed9313c 1.00 MB 2,593 172
462,369 462,369 000000000000000000f9ca09e1696682f9af4229f2943ac8492fb293ec353742 1.00 MB 2,172 165
462,368 462,368 00000000000000000087f8c7f85ea1e44984f5385afc378d972fe4087332000f 1.00 MB 2,134 140
462,367 462,367 000000000000000000b944abd1b9bf1a0fd87665015b3f2c72050a4db9eac5ea 1.00 MB 1,929 175
462,366 462,366 0000000000000000005595a8e78b74db881f8286d7b9c44d9ef71a48c7677433 1.00 MB 2,234 129
462,365 462,365 000000000000000000ad7e21aa182440591e22ed8024eb1dcdcd4e1f87161e9c 1.00 MB 2,853 184
462,364 462,364 0000000000000000007c36dc4cdee321c8640d6d98e100812a42c9cafdb03b4d 1.00 MB 1,849 161
462,363 462,363 0000000000000000002ec079131d3bcd252a1d695348d7c98fade972e659ce3a 1.00 MB 2,540 133
462,362 462,362 0000000000000000014fe179b8f61b3ac33a774b757b64e13e5e479a016b6f12 1.00 MB 2,164 152
462,361 462,361 000000000000000000d9447f80a51194a9e77e2a27d3c5cedacb87d3d5ebfe3e 1.00 MB 815 111
462,360 462,360 00000000000000000104822232f49334970b053a801618aa38bf37423d82e5ed 1.00 MB 2,523 129
462,359 462,359 000000000000000001f759c6730044cbdbb1823dca13ccd90e4675706f421f31 1.00 MB 2,255 157
462,358 462,358 0000000000000000008973c5c13db5552bd5474d4f6438e10b175449ab395ca6 1.00 MB 2,232 174
462,357 462,357 00000000000000000064c91de8a63a1deff3606d7cf582ab42e3c5f304a2368c 1.00 MB 2,101 136
462,356 462,356 000000000000000001dd87caf775e7d54302fa6c062bc87dfa4df51f3f4736bb 1.00 MB 2,589 181
462,355 462,355 000000000000000001e812a9a1f784ed5c11d168fc57bf06986c3632fd98fd3c 1.00 MB 2,400 161
462,354 462,354 000000000000000000631aa8d4bab98f5071093b07a9c80b8f96875d540ed98a 1.00 MB 2,675 228
Previous 10 blocks ↓
Total Size: 769.26 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.24 GB sent, 94.21 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.