Memory Pool Memory Pool Refreshing

1,859 transactions
1.23 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,823 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 948 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,822 (647,966 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
259,856 259,856 000000000000001ec525f3b2d774e62802fba235a5cc9ad9d6647ac0a0f8cb8f 0.14 MB 301 62
259,855 259,855 0000000000000000b78e9b5c670166eb46f488bb1c842d3cfb305a358c862399 0.12 MB 256 93
259,854 259,854 00000000000000221088e235bfbac9c8d4d992275b6e981585094192ecd3d385 0.25 MB 683 152
259,853 259,853 00000000000000167bb9bcb3e3a8703dcc751fe3c062be410f10dc305cd9aa4e 0.25 MB 584 123
259,852 259,852 000000000000001f54b3dd0dcfe1f8ac11c56002772caaaa6ac698e19dff6396 0.03 MB 80 86
259,851 259,851 000000000000001ac44abd9ad8f45f7078299da4e877b00c30cb9fb90d86bc4e 0.07 MB 136 38
259,850 259,850 000000000000000daa873eda47a5e03be9772ddae1087025020f9707e4b37da3 0.25 MB 550 100
259,849 259,849 00000000000000107c9c36c72cb7f7bbf3266c613d6634cd7bfe1570c467b2ec 0.16 MB 350 152
259,848 259,848 000000000000001dacb9cb621f11a809e4382f5d9c2f09e26d56cd4a2ace952d 0.08 MB 212 116
259,847 259,847 000000000000000d62fd8dafa60e2a56df6f66ebc9f79a18976db0da194eea0b 0.01 MB 25 233
259,846 259,846 0000000000000014fbe502a70a7505b7a60b8a4013ae4d24f054cf3ada40ce3f 0.04 MB 110 71
259,845 259,845 0000000000000005088af0612e72b2546a1a04eded6c1e6355ba94201aa26a02 0.06 MB 88 73
259,844 259,844 000000000000001e53362e9e504c351ec35d3cf8ca9d24d38a6990a70dd1cb59 0.01 MB 17 92
259,843 259,843 0000000000000024dfce46d4ea37eb30dbdf70c644640c2ed8d950929ee2a346 0.11 MB 242 94
259,842 259,842 0000000000000008b1e0d931c4af680e812f87aabf533ffe18e80b9ae78b3155 0.02 MB 48 55
259,841 259,841 0000000000000003bb62f1a7437de9a3adda698b20e1e5809c006d0c531b0d02 0.08 MB 189 100
259,840 259,840 0000000000000006d42785b15269a4183c5d29633a66b1394b96d21777b23550 0.11 MB 248 120
259,839 259,839 0000000000000010d502e0b0c34195f179349bc752b04e46d90e35de3de1d048 0.07 MB 201 123
259,838 259,838 0000000000000014efb1769f1d223fd4154c0f862f56377e3d145b40786659cd 0.07 MB 177 89
259,837 259,837 000000000000001a41fe4767fb73f9f141c8e9ad1b005e0e160b941903945e4e 0.17 MB 333 93
259,836 259,836 000000000000001564bcc9f61563f3f0e69d78f41714f9a44fccab239049842d 0.10 MB 161 78
Previous 10 blocks ↓
Total Size: 769.21 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,634.18 GB sent, 93.96 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.