Memory Pool Memory Pool Refreshing

14,137 transactions
4.50 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (690,618 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
217,100 217,100 00000000000000a3e7114019f1b25985f3052cacb3a856b286e5a48670313bc2 0.25 MB 838 482
217,099 217,099 00000000000000669c7a86b76577397364d8838fb864725f8072ee26193928c4 0.20 MB 714 988
217,098 217,098 0000000000000520e41791224067289bf23a56ba6f0f8717870e26770ca6608b 0.42 MB 689 189
217,097 217,097 00000000000005287f78b5231e935d96c55634e1193e06b7c516b4111b50f05d 0.25 MB 665 165
217,096 217,096 00000000000000a4ddd1312e70b705dbf9509758330f4cb5116d1f9b29ccd2cf 0.20 MB 739 255
217,095 217,095 00000000000002ea9a68d977c3c82f68ece91486598bb3a21fc3ed0fcdb83aa3 0.16 MB 271 138
217,094 217,094 0000000000000366b7f0bb03688a5fc23ce3bd7c2779a9892fa9f241466a5130 0.25 MB 790 237
217,093 217,093 0000000000000071c081b7d9a20c7fc3d0667e375d05b8fd96894311d30dc9bf 0.00 MB 10 6
217,092 217,092 0000000000000522d0c364bb34105d1d6f3571633c4073ff4d3f44f20dae64b7 0.25 MB 583 170
217,091 217,091 00000000000003993d22ccc593fdd92d67e0664e3b9be92d948c69078773cd25 0.27 MB 518 150
217,090 217,090 00000000000000dacc60ab149c377de7bb74d7734f972cbce348ba7e4e627845 0.25 MB 874 297
217,089 217,089 000000000000045735145defe0345ce6c00763c14891a8716784fcb0f099688c 0.07 MB 141 115
217,088 217,088 000000000000027db8990e0b074ed20574c2aace9490bc82c3d559da9419d193 0.26 MB 371 104
217,087 217,087 00000000000003e66bbe6a0bd6b002b003c3693b2f42c03dc774711ff5c02e8d 0.25 MB 767 216
217,086 217,086 0000000000000349fdfdb357ed801ee025c22428e350e4c35ca28eb10d4513fe 0.16 MB 211 117
217,085 217,085 00000000000002e169cf45c542ec51110fd32dfdfda09ac8666f1078b06d6b96 0.15 MB 229 58
217,084 217,084 000000000000002ce09c9fcda19bc63c91bff79288fdfe6e97626ce77b6a8cf4 0.20 MB 642 278
217,083 217,083 00000000000003068c754a5954a77e3843331b6d83d785d13947ba7d45de40a6 0.12 MB 290 213
217,082 217,082 00000000000001335d5fb3e643246adec7a2367e000afadf1880a0e8e716881a 0.05 MB 87 65
217,081 217,081 000000000000002bcb1ba373e725801dd8fd0de282a28bb7c66a35c3b7095839 0.25 MB 447 159
217,080 217,080 00000000000004fb4b2c51d51252047a8cbff56e1955dbdc5ef0c77430da9cc5 0.11 MB 81 79
Previous 10 blocks ↓
Total Size: 769.02 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,622.95 GB sent, 92.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.