Memory Pool Memory Pool Refreshing

6,059 transactions
1.80 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,848 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,540 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (706,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
201,056 201,056 000000000000010638cbc954ed656788d0ed14d9b2c433b59985df6dfe570fde 0.06 MB 182 42
201,055 201,055 000000000000003bd297b6ab126d4357eaf659ed1ff78598d3be04478d512959 0.02 MB 36 30
201,054 201,054 00000000000004679d52b4046a255d5b24adfa7ebe3cb1d18859dc57abcbb6c2 0.13 MB 329 167
201,053 201,053 00000000000001c32124a866e92cee2b4796c9a209d6e551dd8924bb6eb5b5ee 0.00 MB 17 144
201,052 201,052 000000000000042b4fb0d6035af1df809085c3b19070b4ea3f1fb8ec49dbda8a 0.03 MB 87 116
201,051 201,051 00000000000004f85232914b070a8039b4b13d4de08a94f953bc8975c231592d 0.02 MB 48 137
201,050 201,050 000000000000013b990beebd23b169524dc10fc1c93c85bdd7659e03cd7eb39d 0.21 MB 302 65
201,049 201,049 00000000000001f398aa29c07c33acc9af67cb882d40f8c55287939904fe1f79 0.05 MB 132 74
201,048 201,048 000000000000056fdca2be5adac35ed9ec1be391f34e2277dca6013333d76b57 0.02 MB 50 237
201,047 201,047 00000000000001959fc120006a5875e36dc1dfcd7407393b822a43f3a25449e2 0.06 MB 116 101
201,046 201,046 00000000000002f57e1306bf82e5eef2f46fc31636269c098b9c64a686b50fb9 0.00 MB 11 66
201,045 201,045 00000000000003d23ffbfd792e6c9c5f958d5dfc3c229d402fd9d911e077d6c6 0.06 MB 137 113
201,044 201,044 00000000000004097a492c0aa088808d80e4871327434730cb1864b746c27969 0.02 MB 56 135
201,043 201,043 00000000000003dc54b0e87f6fc982205f288ec90d85c06a6e480ec3ff5d51a4 0.04 MB 87 149
201,042 201,042 00000000000001b4dc8ea1b4aead69e6267785876562a08252de8f2f75025ade 0.07 MB 30 60
201,041 201,041 00000000000003b92fe79b4ab198c2d2e814d107b59a1b492c2794b524b78e9d 0.03 MB 110 66
201,040 201,040 000000000000018dc31af372527f1b58e4d01e3f79a98dbf7d55acf369572bab 0.07 MB 167 125
201,039 201,039 000000000000049834f93840a88d441f30cc18ae240d6027043db913fce12a7e 0.09 MB 108 93
201,038 201,038 00000000000001ed8b32fe5a1fc45d5ca4d0594643a2dae499c50014f7a60fe1 0.18 MB 132 62
201,037 201,037 00000000000002bbe963fc384eea4a036faa4b888e785f0a26136318d834e177 0.01 MB 24 100
201,036 201,036 00000000000003f162a637c3caf8f7be00a839af9da2f9f9d09f5807f7f9b37e 0.01 MB 15 192
Previous 10 blocks ↓
Total Size: 769.26 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.21 GB sent, 94.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.