Memory Pool Memory Pool Refreshing

9,187 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,849 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (703,878 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,819 203,819 00000000000004048250e52a53a0f8b9fc134ec02363534c4ba7b2379bfb2d4a 0.06 MB 147 150
203,818 203,818 00000000000002814fd791fcc8f04094810ee2900e7e67d7402549ee98cf304d 0.02 MB 14 9
203,817 203,817 00000000000004efb278ca254e144828673912d0baf2be9a00b9055ac4921a21 0.07 MB 135 188
203,816 203,816 0000000000000247f1d0162a39c1e1299e5f822d5efb66ea6efe8fcaf0d8bc36 0.06 MB 146 204
203,815 203,815 000000000000018c0511b6c8cef40b2f356d98d12b0b3148863b9b34cbb7362a 0.00 MB 1 0
203,814 203,814 000000000000042cf18c53495b03e512a6f743f525c1caa7d0f72cacd8f288a4 0.09 MB 226 157
203,813 203,813 00000000000000f802e6efb34b4a0c9878661ef4833de4923b582b78a5824658 0.00 MB 7 197
203,812 203,812 00000000000001a5e6d71b3fa7608f9630e9e118aa1ed7941b060b5eb33da976 0.02 MB 50 137
203,811 203,811 0000000000000390a2a5ea5e7eb5d1e4007913da4170251571250459a8983718 0.10 MB 147 92
203,810 203,810 0000000000000417ec2a0f73974bf946318593839157ff006c031cf6e08d8720 0.08 MB 152 137
203,809 203,809 0000000000000180be872287a02057f402fb29621f5acec663ad6e155c93c885 0.07 MB 147 337
203,808 203,808 000000000000044b6de8de7b2bfb088a734f979bdf874b7d6b5649ab3ae1d8c0 0.07 MB 162 121
203,807 203,807 000000000000019f1f7c1f84e976ceb9d1bdbd2f52903a68d2a31023e3da7c0f 0.05 MB 110 90
203,806 203,806 00000000000003717b385232167cf4886fed93b7bd079cbec5f1d6c4986f18c6 0.07 MB 182 146
203,805 203,805 000000000000008788b12c0512f6cf0cff59a6c3789868a0b456ee34a3e8fc44 0.08 MB 181 124
203,804 203,804 000000000000018f23835545a31739c3b4f6297095747d471f42350bce9a2a93 0.05 MB 168 100
203,803 203,803 00000000000000462b50c491065b1b10d57cd87019223779868d46b07a101e08 0.00 MB 1 0
203,802 203,802 00000000000002f9da8c0a6007fcc955857b03714368151aac3ad764df0fd065 0.09 MB 247 128
203,801 203,801 000000000000045273ce42673db8c270af25b6938c11cadea12244ca44b1c29d 0.01 MB 27 78
203,800 203,800 000000000000023bb74d1b33a7fca1746532dd80afbb00c6bfc0c9610055f971 0.22 MB 142 64
203,799 203,799 00000000000000269db1352dc92702ac6886ed68c9ad71d19658abdaffb9d4a5 0.03 MB 103 24
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.