Memory Pool Memory Pool Refreshing

1,436 transactions
15.15 vMB
Show Random Selection Loading Transactions
Max Size: 62/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,304 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,124 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,303 (821,218 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
87,085 87,085 0000000000040bfe9716eae46a3691314d83dc114643852816925dd51e8c2a62 0.00 MB 2 0
87,084 87,084 000000000003c85f10072110911e4fa1d151c69469250c0a9c0c8a8952c1112d 0.00 MB 4 0
87,083 87,083 00000000000a7fe24c7af46413ebe007a391945cfc811047a6309240c06c75f1 0.00 MB 5 0
87,082 87,082 000000000011f4dd1b05eb247f554edb4ca8963113a90f0314537cd76fb4095e 0.00 MB 1 0
87,081 87,081 00000000000c2be935cd3d33c8463029ea557b13fe83dc183868dafcccd009bd 0.00 MB 2 0
87,080 87,080 00000000000a50adda9135931ce8ed8a423194dca9734313f8d13ecb1fd7fd82 0.00 MB 1 0
87,079 87,079 00000000001982e895af84d058a94ecc28c05d689c57d7ba03189cab9dde193e 0.00 MB 5 0
87,078 87,078 00000000001dc45f476042e251a5ad718ba111d8af10155e232a53e9063b3f9b 0.00 MB 1 0
87,077 87,077 000000000007345ff074f461821f25a8d91feead8babdaa725b6b91580c17618 0.00 MB 3 0
87,076 87,076 00000000001568eaea13a55fc5f7464631d69f9ea98c99d75a561a8739dffc1a 0.00 MB 2 0
87,075 87,075 00000000000add949eded48724913bff5352bc7a8e48f91273c97f655bd7bf31 0.00 MB 5 0
87,074 87,074 0000000000116ba1ec3aa1155d2ec3a37908d8677ebce895ec7f53f0a6b09aa9 0.00 MB 3 0
87,073 87,073 000000000016ef281c89f1b43fc7e48dd1e8ca3f3e6674c53c6af59c43a216f2 0.00 MB 4 0
87,072 87,072 000000000019f123b633d14c03373c4427198b774e0d6cd1e3033a5929503f6c 0.00 MB 7 0
87,071 87,071 00000000001544aa8df096c266e86575985bc8bfb2d24ccf080d2c3937572149 0.00 MB 6 0
87,070 87,070 000000000006ee9109d438f2dd87dca4c2e7cb28b9c62ea3ff7fb2d14f6acdee 0.00 MB 13 0
87,069 87,069 00000000000923c3dc3ebc9dc21e95e52a7e96cdc2e3ed6e6fd7991cb88f0896 0.00 MB 7 0
87,068 87,068 00000000000c78c2c156281d0bed619681aa7b0c3709074eb9f53f8c32dc58c3 0.00 MB 7 0
87,067 87,067 0000000000028950987a6a6170355e7aef01d261f3287f2fea92b59735051e5a 0.00 MB 17 0
87,066 87,066 000000000013a9501a3c7dcf7cde27821ff6761bc9f2e97895bae216ac84f7bd 0.00 MB 1 0
87,065 87,065 0000000000106f502a536aa5f1c7b17134e697a2469cf5b43fc0f27531fbe62f 0.00 MB 12 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, 113 incoming
  • Data Transfer: 1,693.41 GB sent, 98.49 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.