Memory Pool Memory Pool Refreshing

9,276 transactions
2.85 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,829 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (794,490 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,374 113,374 000000000000b1d072b884d487c7c0aa10220349fd5c1fbbf95e7d6dc0284605 0.00 MB 14 0
113,373 113,373 00000000000076a887883794e1058f257e8e68fa495f87ceeaeefc650d980216 0.00 MB 14 0
113,372 113,372 0000000000008a9e55c5e4b09cfb36ba0520c412d11d473d88a0e3775edd4d4d 0.00 MB 13 0
113,371 113,371 000000000000be9ebc4fc8f8cdd1d3b0c3b3aab28de79bc34dc90a42761f53c2 0.00 MB 11 312
113,370 113,370 0000000000009d906a32a83117ab805ce958fe656f4cf642d54e26274ee9466a 0.00 MB 8 0
113,369 113,369 0000000000000d78c3189ad3a9148935fd7aef3facd2cfef259783ca652ea1a2 0.00 MB 13 800
113,368 113,368 0000000000008bccd24e867d392bf5c330ea0173dd436b410b10f36baedd0a2a 0.00 MB 12 227
113,367 113,367 000000000000328c02169e31fe765f35b6b1b81ebeb0e1e237342f85c91ad08f 0.00 MB 3 3,875
113,366 113,366 000000000000778b2537e58d9c35559fb0674868adab250ea704cc2731496557 0.00 MB 10 640
113,365 113,365 00000000000080b2b25ed57382a57269adb97d9485ceb61d309ed0d636c8b2ac 0.00 MB 19 0
113,364 113,364 000000000000786c1b3b1d56536d7352cbae6c7cce8d0961bf41178491f50ee3 0.02 MB 108 40
113,363 113,363 0000000000001443085721f406241965570a4e89c02bae112c021f0214e0bebc 0.00 MB 10 627
113,362 113,362 000000000000a0fa0cc5dc5c1775c46ab46f4eedd2debf0077e81da483eca6ae 0.00 MB 4 0
113,361 113,361 000000000000b267512b86d142f0e620aecac5f299dd52e742bbddc44aa1bdf7 0.00 MB 4 0
113,360 113,360 0000000000003c1594e7b2dec9331f86abaef87f4de06b50a53b60c1edb82608 0.00 MB 2 0
113,359 113,359 00000000000026adf1fbca462aedb2410758d7717c6d9207bd367bdaafea35c6 0.00 MB 4 0
113,358 113,358 00000000000014bdd989a7c50838d0b5babba16a613ea339527f5390c153a93c 0.00 MB 11 320
113,357 113,357 0000000000002cd146b97bca97cec9c671d1d1c53d2221b2957b6f403de177ec 0.00 MB 10 327
113,356 113,356 000000000000a87cf58d3f99d0f69bfdab7d8723becb8baf736af632a1c176e6 0.00 MB 13 234
113,355 113,355 0000000000001b2e2d51a6412c4fc0e4694703bfb19489bec9b0dde44ddb2ffb 0.00 MB 6 0
113,354 113,354 000000000000cb575cec99c2d282637b5a868552f5b222b309d38af100d4b85c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.38 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.