Memory Pool Memory Pool Refreshing

4,805 transactions
2.21 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
5 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
908,168 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,645 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,167 (798,517 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
109,650 109,650 000000000001ba109da124da76cc81b69da2a89f81d90fd957044476a13a41aa 0.01 MB 39 0
109,649 109,649 0000000000014d32ca5c4a1f033dd72d387c3585fd63e49a0680908a4cdaabaf 0.00 MB 6 0
109,648 109,648 000000000001915f27deced646078aace315367e58f415aaacbcbd1eb0ccd267 0.00 MB 12 0
109,647 109,647 0000000000009e2a829eae0dc8a122c96f36342987bee0a0470d8631fbdb4265 0.00 MB 10 0
109,646 109,646 0000000000012a3e288332088e056bfe8565b52c65a0ce28a5bc8537474cb5ba 0.00 MB 12 0
109,645 109,645 000000000000663bf5e4812dfb95219cd08d74e65182681d22baaf7f9f687735 0.00 MB 9 0
109,644 109,644 0000000000001fa8e91ea4e4807e4e67dfba8382b21ee206515005fa2b66748c 0.01 MB 47 0
109,643 109,643 00000000000034fe73ae94ee26727526a9cbeb82d483b25086601c4e2fc1d692 0.00 MB 1 0
109,642 109,642 000000000001b0d3b8ca3410e98c9b4292853f8726c930190f68a917e51b2dd3 0.00 MB 5 0
109,641 109,641 0000000000005ecce1f87dc7993ac9524e08ae16c9fae1fca80c80303323d9bd 0.00 MB 3 0
109,640 109,640 0000000000018e24e292cef94be56efb416f13eca1fdcdd363e53e7d23e79ebf 0.00 MB 11 0
109,639 109,639 000000000001a5ca1c9161b11d5ca685374b42089555c7b455be9d0afaadea34 0.00 MB 2 0
109,638 109,638 0000000000006e7f88575ef38df8a01df1e8c9e4741c843d54618821347772d1 0.00 MB 4 0
109,637 109,637 000000000001c412d2fb4015a85dd0f3f02763b4c501a4dd1235b30c4f28e220 0.00 MB 12 0
109,636 109,636 000000000001b2ece2ddaa9a154fabc9f4c363be81422b094e9007e8f4f9042e 0.00 MB 9 0
109,635 109,635 0000000000011f4baf0514e18a539b77b48dc1dff93b16bfa7a9f85632a755cd 0.00 MB 12 0
109,634 109,634 0000000000010936c7af3f8ca37eb0121bd9015611b78d4323989a7ffe98c204 0.02 MB 48 0
109,633 109,633 00000000000086f7652c3845b20c88dc0f920f53c0469250c0a001b24df7fd17 0.00 MB 1 0
109,632 109,632 000000000000f956482f1c07872f12098fe1f82f364a11709e872d9821da26ee 0.00 MB 4 0
109,631 109,631 000000000000a1a639d402b381793e8ca8dd513dc5c80f8b5ea6d71a30bf8090 0.00 MB 1 0
109,630 109,630 000000000000fe4d5452bb4fca0ed6906e5cea893e176178ad799395db031a20 0.00 MB 10 431
Previous 10 blocks ↓
Total Size: 769.87 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,681.02 GB sent, 97.20 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.