Memory Pool Memory Pool Refreshing

3,062 transactions
1.03 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,565 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,924 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,564 (823,951 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,613 84,613 00000000000f57e6912d1d7e0858e616726f2c6007784dedffedb40e723e0144 0.00 MB 3 0
84,612 84,612 00000000002ca32bb3bda0c6fda414eecd465cce28f791119a3974d884a20528 0.00 MB 1 0
84,611 84,611 00000000001a7e3b28730525e08aed1c83378e87dc2830a2a6ef8ae6c9668475 0.00 MB 2 0
84,610 84,610 0000000000240a764b94ca3f4f4176b1044af65f604bee324c3067fffddba4e5 0.00 MB 2 0
84,609 84,609 000000000015cf33defbceef17f30e92e678f458b7e026deab75bdf00e8a7d03 0.00 MB 2 0
84,608 84,608 00000000001714ea79af1ed8c96c25efd5de1ee7650b1a333e24b65167d526fc 0.00 MB 1 0
84,607 84,607 000000000009c16ef2fb762a5796cab458b37aa90586cdc397556309af267963 0.00 MB 1 0
84,606 84,606 000000000024578b8a55fbda23efb61bc3119ebbd7f7612e33dbad82c3c770ec 0.00 MB 2 0
84,605 84,605 0000000000180defd6aa23db92cd316e59c1f51de0567eb44c070b0e147b5910 0.00 MB 2 0
84,604 84,604 00000000001a771a906fff4ed3e486a98129328203be88f768071fe757fcf197 0.00 MB 3 0
84,603 84,603 0000000000162b7e98ac9806a29a9500a456977e8ac0bd47af6342d7225e7da5 0.00 MB 2 0
84,602 84,602 00000000002946b150a7e08bc3fa53bab4884d3d1abf1a13603b2a21f29e56c7 0.00 MB 1 0
84,601 84,601 0000000000130e5b7b710018de64ee5f707ba1be749372e0bc41192dcde1ca4d 0.00 MB 1 0
84,600 84,600 00000000001248b82a095fc78fa2447144922b463027ca216f9129309684efb8 0.00 MB 2 0
84,599 84,599 000000000004c2aa091d40f1a6b491b1b56b94c3ace6a507c5611313ca201a72 0.00 MB 5 0
84,598 84,598 0000000000043f2efe60ba02eb5fcdff45260829d2ad6da29f53ee3da78ecfba 0.00 MB 6 0
84,597 84,597 00000000001d80604aa1eea5f405a25090cee48e666824864d3de29b379702ee 0.00 MB 1 0
84,596 84,596 00000000000f62d84dbbb024ea3cc5cc76f7f478a60df8572755f826eb896d93 0.00 MB 2 0
84,595 84,595 0000000000211c7aa4a809cfd4272cd4ddf8262c53dc30a51fca79110e0f9811 0.00 MB 2 0
84,594 84,594 00000000002b43429474fe09aa6d33b1d5af7dc51aedb9340cdf78b4cd207d98 0.00 MB 2 0
84,593 84,593 000000000023dad015b3cb51c55b9a874d747402d6e4974342fca7c667735717 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.74 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,847.75 GB sent, 100.69 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.