Memory Pool Memory Pool Refreshing

78,945 transactions
27.18 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,273 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 5,472 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,272 (311,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
558,596 558,596 0000000000000000000bcc2c6448fc05bb5fb16eaa0a0e7c1eb0a87bad7b6f7f 0.00 MB 12 17
558,595 558,595 0000000000000000002d242c10ab7c2dd43e6f5cf0f7f09bf705a120327c0650 1.05 MB 2,498 11
558,594 558,594 00000000000000000024c7218075e6df192edcb293fa21a9e50ad5230ccb5fc7 0.68 MB 1,220 2
558,593 558,593 0000000000000000002ca444c7b4e4bb6a8968f89a4461d76277153f7a8dcd3c 1.13 MB 3,064 11
558,592 558,592 00000000000000000025d0d0c7cde76191c226431e8814d3692fe21194589b0f 0.00 MB 1 0
558,591 558,591 00000000000000000002b61dc5373e7a20f0f1b15b8b86260aaeed61bf9f4bd0 1.08 MB 1,217 4
558,590 558,590 0000000000000000000ca9ea414d6fea7f39870ca23f6e6d912e60dea337e0b8 1.27 MB 2,983 20
558,589 558,589 00000000000000000009178b7d4b6117025e537d6bbdfbcbfdefcdc56b119ccc 1.10 MB 1,366 7
558,588 558,588 0000000000000000002835676b23a4a1d9611765963ae388a4917243d804b718 1.19 MB 3,193 16
558,587 558,587 0000000000000000000e3b6ff8b9882c513766117c53e92962c4e0b012a3f458 1.20 MB 3,244 15
558,586 558,586 00000000000000000019575c491cb85284a793d8eba6d46133f330aecf581e87 1.19 MB 2,929 5
558,585 558,585 00000000000000000013301895defd1c9a4d59b5d1db3bbc6b59b16e92ed076f 1.14 MB 3,180 12
558,584 558,584 00000000000000000026aa8647c1a0d13b21b9305e3f38af2d9fc07995924d50 1.22 MB 3,267 7
558,583 558,583 00000000000000000018aef242d18dad8f8d4bf19f36135f3047fbc2daee0a07 1.24 MB 2,972 42
558,582 558,582 0000000000000000001ff2068978fe4d146d88deaa671fd9fc0128187c212291 0.16 MB 446 14
558,581 558,581 0000000000000000000924d84f418e9e167f2f4170995720b242a5fe4f46252c 0.22 MB 715 3
558,580 558,580 0000000000000000001c8662e1acf2c1f24e3d8671beed96d6a195b37ca6a1d3 1.18 MB 3,316 14
558,579 558,579 00000000000000000003c5a58169419ee760047676c5c0b7c54bfd9a795a6f99 0.34 MB 833 9
558,578 558,578 0000000000000000000f0a224c9238cbc09fc6b9d3cf2ea5998c52873485eb81 0.71 MB 1,267 5
558,577 558,577 000000000000000000061e7089dc4932f548a9864512a97b7b049672ff7cf889 1.10 MB 2,632 11
558,576 558,576 0000000000000000000fb296e7c7cdd2e1064e5abc49ddcb9cd87fcb32f03617 1.18 MB 2,488 23
Previous 10 blocks ↓
Total Size: 699.96 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,213.79 GB sent, 210.16 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.