Memory Pool Memory Pool Refreshing

4,944 transactions
1.41 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,710 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (660,035 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
247,839 247,839 000000000000009804d79d3a73b8fc0b70bb58955139c9c3bb27ea02471f9fe1 0.18 MB 396 134
247,838 247,838 000000000000006e529f82d6574696ecdfd9d7e8bc0e969b52d79ae704a1b726 0.15 MB 389 163
247,837 247,837 000000000000001a362e276eb0bfbcc95157e52a9c2009c8c4516a585b4e96e5 0.05 MB 128 52
247,836 247,836 000000000000004f73b287ad4e7812fce7b9dc18d6335cd621e889b182ba44ed 0.11 MB 278 167
247,835 247,835 0000000000000016ef0ff3999e50234847a35d2b41f7010d53bfb1d08543882d 0.08 MB 115 66
247,834 247,834 0000000000000028a1fdf8a5cb95307edcb7e29b641acd18679cb3e4a0ead22a 0.05 MB 129 145
247,833 247,833 00000000000000222a8fc43d1c4ebf6b1820eccfc354e497b2d08a744c2360f1 0.08 MB 213 143
247,832 247,832 0000000000000073ddbe07b81785db4bc926a9873507d777c0c260a26d2adcf2 0.01 MB 16 100
247,831 247,831 0000000000000067bf8d917666ed8b594a4f5a8c7e2aa0fd914e706b88793b9c 0.10 MB 148 109
247,830 247,830 000000000000005c0e2adf6c65fc60d0684aef7370604d0f9dba66feaef4e6c6 0.13 MB 256 57
247,829 247,829 000000000000004d8a1a6cd0cd7770eb585f1c90fa211668b855962d984bd34d 0.05 MB 125 156
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
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.