Memory Pool Memory Pool Refreshing

2,751 transactions
1.18 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,104 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (715,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,375 192,375 00000000000007be126496fbe0314596f495afec83068239ca4158a25945c2c2 0.12 MB 325 208
192,374 192,374 000000000000037a2edcbee7e15fe93ebd30c05df40b396370eb175ac99971a6 0.13 MB 282 136
192,373 192,373 00000000000002110fc1cdf075ddf3e9674395e63f10ef4c693c42cdb439734f 0.22 MB 509 123
192,372 192,372 00000000000004393ec279792fa6ffec443ff951961a0ce30886ae58f29eeb6a 0.00 MB 8 14
192,371 192,371 00000000000001ab8c9fe4b1c1cbddc37c6c5e0270fd0a8f97b84dae33a76161 0.00 MB 1 0
192,370 192,370 000000000000008a1ee20b0c381c9c3892a2e1c9b8709a4c1fa9d695bc6625bc 0.19 MB 512 69
192,369 192,369 000000000000006726dc2b24fdf1b91d9c6dc796cb0621ea2f52f2e5f46c24de 0.01 MB 39 137
192,368 192,368 000000000000060921cb8220626fbebfc6f261f0387dc53aa4a586cd06c6a346 0.19 MB 473 125
192,367 192,367 00000000000004149664539f7e69dc5bc066e9082d4607fd0cc35418833d173f 0.06 MB 186 134
192,366 192,366 000000000000063396002f1dc1a893894f19ac8bdfe3cfd3486ab81ee5194abe 0.25 MB 585 116
192,365 192,365 000000000000066235cbbe50c12d6bad706a3912617b1e3d598f4a17c4db4592 0.11 MB 239 144
192,364 192,364 000000000000059948865e674dd0520caf81cf6ebbef83ad5b7373a39ef0f95c 0.16 MB 341 122
192,363 192,363 000000000000018680e3d18c8076301640ce1c1b10774e351fdd448865f63bc8 0.25 MB 432 107
192,362 192,362 00000000000007c7ee1a1ae53f13109403f4cc1a9603f340dffb405d8cb737ae 0.01 MB 32 0
192,361 192,361 000000000000022e141ddd88604573a5cdd6f685c2b5ebfe26ff37ddaa6dffd8 0.05 MB 115 123
192,360 192,360 00000000000006e02e4a3be905f63db7a129ec169454e3d37328d9b831e1d1e9 0.03 MB 32 60
192,359 192,359 00000000000005d5b691c03244a8f5f91047b6e96292e9f1733840e3ce51861b 0.05 MB 131 56
192,358 192,358 00000000000002b19693435c9478fefa707d1a4d9c43649cb4c62555c2cf4e00 0.19 MB 472 211
192,357 192,357 00000000000001a16d86dc28d05777822f22adb3a138d37011a4ac626b58b672 0.08 MB 204 137
192,356 192,356 00000000000002d953de84f2e36a273ab1a714b6e693108fd5f18d4a8f7e404b 0.04 MB 76 95
192,355 192,355 000000000000074268dc4d723b990d14c628ffb0ad9836138ba29897984660b2 0.17 MB 305 124
Previous 10 blocks ↓
Total Size: 769.11 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,629.59 GB sent, 93.44 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.