Memory Pool Memory Pool Refreshing

3,773 transactions
1.52 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,088 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,881 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,087 (887,343 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,744 20,744 00000000615b8a837a275be77d265b2f67d8f9c84ce456bf31b427aa554f4543 0.00 MB 1 0
20,743 20,743 00000000170d15c8ccaf7d0bf8c00b15abc09074b1c7d92dd6bdd2b4d5f4f5e4 0.00 MB 1 0
20,742 20,742 000000004b863507a8fbfba8d98bfcbbec0a0fabdcf4f4de68be5f348ccbd47f 0.00 MB 1 0
20,741 20,741 000000004fbf30e0d52d27c45f94cb31ec79af5e046701a44f769bb4fd9fff30 0.00 MB 1 0
20,740 20,740 00000000d612214367f990505fd5bbae9237b3232a12aead211f88596da0c539 0.00 MB 1 0
20,739 20,739 00000000499e02b496fa1ad4e6d60a97e97e180b55edc26f38e8e84f979917b3 0.00 MB 1 0
20,738 20,738 00000000c478ccce04f1c1bf931a3548607abef93a3ef8cd1eeaacd88c6b6fb3 0.00 MB 1 0
20,737 20,737 00000000541743155daeb790d82d3429270e5ea7fccba2d48c8111445fddd016 0.00 MB 1 0
20,736 20,736 000000007a8b26ddc9dad44efead6b8f023b5fe0116164c9b7eb8f4344f0c694 0.00 MB 1 0
20,735 20,735 00000000c40bfe7915b84b5716cdc936fcea1e8dec2483ed79aed2421aa16a80 0.00 MB 1 0
20,734 20,734 00000000654de98109064f783fbf6b047f9db04f727622c6c785f8554e12a60a 0.00 MB 1 0
20,733 20,733 00000000aaff514748de80b0aefd052831be4f73241a01c6b2dc9f5ec04bd291 0.00 MB 1 0
20,732 20,732 00000000decf2ca4aedbe95120eeca0b1cce53fe87e72288bf1ac212b0999254 0.00 MB 1 0
20,731 20,731 00000000c6ab4b948acda6e9d54d7f53b1a497ad9b6de1f06d7beedeaebf9ff0 0.00 MB 1 0
20,730 20,730 00000000f9f43c853e952919f8e857ddfb25f083f441ca8757bc0b7d1e05a45b 0.00 MB 1 0
20,729 20,729 000000000722de21c731e47b3d9061fab8176347ba597acaa728b47e140b6b6d 0.00 MB 1 0
20,728 20,728 0000000041618ffdd7f9aca85f931e3351245053a1ea4cac80325533f3e25ae4 0.00 MB 1 0
20,727 20,727 000000007fc1a4a159b1faa3a3b633bf79327427e824be41715f85340acc9f91 0.00 MB 1 0
20,726 20,726 0000000035e2f0f2206c3baba48858ef019511f9d9ac10c6ac06d99b57e1ee05 0.00 MB 1 0
20,725 20,725 00000000ffb805b552395141aec921db3877bb1220651f0f7a265e2754629562 0.00 MB 1 0
20,724 20,724 00000000c7a0b16fa81f9e0f8087c2cfdd1991cf2e205928cf6aed4ff140f413 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.71 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,677.48 GB sent, 96.43 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.