Memory Pool Memory Pool Refreshing

5,789 transactions
1.94 vMB
Show Random Selection Loading Transactions
Max Size: 11/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 1.00 vMB 2,955 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (633,589 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
274,108 274,108 000000000000000375bdbe7864ef8a2a0606388eb75706260dcd72475109e469 0.28 MB 544 59
274,107 274,107 0000000000000005e02505f20799d76f20eebf8033d738037320ce760632935f 0.12 MB 247 49
274,106 274,106 0000000000000005f1e04a404311370386f3b1e0b964e18eaec5f5e4867d77c0 0.13 MB 278 47
274,105 274,105 000000000000000071f31a56f22afc13f62620a5cf0784f452879a47390da3dd 0.25 MB 364 53
274,104 274,104 0000000000000000f1dd0f4e1f07de1f707177e2ed22f3c6c44da099120d3b3d 0.06 MB 168 49
274,103 274,103 00000000000000045288f2acc1d100db12e4624c27c4b7c4c6285fc959e7cb21 0.13 MB 273 45
274,102 274,102 00000000000000003bc4018696e6a2c05b4463fafd9ef021174ed8f97a12b98e 0.21 MB 362 38
274,101 274,101 00000000000000005b90f8693837826a5f72a3e243c22f6cce004e4855e59881 0.48 MB 841 62
274,100 274,100 0000000000000004b61834b9b984e8c1305c4279568273327ca3ef76006090f0 0.02 MB 53 40
274,099 274,099 0000000000000002fa4a041b61c34777df643616abbf450015792253e8ff7cbe 0.17 MB 279 45
274,098 274,098 0000000000000001ceb0ce0a065b6e19dc5bdf6d10a6debf77c4eb6e7df90a53 0.25 MB 494 68
274,097 274,097 000000000000000457e84bb191ef622f30ea25dc953e46ad56ba5f61e0efe3aa 0.04 MB 97 48
274,096 274,096 0000000000000005228b86dcded864170f6eed3f12d97555ba1f82d301c0a7d8 0.15 MB 250 43
274,095 274,095 000000000000000124725a59db557f3296ad70aac6e3ce5207238587c0656ddf 0.17 MB 429 50
274,094 274,094 000000000000000517eb45c03706a2d90417cc0bd91f50d5845f913ef34f7383 0.25 MB 472 54
274,093 274,093 000000000000000136cef10b83601b67fa532a0589d9b2893bf276a773633a4f 0.05 MB 120 32
274,092 274,092 0000000000000001f326cc9af505087ba0be0cafeb607414ce41445fe839ada1 0.06 MB 131 47
274,091 274,091 0000000000000003844d0b773b4c76d6b299c47c8a164efe040832c377c2d52e 0.00 MB 1 0
274,090 274,090 00000000000000018bb7cc599ae2bd3e7492a1385f116a4b1d9f651f7b5c8d72 0.18 MB 394 129
274,089 274,089 000000000000000088c08efd5235a170426758ba3f2225f1107b70bd722a6c17 0.42 MB 791 41
274,088 274,088 00000000000000053a3f54db15f502c83451fda40892ed683a5ad5d1ea087454 0.03 MB 75 99
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.00 GB sent, 92.71 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.