Memory Pool Memory Pool Refreshing

10,575 transactions
4.09 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,114 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,875 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,113 (807,491 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
100,622 100,622 0000000000027cca742813c703b94414dbe5e07372281511f646dc0d325ba22f 0.00 MB 9 0
100,621 100,621 00000000000101c7b53465cd3acf56ee366632cda74cc529d718966405688d3d 0.00 MB 1 0
100,620 100,620 0000000000027acf5f7d43c85be73586cb3b6f0ab70f1cc32e346f92f0683fcf 0.00 MB 3 0
100,619 100,619 00000000000313f9173e38de0e6ab3f72a9b61a603c764da5595073f454e2aac 0.00 MB 7 0
100,618 100,618 000000000003c1f20c5cc257c42e55292b5274b34d36249d011c019e3f5c4528 0.00 MB 2 0
100,617 100,617 000000000002e314640c9c8a337e34c6b5ab38006d9630c1fc77ce3da0a0f385 0.00 MB 8 0
100,616 100,616 000000000003cd029ab3d7261c17a56529adffe4d13040061f8131a31b47bf0a 0.00 MB 4 0
100,615 100,615 00000000000078eb9efd9092bbb71d8e53ec1ad49c562f5eeb8aac0cf87d505d 0.00 MB 1 0
100,614 100,614 00000000000243bba8f315263a5260363d484b6c8c6de1cb8245ec538a986f8a 0.00 MB 1 0
100,613 100,613 000000000000c36074a73b19a8252a865877ec7236271e9c103c582c3c9a6782 0.00 MB 1 0
100,612 100,612 000000000000a3b50b29e80b5cc37fbf0a70e09f12ee98840200f71802ba617a 0.00 MB 11 0
100,611 100,611 000000000000bc5f33cda6d9bd492463496c5b9a85476b880461c1981b65ed91 0.00 MB 2 0
100,610 100,610 0000000000021db92d34a07ff73dc2ee7b88335e355669c896f2492cfe64a3b1 0.00 MB 7 0
100,609 100,609 000000000002c9ae1a01f43bbee1c84f3f032a17ca77353b410864c79e3077be 0.00 MB 1 0
100,608 100,608 0000000000043d06c2485752dd39712ba150cf036e6fe783452d03ae8f1a2b00 0.00 MB 2 0
100,607 100,607 0000000000007248d9daf91e87c9e759bca20ea94c9d4d236fd09b4d7b60ed59 0.00 MB 3 1,138
100,606 100,606 00000000000082c9baee56e3c60eb13aa62d219f99ab2986ae806a9a359a81dd 0.00 MB 2 0
100,605 100,605 0000000000026ec36f3c37b9679ec95ea87ee9c6f84d6f4e018af528ef83f841 0.00 MB 6 485
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
Previous 10 blocks ↓
Total Size: 769.76 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,679.69 GB sent, 96.71 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.