Memory Pool Memory Pool Refreshing

10,302 transactions
3.38 vMB
Show Random Selection Loading Transactions
Max Size: 20/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
908,578 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,640 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,577 (827,617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,960 80,960 000000000031176c6df39d8616e26707d6b499002b5571e02969fa3b46af9878 0.00 MB 2 0
80,959 80,959 00000000000c5900146b3a037e78f67aa1d9e931f030912d6d52a44026fe12f9 0.00 MB 1 0
80,958 80,958 00000000001797a8b80894f9f6ef848b7cda8f914f6477448d312d670977ab68 0.00 MB 2 0
80,957 80,957 00000000003b7492890ba2d5bda0d281b8e3278d6dfc907aca5eca75349f6401 0.00 MB 1 0
80,956 80,956 00000000003277ace97a57260a0d77e04707977c4641888c68b6261e92ad5c2c 0.00 MB 1 0
80,955 80,955 00000000000e6b7e5e30cb88affd6d897c6055dcc559088a4604e35ab6fdbeec 0.00 MB 2 0
80,954 80,954 00000000002ea0c040533adc9fe38ac4ec1890ca1312c3a18e5dae8ab9353dff 0.00 MB 4 0
80,953 80,953 00000000002ffbfcfc0cbf35726e8b404fc862ba820e4082a5c0585c02431879 0.00 MB 1 0
80,952 80,952 000000000012dc61607483253f8b954062bff6269b34d3893e75d141e1a1b9d0 0.00 MB 2 0
80,951 80,951 00000000000841f426ecdd88ebbe5419162f3cb27b36fdbc0bb8f912de38fd90 0.00 MB 1 0
80,950 80,950 00000000002a8a86705d958a112c94d5f25f7f6c9c48c02e4b9e44969a27c803 0.00 MB 4 0
80,949 80,949 00000000003b9fb7fad43fa07941deb4972f4bca05a29ccd0ccfcfa80412530e 0.00 MB 2 0
80,948 80,948 000000000023932d76bf056ec5eb84522ef62170fdfa4779f1205af046218ba0 0.00 MB 1 0
80,947 80,947 000000000006eda50c22c1d12ff939d790da3f33262af5122056c18c7de3bddf 0.00 MB 3 0
80,946 80,946 00000000002d24086f80dba95191ad7a44c0fbf77083940f211a976b2b094647 0.00 MB 3 0
80,945 80,945 00000000002f3903ca787ee5320bcf30244e2c911483c24700745e360a85195e 0.00 MB 3 0
80,944 80,944 000000000024f580b0625ef80b28e10d2290d81b1f8b3a1d6adbc9aaab6797b6 0.00 MB 1 0
80,943 80,943 00000000000ad233d37ae01b37c697312ab999c9ea4732e306bb2c444f1fb5d2 0.00 MB 5 0
80,942 80,942 000000000014f09b65ef79c7d6a50aa6465200acb78789d62f7c5893b4d9241a 0.00 MB 2 0
80,941 80,941 00000000003b063336d2d3f2940ad4c3df67d57f1793b6aef9d8c1102d86274f 0.00 MB 5 0
80,940 80,940 0000000000376fc230016665a4f70c45effa4b25b45a20e92d670543da901c3c 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.47 GB sent, 100.86 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.