Memory Pool Memory Pool Refreshing

7,009 transactions
3.96 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,509 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (435,649 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
472,078 472,078 0000000000000000014ba001116b5ddc4662af383cbab08417d4e77af48e131e 1.00 MB 2,470 387
472,077 472,077 000000000000000001125ba0f302e067414563f22579ea901c3f99b5de436029 1.00 MB 2,239 320
472,076 472,076 0000000000000000011d7cb47eef2a731e8bba219049e03c06af4edd43ba758b 1.00 MB 1,111 95
472,075 472,075 0000000000000000003e74643ad3eb7926777e0691466f0c493c1798a98a9301 1.00 MB 1,373 127
472,074 472,074 0000000000000000015cefa4623dd2bd22d6c0ddefa7f114445cb3e93e3c2c5c 1.00 MB 1,240 304
472,073 472,073 0000000000000000002dbcfdc5bcbc37e1810a7f5e026394bbb8651d8878ba6a 1.00 MB 1,303 359
472,072 472,072 000000000000000000072fb704209f0bc0dccf23c9390aee5c29ee154d9fa45e 1.00 MB 1,126 129
472,071 472,071 000000000000000000778bd922f6b707fe48215694da0b20a104b6d3f39f3760 1.00 MB 1,531 296
472,070 472,070 0000000000000000009d7dded369daf4d7daef740a6867e557860bd4cee77f28 1.00 MB 738 39
472,069 472,069 0000000000000000009daed4027922d3a2b8b8dd62834e628fced75c85b06f45 1.00 MB 791 82
472,068 472,068 000000000000000001651eb67254a5582cffa2651f43efc96ecc36a2677ac379 1.00 MB 598 54
472,067 472,067 00000000000000000067c4bc7ca9f31f1a454feaeae15782d8139fb7d8d5e318 0.09 MB 234 131
472,066 472,066 000000000000000000891d0641977ed214766b59218aa7c1735e651dee457f38 1.00 MB 631 74
472,065 472,065 0000000000000000004d9395f1b91bef229548ee2fb2f8a00402721b49bf0b7a 0.99 MB 1,888 83
472,064 472,064 00000000000000000071ef8680aa3d2fbb9026617b3b78e53d37b1d97bf4db0a 1.00 MB 2,355 177
472,063 472,063 000000000000000001505ff20c58a3f5d742c7dea8977c7d99cf994c8d0b2bf7 1.00 MB 2,193 307
472,062 472,062 0000000000000000001b30e419873cda97f71166cff70aebd8fbbc10e488019b 1.00 MB 2,031 335
472,061 472,061 000000000000000001255a44a43a59886391c979577febc44998b7d5e8c09ed9 1.00 MB 2,212 259
472,060 472,060 00000000000000000120633614b243b5a7df77a9ca1fccabc2334895707f4fd7 1.00 MB 2,160 376
472,059 472,059 000000000000000001673c26423ee20066443cdbd8e551f316e3805245c01c9f 1.00 MB 2,165 388
472,058 472,058 00000000000000000009c55e05a399e727d6eff7ef0a0c163478e1b231e79bff 1.00 MB 2,179 170
Previous 10 blocks ↓
Total Size: 769.03 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,625.95 GB sent, 93.05 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.