Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,712 (796,268 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
111,444 111,444 0000000000001df002ad6b399710e848a6889fac00cbf9c84f44ec8d18ef3b6a 0.00 MB 12 356
111,443 111,443 0000000000005a0e136456ee15d997ebfbffa67d8d3fd742e268f0a1c4fa3e7e 0.00 MB 13 344
111,442 111,442 0000000000008cece5350dbdf2087b3249c0ef6f5da293e0116475d3d4f7e456 0.01 MB 35 33
111,441 111,441 000000000000d05ff5d0ba9feed99b9f26f06b4f7bf1dc8509ee8bcadd9143be 0.00 MB 7 360
111,440 111,440 000000000000ba06ee655fb97ffcd11f3c06941ee5dfe172c712f8e808e0d836 0.05 MB 190 23
111,439 111,439 000000000000267531abd52359609a17c8775185e60f763476569251ba3afaa8 0.00 MB 12 355
111,438 111,438 0000000000010124fe9b44fab15c8cf64604eb8d3df24d1c5da4710e74eefc4a 0.00 MB 10 357
111,437 111,437 0000000000010bf7b496cd5ac23fe3134367dca213751f773312d16063fb7915 0.00 MB 11 355
111,436 111,436 000000000000a56ca3ac54944e3c19228c66dd6e74a2c6e1a049154a7516e646 0.00 MB 12 586
111,435 111,435 000000000000a4a195d6e196d5be4a6f1c478acd18ccce2f0dfbe44f716dcde6 0.00 MB 16 493
111,434 111,434 000000000000c0a602b09c1a0b2d7d377e5853b0650b69d4f1a6c5fb7e54860c 0.00 MB 14 585
111,433 111,433 0000000000005f1131e6cbcfc784c4d2d6e331292bf547883356d410b0a05816 0.00 MB 12 3
111,432 111,432 000000000000987b5d7cff210bac6d096ce3d03479a90889c54b5babc76cdd30 0.03 MB 85 40
111,431 111,431 0000000000004d8d21775051b79e8f2f1c777c883eedc8a4de4de1e41ff83913 0.00 MB 14 310
111,430 111,430 00000000000051be272dcf7efc232ceba41d7852a91306317b366247f8052e7a 0.00 MB 6 1,532
111,429 111,429 0000000000005351ae567fa1d290f987b0901be59921637d61be3efefc66fd43 0.00 MB 13 333
111,428 111,428 000000000000fcd4afc9038e06c609e237c91aa820cb2698064838e32a00c9c1 0.00 MB 12 312
111,427 111,427 000000000000acb85c742e25c98799d219c3543ee02f6076fbd3f26e5369cce3 0.00 MB 13 333
111,426 111,426 000000000000513cdb499174773ff2be786c475b6c319766e83faff7bdd5ebaf 0.00 MB 13 337
111,425 111,425 00000000000111ed15816f38e43d416a427ed942acc3864f07d226df5127523a 0.00 MB 9 321
111,424 111,424 0000000000007d13a6bce2255e09e82a110ab8674114185fb4de94b9a78345f1 0.00 MB 12 590
Previous 10 blocks ↓
Total Size: 769.01 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,616.92 GB sent, 92.84 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.