Memory Pool Memory Pool Refreshing

1,396 transactions
0.54 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,764 00000000000000000002349e0000000000000000000000000000000000000000 0.53 vMB 1,384 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,763 (665,539 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
242,224 242,224 0000000000000067c2de794534c22590e8b65c9e8e113f4521f3c6e5ef6166e6 0.22 MB 634 613
242,223 242,223 000000000000007e2889d5324598f787d14fa35fe4eff1a743e65575c3193ea0 0.08 MB 120 91
242,222 242,222 00000000000000866d28d8a40cb8744b494ee965ac4020bb89deafb6c24ff60a 0.12 MB 202 106
242,221 242,221 000000000000003254fc81293161e845a268cc29ce0611e95312bc6fa3885e4d 0.21 MB 515 194
242,220 242,220 0000000000000003f6031c205fa4ac2ccd4900cfe799f5429a4ee1c9216026de 0.10 MB 141 80
242,219 242,219 0000000000000042898d4d600c7899eebcc745dbad1d1ac9958211190bec11f9 0.16 MB 229 32
242,218 242,218 00000000000000514683a3e8a42a4e04a132e2409c4de72820b0ddccc46d10b9 0.25 MB 699 118
242,217 242,217 00000000000000d72d5ef1f6072028a3a1cb7a01b3bb23e2120ab648865cc349 0.17 MB 189 77
242,216 242,216 00000000000000b1f85cc317d73d5054d2574b65ea80ce5f962871e31a132bbf 0.25 MB 609 199
242,215 242,215 000000000000005a49141f4a12156831bb0f740e63a13b7dff6f2b67b4a35bf5 0.25 MB 502 530
242,214 242,214 00000000000000a76c7921b5d1eb97d35e530d2c646e6bb7866a6787fb4b2885 0.09 MB 292 1,115
242,213 242,213 0000000000000070f0eee63d4049a3a15648ba5410eca14161542a8bb2eb03a4 0.25 MB 391 117
242,212 242,212 000000000000008a6c8d343accc4533129dfee8aef9b1936625fc78174992e0a 0.25 MB 517 173
242,211 242,211 000000000000004023617d2e250b4685f95d7e214fd4143c7eafa9d8284fe4ac 0.25 MB 462 105
242,210 242,210 0000000000000074755a70a9fad449f0578ef6ab46e74cad40674fe9a06225bf 0.25 MB 628 175
242,209 242,209 0000000000000004faae0152fd27dc9cf83fa9a1ebe52da9ad2d6b78c0eb0412 0.25 MB 892 262
242,208 242,208 000000000000005e399bc792b90ab85dd5e0d386adf14e25706e3cb82865202a 0.20 MB 321 69
242,207 242,207 000000000000000344b35e924d493250dab77997ea469412fdaac8bfdcb24d9b 0.25 MB 721 226
242,206 242,206 0000000000000059a9430d0a60d7cb89958c9dc8da0add1a951f015b752bf5cb 0.10 MB 236 80
242,205 242,205 000000000000003f7d96cdaa45aeb435d4d67ebc33714d94169ef078fd73fe44 0.11 MB 220 108
242,204 242,204 000000000000002b4d745e1ef6090e4a7ee7d0799399a56fbc3efc23ed4db8a3 0.25 MB 457 143
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,628.78 GB sent, 93.39 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.