Memory Pool Memory Pool Refreshing

1,350 transactions
25.29 vMB
Show Random Selection Loading Transactions
Max Size: 102/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,310 (813,721 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,589 94,589 000000000008979429555fed70a4c1c3877a87c291eddd57c69d342e4c692a19 0.00 MB 1 0
94,588 94,588 000000000002ce9a5b545303d0e98bab7255f9dbc38dce7e4a5ed08d545634c1 0.00 MB 4 0
94,587 94,587 000000000000cb2f77df62a9e27b1693c5d6b673040676dce9f0ae772683552b 0.00 MB 1 0
94,586 94,586 000000000008da37b641e773632774e741f5a301adc07b5792d76cb7fb7e2f20 0.00 MB 1 0
94,585 94,585 000000000002e0e5f2717d0eadba362569544035010bfeafa8fec1ab90432430 0.00 MB 2 0
94,584 94,584 0000000000032be080b7d23fb45bd68fa7829b0f20603a85e408609b7949b86d 0.00 MB 1 0
94,583 94,583 00000000000380313adb1c71580f609964044bd396da83c9cdb3227e7954eab1 0.00 MB 2 0
94,582 94,582 00000000000464aa56146de67c50d7ded4b006c403d65c7099dbfd81b79f6d90 0.00 MB 10 0
94,581 94,581 000000000000a81c96a5021e01538fe7a1ef24874c0d54b65c454ec191173a23 0.00 MB 5 0
94,580 94,580 000000000005274c2787e63c84900b11079f323679510718b58f852038219764 0.01 MB 3 0
94,579 94,579 0000000000017395a585c9a2aa74204a4ef5db05c9b97435e0a00bd5b06a44b4 0.00 MB 1 0
94,578 94,578 000000000001b2ef2f6a267069beee798e75edc4ec43541cdcf4f789f9b75e16 0.00 MB 1 0
94,577 94,577 00000000000622d8b09fe670298810e300d6193f7b639e17ae6ff91737a23a39 0.00 MB 2 0
94,576 94,576 0000000000055f59b1a8e15f6922b4d4359f700112357494b7bc03f43c489349 0.00 MB 1 0
94,575 94,575 0000000000006b499ab02ef44685fd9004b7e9ad2ec6aa4786986491d7db1044 0.00 MB 4 0
94,574 94,574 0000000000050716cd0a82677df8e87fe075291dddd619215fe6d1bc6c54fcb5 0.00 MB 3 0
94,573 94,573 0000000000097ee673a805d113346db3fb1672ec5b831b78d196492de750cd93 0.00 MB 1 0
94,572 94,572 0000000000081638ec15f4e29032fa2e21785d10459300f48dd83fdfb8a2ebad 0.00 MB 6 0
94,571 94,571 00000000000013587f1818b9d43e33aea764ce089cd8c70e638b0b81c236942c 0.00 MB 3 0
94,570 94,570 0000000000082c7e731aa2178bc321d4e81611082c943d2d19c765b55ddfdaa9 0.00 MB 3 0
94,569 94,569 000000000006f631782c34299431831af70e5f57974e5d71ea482d0ac48bb7b4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.21 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,698.17 GB sent, 98.59 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.