Memory Pool Memory Pool Refreshing

17,704 transactions
27.75 vMB
Show Random Selection Loading Transactions
Max Size: 159/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,711 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 1,645 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,710 (58,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
805,078 805,078 00000000000000000002290acfa13d0e83dd51e67bd2a9c69d392db1b56e3a4b 1.35 MB 2,333 14
805,077 805,077 00000000000000000000d120bfb3a84c38e0f65e0f1606eae970565d66c4c03f 1.76 MB 1,946 6
805,076 805,076 00000000000000000002f3a63c79d6fd45137712c6a17e26138c027e424f5684 1.76 MB 2,337 10
805,075 805,075 00000000000000000001795f37e245d4257767957e78897f82cac9b1f2737b94 1.53 MB 2,855 16
805,074 805,074 00000000000000000004f9e0031842d0e521764449daac97e7b497c5bdccab25 1.52 MB 3,693 24
805,073 805,073 000000000000000000039c60fbc8dc80a79d73f104ed5c7b294ccc1e60a8fa97 1.81 MB 4,398 11
805,072 805,072 000000000000000000033a534541dcffc081965ef2612e2badb84199abcab417 1.71 MB 2,776 9
805,071 805,071 00000000000000000004abcd701068a2cf7c2af93c71119c0720400b3e370a52 1.78 MB 1,894 8
805,070 805,070 000000000000000000001a6a92cbcd839ce6da5e6682f9cdfdd5eaf5996dc4c1 1.48 MB 1,919 14
805,069 805,069 00000000000000000002aee3ab678ecf56a7e9d72c297178b0fb2ed7a807549c 1.34 MB 2,259 13
805,068 805,068 0000000000000000000329fda4344c57c162b4762885ac1a408a319b0a567784 1.51 MB 3,449 24
805,067 805,067 00000000000000000004e508339901b17531c4292eb789a07fbdbb94c92ad692 1.46 MB 2,800 17
805,066 805,066 00000000000000000002e10567f09434f7df4024872a8fc7c6fc8d3c36e65c7a 1.78 MB 4,048 9
805,065 805,065 000000000000000000007f1a78905fac51c25f60ca0c36f7e2fc0e6609ea35f1 1.63 MB 3,201 15
805,064 805,064 000000000000000000036337b846da192093f2db5db6a355b7f892e98399e890 1.43 MB 1,842 6
805,063 805,063 00000000000000000002a4a71db4b2bfaf1e51f8bbfe9eaf02825115bcc49750 2.09 MB 6,335 6
805,062 805,062 00000000000000000000c249c388f6ccaf35db7f2722816f20575352ea5d8b53 2.16 MB 7,127 6
805,061 805,061 00000000000000000000eff02712d7974f4af1df656fdb3ebd875cf96925ce2f 1.98 MB 6,076 6
805,060 805,060 0000000000000000000057da3fce960f8c225822e03ea0e183936566354b70ef 1.81 MB 3,713 12
805,059 805,059 000000000000000000046854b848b78ba2ffba0d3a8c4bd3ce03f4e6cc73e33b 1.73 MB 2,352 11
805,058 805,058 000000000000000000027c5bd4c43c60be94f8d308318b96119ab5bd00d46638 1.23 MB 1,659 21
Previous 10 blocks ↓
Total Size: 687.46 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,518.81 GB sent, 122.08 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.