Memory Pool Memory Pool Refreshing

5,708 transactions
1.68 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,573 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,765 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (882,314 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,258 26,258 00000000fef32ba2238b78945142541d6d587ffe4884609c89c7e859f94e908a 0.00 MB 1 0
26,257 26,257 0000000066d274a8b411861a1afb9196da84d0c94a7481216bc765a62aeb9a8f 0.00 MB 1 0
26,256 26,256 000000009f211928ff76cd2b57d380485102069a5c56f9132710e1f21fc2a225 0.00 MB 1 0
26,255 26,255 00000000f7ceb35f73ec55005f93fd8458d6709e71de0c3761f919dfa1e69129 0.00 MB 1 0
26,254 26,254 00000000f6669851a9b21a716652bfb7fe4c108b759600b10852459cc983e6b1 0.00 MB 1 0
26,253 26,253 00000000180851f6c05d07b8404566d4d644edaca9991e0ad82bfc2dceeb52f4 0.00 MB 1 0
26,252 26,252 000000002660170bb717ed226825f54d3b9e392c8463ea6dc912514e7e7e4f96 0.00 MB 1 0
26,251 26,251 0000000029c311c2e9c64c78e4f9ea739c5552ebdb91e9eed7dd38ace2e56377 0.00 MB 1 0
26,250 26,250 00000000508651f2e6cb5bc3b63ff6fb6a7f46e7da5e850b3c4797b569154c07 0.00 MB 1 0
26,249 26,249 000000009c7ed7e17e2dd038e4a9e67712eb615080c72d6a794f82be46b2015c 0.00 MB 1 0
26,248 26,248 00000000d9ee739f31257bd63c33dbdce413254335bc957c6437edbc0f2efd80 0.00 MB 1 0
26,247 26,247 000000000bb4b544a3dcb275c26fe5efab08568d8a09b074a51eb97d76a4e418 0.00 MB 1 0
26,246 26,246 0000000033ccc36aaad90040e93280525ea218bd42243ae7e1b13a272961dee9 0.00 MB 1 0
26,245 26,245 00000000a1215a19b782ecf68341ec2bcaa26c7d36ba007f3fd88466f7567fda 0.00 MB 1 0
26,244 26,244 000000006b3bb38ca8a9029ee8bef7f47b93e5cc584abf4b09ccb9ae76a9f7fd 0.00 MB 1 0
26,243 26,243 000000004b7362a2ceeace39966a85fbcd3a7da3f4497fccd42a0bb2ae3fc722 0.00 MB 1 0
26,242 26,242 0000000072baa25f5b688b9c71fcfd695e045ab2c28106e322292f0ee10efd6c 0.00 MB 1 0
26,241 26,241 00000000cb2f5853627c60e339388998e0f4fc71194e6186aedfe1b0ce1ca34f 0.00 MB 1 0
26,240 26,240 00000000b4a57acd36b6595a06179b57010676d7af51a6bca78580d56097dbd7 0.00 MB 1 0
26,239 26,239 00000000d7d6ae3d8e3060d7794d8a859d829263e08b7f135d97dc4cc26bb03d 0.00 MB 1 0
26,238 26,238 0000000033864a16b21557d4e67347928c83d05e086ae2ef4fed49b6e45aff18 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,848.13 GB sent, 100.77 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.