Memory Pool Memory Pool Refreshing

7,033 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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
907,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,223 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (660,024 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
247,828 247,828 00000000000000a25e57b6281f6f780cb6e1137fdc3f44f968ed1bf808fd90c8 0.01 MB 27 93
247,827 247,827 00000000000000125e22805c2bb192e373ecbf1a2823a0cc86835111369e95f8 0.03 MB 64 135
247,826 247,826 0000000000000096c88c9f3fb76528c971ffc8c23410cfc60ee516789cf64f6d 0.04 MB 89 140
247,825 247,825 000000000000001dc71d763daabbe1e9954183123348307004d503d949ec0769 0.09 MB 256 74
247,824 247,824 000000000000003865a1471defcd8c537a26b6a446e08db21e36eea2d90ba252 0.07 MB 128 24
247,823 247,823 00000000000000833ec71c5f5269db22673ecd3ff67d12776b018672d7607c9b 0.08 MB 176 112
247,822 247,822 000000000000005e69f89046bfa5009eb5c739b64db6fe64610b5278921310c1 0.09 MB 199 111
247,821 247,821 0000000000000081cb87bb6522b98d21ee9d9b8a57426f57590756af23989c6f 0.01 MB 6 16
247,820 247,820 000000000000002b22813891d0bccf1954b952aa45075b7749f45616cb6d615a 0.10 MB 155 57
247,819 247,819 00000000000000921305f28f60e9ad7a3a9aedba30cc139de826c27c56227ca1 0.25 MB 435 125
247,818 247,818 0000000000000075dedc14400eee39e5845846a33b381dd63bbd0c9523a2cf40 0.19 MB 451 130
247,817 247,817 0000000000000007587f8af6e772c099e2e97874345fa4ca7cb63fb287b009cb 0.00 MB 11 719
247,816 247,816 00000000000000129c2cc9a4348babc78ab440aa8fdf13e0eab774aab2ca3f2f 0.04 MB 83 135
247,815 247,815 00000000000000723bf720d2c51a425fe6074b48e8eb69e8385ff6c9a110265f 0.10 MB 146 124
247,814 247,814 000000000000003062317eb8782471da21bf55aa9086e6e74347adf240365742 0.13 MB 320 174
247,813 247,813 0000000000000037c54304abf5c0c2d75634a1464817f244731a0124142ceac4 0.03 MB 60 45
247,812 247,812 0000000000000048affd35131221b19932298979682157e18ebd079e0b165eb3 0.14 MB 331 140
247,811 247,811 00000000000000074bc2cca3f5aa66781db67a1ab5b02a4ee57437003f405d84 0.20 MB 469 128
247,810 247,810 0000000000000015b42609b3ce5f0d89548e665cf2c0b5cb8501366831a80fde 0.00 MB 8 91
247,809 247,809 0000000000000080ef15b4cb9e3afaa94dc07478c751d93cd3538dd61c99224f 0.04 MB 98 186
247,808 247,808 00000000000000a0f62f791d67b5c2cdec78e68d52007746ca82588658bf5399 0.05 MB 118 120
Previous 10 blocks ↓
Total Size: 769.27 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,635.32 GB sent, 94.25 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.