Memory Pool Memory Pool Refreshing

8,611 transactions
4.15 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,209 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (685,204 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
222,601 222,601 00000000000001bd534d2f6b095ff27f5762cc09ce62a3b69b9db8f0597ca81a 0.11 MB 299 229
222,600 222,600 00000000000001f6568bba669f6354c276bbb79059dca01a2125e14df040446f 0.09 MB 176 174
222,599 222,599 0000000000000425c2093587b2e7a4469ec2113e7e1c96be31a21f14a5921f99 0.24 MB 403 121
222,598 222,598 0000000000000345483643f312e0f991d93d5372c8a3f2ad4819872edf6da05a 0.25 MB 536 183
222,597 222,597 00000000000004509071260531df744090422d372d706cee907b2b5f2be8b8ff 0.25 MB 782 277
222,596 222,596 000000000000007762e936d05ea7067aaa02e43183e3730294115302d9707338 0.31 MB 694 210
222,595 222,595 00000000000003e086deae9ec06603c197bf0d746d5ea9c0b7c8d4d18c3a0ff6 0.05 MB 158 172
222,594 222,594 00000000000003305ac7cb4e74bb99c613b667770dc9b22baaf925babbad8b18 0.02 MB 39 39
222,593 222,593 000000000000043596c3cd47627b26c26992f3ee1b0fd8eecbcff222d30d22f3 0.25 MB 576 226
222,592 222,592 00000000000000aee03d45c53957a0ef6802e714271242de87fe64f878206e0e 0.43 MB 437 95
222,591 222,591 000000000000025b457032d68a8c48f0b74efe4dbbff4dcdf00b5db62822d52c 0.14 MB 371 220
222,590 222,590 00000000000000537f65f7d07995ca51bd6891ebbf5ff5e2b8b35b58e14534d4 0.09 MB 244 196
222,589 222,589 00000000000003c6bf41732312220e5286e7c2b2c4039da7dcb35af957b9d2e5 0.03 MB 51 139
222,588 222,588 000000000000047a049a0582616ed11add76c89b787e596348ce815da097cd96 0.12 MB 201 153
222,587 222,587 000000000000038c362285f3086c3d5a6a5d58743f6260eb445ffd314caadd8d 0.25 MB 588 194
222,586 222,586 0000000000000286f0637543a154d47330d2ab544566edd66cdef6d99fe16695 0.09 MB 196 154
222,585 222,585 00000000000000586984e2ee68d05ba21c0881967917e296193937f84d5ac63f 0.25 MB 395 155
222,584 222,584 000000000000043ddfd2fa1eb8472300c50793e4829a75870167144e4f0d4d46 0.20 MB 483 172
222,583 222,583 0000000000000293d3e06d281617373ab7a953b05af737f7042272eb2e6d146c 0.29 MB 413 131
222,582 222,582 00000000000003582a60e186f11d31fbaea86b200f09dcb948dd9bbc7e149376 0.25 MB 777 242
222,581 222,581 000000000000048cd26d86bc89b85bfb4388333a213fca98fa9b924ce9353dff 0.25 MB 474 149
Previous 10 blocks ↓
Total Size: 769.17 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,633.43 GB sent, 93.81 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.