Memory Pool Memory Pool Refreshing

8,087 transactions
2.54 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,848 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,702 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (807,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
100,604 100,604 00000000000376077e335f2c497cd4a09ba8016d8ca44dd1068f216e92a06f48 0.00 MB 5 0
100,603 100,603 000000000000941a341dd115cbe935ef374d2fd2d1a4276364ea46f3bc57e5cf 0.00 MB 2 0
100,602 100,602 00000000000235d96b306d4c0a7ca9b3f3294383c324a0976bcaefe3f18701c8 0.00 MB 7 534
100,601 100,601 00000000000177cdafcad7cdd484326252928a960da20a65cc1a289ac0820eb8 0.00 MB 3 942
100,600 100,600 0000000000007b92760b8d801c6956cbec2dba71a6737456320053c41fb03de2 0.00 MB 2 0
100,599 100,599 000000000000fdb599573c7fc1a455ea9fe045d65a02f88a397dabe53b773a2d 0.00 MB 3 0
100,598 100,598 0000000000045d1f6e0b4b648ae7a7634b2b23e2edc3515b1d3b023313677edd 0.00 MB 4 0
100,597 100,597 000000000000fefc2a098f380e43221acec73307c146cab08f8342e23a4bb42a 0.00 MB 1 0
100,596 100,596 00000000000072e5d1cc31b373afcfc9336ddb32015c72c79f6c24b0a36e9bf9 0.00 MB 10 0
100,595 100,595 000000000001d572e72fdb10f9a74f18042f91efa2d14f9e82a10c3756e894eb 0.00 MB 1 0
100,594 100,594 00000000000148e412e3f2cb01484fcf433737be1bea60afc0d441b9837bf2f0 0.00 MB 1 0
100,593 100,593 0000000000014313be9c6679734bf5f67de376bf49f6e921d7e55d162615c645 0.00 MB 1 0
100,592 100,592 0000000000032552557927b6a66a1dad44582543b153c4a77e60809fc4071f10 0.00 MB 1 0
100,591 100,591 00000000000323560d6ba931980022215184f09e546b387fba7cffb11892c20e 0.00 MB 1 0
100,590 100,590 000000000000bf613d42945446f42758e42ea6e1fa1b403b43bf7347a0c25480 0.00 MB 4 0
100,589 100,589 000000000000a0190dfaeaf79dc6c00d79697d8fe0019deadb9622a3e5ae8a02 0.00 MB 9 0
100,588 100,588 0000000000011fbce21f4c230b45825e1bf488386168073a2bbced49f7719971 0.00 MB 10 353
100,587 100,587 0000000000019f126cae80d27ab61c9e14cfd8fcd2f0b350264d29bfe546ca48 0.00 MB 12 0
100,586 100,586 000000000000ba761a1ae472324718cae6330fb6b227e86981a0dbce038a056f 0.00 MB 16 0
100,585 100,585 0000000000000befe2c2ff75da8bea28c670e3b950e44d8e202473a6813e4f81 0.00 MB 1 0
100,584 100,584 0000000000023c3c181cbde637b9b51237ff67cf96c5abaac9677f1cfa771c33 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.26 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,635.22 GB sent, 94.21 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.