Memory Pool Memory Pool Refreshing

1,884 transactions
0.57 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,767 00000000000000000002349e0000000000000000000000000000000000000000 0.57 vMB 1,868 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (647,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
259,814 259,814 000000000000000156239fc4eda04e4275636f0666c567df729f6e795165009b 0.08 MB 219 152
259,813 259,813 000000000000001f6f7ef4d2270b3051bcd92b7932495a2c7b4aabb3db0af62f 0.12 MB 304 124
259,812 259,812 000000000000001e66bf4dc0a831f18c5cbf0dec906546fe20839df9efa1b34b 0.12 MB 296 112
259,811 259,811 000000000000000576e34842f71ef09ee891b773f2cdedb5b336a0699aa75c06 0.03 MB 72 87
259,810 259,810 0000000000000016528fe23b7aa61841d5cb0105d4dd3696ff5cac1026418c7c 0.02 MB 50 67
259,809 259,809 000000000000001d34222c293ebfae979fb6cb62436d92beedc98c2ef1ed9a6e 0.05 MB 130 122
259,808 259,808 000000000000000782579b6689bfcf565bba92cd3ae21d6a4793f50ccb0a0eb4 0.15 MB 326 106
259,807 259,807 000000000000001a0f648b45401d51962a20bedd357d954807d6a37a9603dde3 0.08 MB 130 68
259,806 259,806 000000000000001693ec5fc9e142e9d62cf3a06eea8a47fc92bd32a619dd42ae 0.02 MB 46 83
259,805 259,805 0000000000000005be562332fee03454ac6fbdda3c8cbdbe0ebaa961fb3e5596 0.15 MB 324 107
259,804 259,804 0000000000000013e85e9f6cca764b4e0661869b4335067f4be39438bcf49d6e 0.04 MB 45 39
259,803 259,803 000000000000001c187805e863da9f03aa0fd362012c8a72a864ec746f685bf3 0.17 MB 331 110
259,802 259,802 00000000000000024bf23af3335ea4c2566f426110196ab3ffa9f16bca8c583a 0.10 MB 203 94
259,801 259,801 000000000000001476861d564af4f957888b77e016e270f634bd1de682a87177 0.13 MB 273 31
259,800 259,800 000000000000001184992d10d089623af93e08ce9d7c0478e7b1045a8ec7ba7a 0.25 MB 449 110
259,799 259,799 0000000000000001af23837dc4cb45f78ba548f97434214ede32f80b4134b8ac 0.25 MB 604 136
259,798 259,798 0000000000000013cfa7ace03da15c50b438608483ed96bc351f3ec03e160b21 0.07 MB 139 106
259,797 259,797 00000000000000032843f420673d8f19bb3a5fdcf8ae29fb6792d87452613179 0.17 MB 328 121
259,796 259,796 000000000000001c7f11d5dcfda0eca515227164eb4a929e692d845afe0350e0 0.21 MB 431 138
259,795 259,795 000000000000001d47e0fbb4a1c7f2597cb15e3f135786f14583a898392218e6 0.21 MB 329 114
259,794 259,794 0000000000000002ca7e389e849a3bcf819d24dd839c4c9c3acca79d10d11283 0.06 MB 160 77
Previous 10 blocks ↓
Total Size: 769.10 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,629.15 GB sent, 93.41 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.