Memory Pool Memory Pool Refreshing

1,814 transactions
0.57 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.57 vMB 1,803 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (496,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
411,380 411,380 000000000000000001b844ed15124bc08114c624cbf253c2b1eff6f3b9c09c2d 1.00 MB 2,644 56
411,379 411,379 000000000000000004451523dd06fc08a61fd12ef367a490ead260d3f83bdf77 1.00 MB 3,177 61
411,378 411,378 0000000000000000020d6b3cf8337931b7ad4ab157358c68cdb6623fbd6ea13f 0.77 MB 1,449 35
411,377 411,377 000000000000000004a41b97b9248a3427be85ea49954fdbe7efd82336e50112 0.06 MB 163 44
411,376 411,376 0000000000000000032192c25168c8733192db2277f51d50027bbacca47b0d46 0.01 MB 39 49
411,375 411,375 000000000000000004bd61c1eae0078efa57d70b8fd55dacf0541069c0fdea23 1.00 MB 1,780 32
411,374 411,374 0000000000000000040468ed340f95861dd522e4ee277b5db62c33d1a21219cd 0.99 MB 2,576 46
411,373 411,373 0000000000000000010aa02a0f138f4eb15638c95c2d7807d6e3e6f7de228188 0.72 MB 1,473 32
411,372 411,372 000000000000000003dc3982b0e0b97c5623ed235a2c214d8eea6328c4a9b7ff 0.95 MB 1,269 37
411,371 411,371 000000000000000000494f83917803b38c0620ac19410a97068c791c57c09754 0.90 MB 1,828 37
411,370 411,370 00000000000000000355121d9ed57e5eed912c63bc4ff5c250678fcbac2f6a5c 0.89 MB 2,293 39
411,369 411,369 0000000000000000057c7d74f87ce84211268197b87744686a4377661242d4c0 1.00 MB 2,547 40
411,368 411,368 0000000000000000059238845b87c08eaaf0ba7188263aeaf871728d08e6da5d 0.68 MB 1,780 41
411,367 411,367 0000000000000000024a81094f2bb0587af97c3cc27e03ddaf65d0a7fd76e26e 0.82 MB 2,111 46
411,366 411,366 00000000000000000260f11fc8c4cd1d4c3db32a51136479da9b342b69ff8006 0.64 MB 1,520 43
411,365 411,365 000000000000000001fce36bab03c9490fdb4fef0149816b6c9b01caaed2f26f 0.96 MB 1,224 26
411,364 411,364 0000000000000000003567b43782d684145df2cb3b9b8b744117204a47401d4b 0.99 MB 720 15
411,363 411,363 0000000000000000047f466cfe7f66945b701878c5c4ba2b3a38dc351b061f7b 1.00 MB 2,165 34
411,362 411,362 0000000000000000044ff06e8bb7315a30eb8ecae740c8835e19afe600398cdf 1.00 MB 2,163 32
411,361 411,361 0000000000000000004d0c14930eda9b2f5cc41cf97d2c0ec0d978071f0b1a40 1.00 MB 2,848 55
411,360 411,360 00000000000000000276d0874b772b97ea5b311a61884c2eb476112a2de6137a 1.00 MB 3,097 71
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

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