Memory Pool Memory Pool Refreshing

19,309 transactions
24.90 vMB
Show Random Selection Loading Transactions
Max Size: 137/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,373 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 928 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,372 (690,551 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
172,821 172,821 00000000000002615718676b6b117de9326bc3569f297f2292cbbd1fac4b1545 0.01 MB 19 86
172,820 172,820 0000000000000917b0fea2623161167bab47588b65a80969b98ff7307751e250 0.05 MB 141 63
172,819 172,819 00000000000001e4ccee466eea804c0a484d7f80abc9acb812d606f288c2af5a 0.06 MB 100 198
172,818 172,818 00000000000009cd88ba1baed7eb7509a9acff67e17a8410568bc57a325d2b54 0.00 MB 1 0
172,817 172,817 000000000000093a97b626463f93e3a49b60517e65562e07b59a0ac32a180120 0.00 MB 7 54
172,816 172,816 000000000000021c3f1ac16fe44369d930fa4344c888391dc03853e119debe4f 0.01 MB 22 20
172,815 172,815 0000000000000027b8ac1d641c13da2dc16940cf08637f0ad4cedebe3073a22b 0.00 MB 10 3
172,814 172,814 000000000000039e5ee4e63cef31cb1953737e4278a838c6bd47d263a45d6770 0.01 MB 23 0
172,813 172,813 0000000000000559f17d42e73b9c20b9c98d497b6f565ecc5a9aa8e8c4426f31 0.04 MB 80 94
172,812 172,812 00000000000002ca980940fb43562b586a0cb88bbf13e58e0517ffd64cfa0f8b 0.00 MB 7 421
172,811 172,811 00000000000001f3908aeb0e9fc82f99aefcb3c359bbc4821e4810d146f715e4 0.06 MB 71 152
172,810 172,810 000000000000073568ddedeaef5a5b73692049500ca4de6c3163b4be2cda6928 0.00 MB 1 0
172,809 172,809 000000000000000659fca4a3c6cb946ea97903d3bc7e9b82f9a427a292449d16 0.05 MB 189 61
172,808 172,808 000000000000013968cb9eb974f5e2d879c9ce68c22f06a79ba4c8036d63e521 0.04 MB 76 116
172,807 172,807 00000000000000da4625de7b3df74f0b72f03343324b2c11ab85cbbfcd41d603 0.04 MB 119 96
172,806 172,806 00000000000004bcab1f14e55b5e557d25bb60f7aa04195807d6e35882dded7a 0.01 MB 42 189
172,805 172,805 000000000000010ecd64269acc5cd46e6924b1ab7d9e8ffca6aa2a79c5e9e85f 0.03 MB 105 2
172,804 172,804 0000000000000886e672dc9a6fafad626d0a9e965811e274b958dae24de874da 0.00 MB 1 0
172,803 172,803 000000000000052e71fa7bc695f04bc87b02373ca3d846e55b1f83ff3d0bae0c 0.02 MB 33 29
172,802 172,802 000000000000012bb361965775aaabec90ee1e703a68fefaea799c6076e74d6e 0.00 MB 10 182
172,801 172,801 000000000000079d2c8b5ce41f4b6564513c809d0dbd12343f34ff4f040714f2 0.04 MB 81 55
Previous 10 blocks ↓
Total Size: 686.83 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: 1,491.49 GB sent, 117.20 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.