Memory Pool Memory Pool Refreshing

5,029 transactions
3.78 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,682 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,362 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,681 (882,191 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,490 26,490 000000007e4851a9076e69acf8dce1c20d54a28d7c5ddbe696e1c8abb348a04c 0.00 MB 1 0
26,489 26,489 000000008c427dba7cfa6629b6e2f5ad42d7f553017b213928e4c73b2cb09135 0.00 MB 1 0
26,488 26,488 0000000051b632fe7f220b855f924d1eb62f5dd56d91c56a76b9f50231d64f2d 0.00 MB 1 0
26,487 26,487 0000000032605d06379ad9838548ce7e5a7b571d37585160fd605f94b5c55b66 0.00 MB 1 0
26,486 26,486 00000000c01133d2de806a3131a1f0046222a3f9e5a4183ac63578005d6e1a07 0.00 MB 1 0
26,485 26,485 000000002b4689ad303c1e5a50e9d606773eb0c5aa4bdeae1357afda9a1a0db9 0.00 MB 1 0
26,484 26,484 000000001b37c749ef41fffe020772dcaba14bb9a9442d29afdaa567e9201b54 0.00 MB 1 0
26,483 26,483 00000000eddbef6cab47f007c9ec34847a9f0dbc5a9bfe1c23c3602f2d96e7f8 0.00 MB 1 0
26,482 26,482 000000003daf008e79f9a6ebadc6ad181b2f736d5a55069616c5e532c27a9b8d 0.00 MB 1 0
26,481 26,481 000000006adb51d651fd772d6a0800117b0220662dee53e5586ce49c7ef681b9 0.00 MB 1 0
26,480 26,480 0000000021b320d5e503ae2a8e4855f588447baea5537c2f52a0246d9d418250 0.00 MB 1 0
26,479 26,479 0000000011a79b22cabb67e03a4e0bff9caa6d08500182314862ea9968496f9a 0.00 MB 1 0
26,478 26,478 00000000f51c58410f95b9fd4c846ee1b9ada4a6db480bb807f3c57388c14cb1 0.00 MB 1 0
26,477 26,477 00000000a189ec575e9fabdaf1bde205ae5ad3944deea1ba3060008c0479a735 0.00 MB 1 0
26,476 26,476 0000000066a0e963c2b7c1bd3c5ac3721c8680bb3939c7cb375e5b70ae563913 0.00 MB 1 0
26,475 26,475 00000000618e5bc29172ce85c004716319c50b66ed71636025af669b6e49a84a 0.00 MB 1 0
26,474 26,474 00000000b949df191a57b03fc9678e16a0f794803e5f2ef889ba0643ad1ffe53 0.00 MB 1 0
26,473 26,473 00000000b469a19ec6bcbf0c47ee372290aac6923d20c7b4ce79921f8c97d2ea 0.00 MB 1 0
26,472 26,472 00000000f09b9f3bfd48f903d7775867d2db63e9aa3832a6366534edf6b4114d 0.00 MB 1 0
26,471 26,471 00000000e6e164936e5b0b7743e2dd33663e8c7055072c18d0355f19df2aaeae 0.00 MB 1 0
26,470 26,470 00000000b7d14bfd9d54c32c7dc81e637b6c598636dbbf111596ae6aef8d2c2a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.97 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,853.85 GB sent, 101.79 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.