Memory Pool Memory Pool Refreshing

1,112 transactions
0.66 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,874 00000000000000000002349e0000000000000000000000000000000000000000 0.66 vMB 1,103 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,873 (700,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
207,613 207,613 00000000000000b13a22bab424a6d46b85a6de0f469e89eab4c0177e13e34de3 0.13 MB 311 189
207,612 207,612 00000000000001f87e780923ae7697b74fff9cef77d2817eea51c313c9fea650 0.05 MB 146 161
207,611 207,611 000000000000023802b6f070dedae0d3c097a31afb439e86f22bf03b5d7def4c 0.05 MB 135 179
207,610 207,610 000000000000038094a78109db82a1f85d166279288415db2d761dc5af3121b3 0.27 MB 48 62
207,609 207,609 00000000000001d12a8fd3da6add7a59f04c5b9aa18cc3cf2e2cb6171fcc013f 0.05 MB 140 45
207,608 207,608 00000000000004e79f0e3a37ee9ad499fbef21c64a9451ccbb1073ed38683dad 0.14 MB 399 229
207,607 207,607 0000000000000451b30625bf5d715acf1c40b08a58ea0746e65827b8baadf91c 0.08 MB 161 155
207,606 207,606 00000000000000f4b45f92441ca4fc86f6f62bab12512cf58d4c15099f61497e 0.13 MB 274 139
207,605 207,605 00000000000002a075575c489ca3e8459b91d35abf1802e87a36868c66fe35d2 0.00 MB 16 64
207,604 207,604 00000000000002aa0c7cf21adc43677eb1126c7af1f8a021526fe56f1fb261ef 0.02 MB 43 267
207,603 207,603 00000000000001a1cf1ebbac5d6e909980eb27797d38fdb3a4fa24928e7f66d0 0.01 MB 16 81
207,602 207,602 00000000000000b8a01b6fe62f7e0efbd1974469391038bcb34c66270c89f802 0.06 MB 148 142
207,601 207,601 00000000000004aedad783bb8556b1b4433b11744e4079fa14853fe775920afd 0.00 MB 8 455
207,600 207,600 000000000000016f9aa1b929007456f8374c5bdd0f891422d770f6236a899d2b 0.12 MB 300 215
207,599 207,599 000000000000024794c8142887c3b104e65fe564ddbaddcd06f7e8a5ceef10d7 0.07 MB 144 201
207,598 207,598 00000000000004661a08e8b9f7212916944af61c0e494687958794a92e85ef73 0.14 MB 325 198
207,597 207,597 0000000000000411f75cb3f85d05011065ca9b11c63787770480e67e84aacf18 0.00 MB 1 0
207,596 207,596 00000000000000876a2045ad268d44ecf775333dc501473d73cfe9aff6619514 0.04 MB 72 146
207,595 207,595 0000000000000345e65b08349fe38ae393a89575981fd0dfd32afd12ef227fad 0.05 MB 97 142
207,594 207,594 000000000000000b2310e816c51bb48abbc3db38a58b1e9c7028cdb522724900 0.08 MB 139 141
207,593 207,593 00000000000000ec3d38cff04536aed1d9a08560a9b649a70e9f60a4a13b4fab 0.17 MB 441 181
Previous 10 blocks ↓
Total Size: 769.30 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.72 GB sent, 94.45 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.