Memory Pool Memory Pool Refreshing

1,094 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,861 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,083 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (715,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,379 192,379 00000000000004c641b0e76ea0361a0cf09c9abe853070c4bbfd8114ef4889fa 0.11 MB 330 140
192,378 192,378 000000000000008aabcd9f5a34da09e74fb739b08f8a8e968e457004d468fb0a 0.18 MB 465 183
192,377 192,377 000000000000027eb81929b5947887229c7bf44253bb5d7c3a4bbb69d5970fb8 0.05 MB 157 32
192,376 192,376 00000000000005d180309aec922d805b15927bb45e8679978192da7fdc06f879 0.02 MB 83 203
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
Previous 10 blocks ↓
Total Size: 769.28 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,635.51 GB sent, 94.31 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.