Memory Pool Memory Pool Refreshing

25,316 transactions
30.23 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,233 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,669 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,232 (398,126 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
464,106 464,106 000000000000000001c49b837f204382985ddf2f836f763a4919da00efd757e6 1.00 MB 2,310 175
464,105 464,105 00000000000000000134905e46317d3ae248223ec71dc74fa9fbe90aa7fdc6db 0.26 MB 611 117
464,104 464,104 000000000000000001b222e86a7f0f5d187408f220ed61b4bfca7a23bc349ade 1.00 MB 1,737 68
464,103 464,103 0000000000000000008154679859795ace44b601569e5e05445346c402bb872f 1.00 MB 2,101 206
464,102 464,102 000000000000000000791111409b756e8aa8c9e13bf8c474caafc73540807a22 1.00 MB 2,177 153
464,101 464,101 000000000000000000a37235f330f5285809465410580170059e091125b6ea1a 1.00 MB 2,327 166
464,100 464,100 000000000000000001c4dacd4293c16787ffb536c6b04598158d642221a43f9d 1.00 MB 2,439 210
464,099 464,099 0000000000000000008d5c5101e57beb5d45e85b0f9adac446191324a0316909 1.00 MB 1,654 118
464,098 464,098 00000000000000000124a66574e35d3a80788ac02db6483bdd6f9ec2d9e03ed8 1.00 MB 1,559 106
464,097 464,097 00000000000000000010501e35143533f901447ed6727408d078fefcaf50114a 1.00 MB 1,095 67
464,096 464,096 000000000000000000d909d49fe1e477b6529fb3eb462d4fbf6d270dca441e35 1.00 MB 2,302 153
464,095 464,095 000000000000000001c5b53a0c161c0c5196a0b4ae396c6a432d8eebb1c8bef6 1.00 MB 1,438 78
464,094 464,094 000000000000000002140d2a10044677e788c303e56193341df6f11db4330f04 1.00 MB 2,069 159
464,093 464,093 0000000000000000005d92803cc67f24b676fd176742bd40bc445a9fca1aea0e 1.00 MB 1,731 88
464,092 464,092 00000000000000000004fe685ea57f9aa3257e76cfc410dbf6b669beb7b4eb72 1.00 MB 2,342 128
464,091 464,091 0000000000000000005932b2d6066cd4048230fac8ef9012ef99dfcc6f375aa0 1.00 MB 2,213 171
464,090 464,090 000000000000000001099566fcb0b256655792f78ef42c5c71bfb571ab163616 1.00 MB 2,150 151
464,089 464,089 000000000000000000f9c9b28d2e7518c0f30e9ab85e88ad46912d778fa6ddeb 1.00 MB 2,705 200
464,088 464,088 000000000000000001aece8c988137b3455e857a873bab2a5a4d80eadee7766e 1.00 MB 2,183 335
464,087 464,087 000000000000000001c569c283693060ae285304294764f71225719843cb339a 0.00 MB 1 0
464,086 464,086 0000000000000000018ee77ee04059683f734e22a706a333afa4a940a909d912 1.00 MB 1,475 54
Previous 10 blocks ↓
Total Size: 684.61 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,357.82 GB sent, 102.26 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.