Memory Pool Memory Pool Refreshing

815 transactions
18.23 vMB
Show Random Selection Loading Transactions
Max Size: 73/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,306 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 623 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,305 (808,276 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
100,029 100,029 0000000000045c8bd55ddc845140c30fc2c5fbb91deaf50ef77125ddef8fd71b 0.00 MB 1 0
100,028 100,028 000000000002027a25bf4f35372f3186b5764cf83b6aea75c0b442bdceade305 0.00 MB 2 0
100,027 100,027 0000000000010ac94a7f73848a32a33238e34162df6b4118e6e37fa2ae986e72 0.00 MB 3 0
100,026 100,026 000000000001ac7482a8376eb54013f6a2167c88de59738da05222eaf429c272 0.00 MB 8 0
100,025 100,025 000000000003b11fc46a8c8b8933e30c837044ae1122ce9f335a256dde275b49 0.00 MB 5 0
100,024 100,024 0000000000005b475fdd6760e15857223384196ca947e8025f53af568ce67b10 0.00 MB 12 0
100,023 100,023 00000000000312898e26cb51835023f518ca1e3a0fccb3c478757d4d37500dee 0.00 MB 1 0
100,022 100,022 0000000000007bd5c5b20698ad12c7c865d0a50c970e186adf4023a4df17b0cb 0.00 MB 13 0
100,021 100,021 000000000003c6dd112801db9a996a64d0fdee2c0d394732dc357b6b4499aef1 0.00 MB 12 0
100,020 100,020 0000000000016a203fb7f94fd41858874b9317a1a3cdcf5b7c6d732e5cf0b1c4 0.00 MB 1 0
100,019 100,019 000000000003ca54c73e6b24b46d96bcd474e3e442c0c38e25eb5a9d522db6f1 0.00 MB 1 0
100,018 100,018 000000000001abd4407c56e05e3a89473a694ff4be5d296a9d80b44144543afa 0.00 MB 5 0
100,017 100,017 000000000000188cc1d8c256e867dc0a65d778896485559e9ed80879e51d894d 0.00 MB 2 0
100,016 100,016 000000000003efeef4544a7b1413043525e3d6eda3b632fa57e4a8daf101799a 0.00 MB 2 0
100,015 100,015 000000000001b5e43620b8cd12245352cecbcdb56c66e44997adcea1705da5fd 0.00 MB 1 0
100,014 100,014 000000000000b731f2eef9e8c63173adfb07e41bd53eb0ef0a6b720d6cb6dea4 0.00 MB 7 0
100,013 100,013 0000000000016780c81d42b7eff86974c36f5ae026e8662a4393a7f39c86bb82 0.00 MB 2 0
100,012 100,012 000000000001a7246d9e15004de43bdc365aceef6bc349da97968829e2da2b66 0.00 MB 6 0
100,011 100,011 000000000003b7668ee500a16c728f19b7289467ec1bb879043ca62ca51bce66 0.00 MB 12 0
100,010 100,010 000000000003eaeb80590d76856f7f9d6c2aeb691a6c0cba747d5b523d20b0f2 0.00 MB 14 0
100,009 100,009 000000000000ca5e71b18c40edbf3543d52d4cbb55b942282531b978d9d08138 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.19 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,693.93 GB sent, 98.52 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.