Memory Pool Memory Pool Refreshing

2,743 transactions
0.85 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,064 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.85 vMB 2,741 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,063 (719,763 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,300 188,300 00000000000002ad7744e04478a082e67ca4a681a7edaafde7288b6ee9999fc5 0.03 MB 47 85
188,299 188,299 00000000000005402bdc55b94a7339e97f727c2a5c2346f53816e6da07e83fa0 0.09 MB 242 141
188,298 188,298 00000000000002b0a94737bdddc646e4e6a499bc11bd8638312a8bfbcd2863ae 0.00 MB 9 0
188,297 188,297 000000000000071b0a53c6299c50cf3bccad680adeb32e253312ade6a726ae28 0.04 MB 68 88
188,296 188,296 000000000000011eb307d622731ba94756f4621057b12246f7c6675c36b4c706 0.05 MB 119 45
188,295 188,295 000000000000016342f91cebf42adfdb4b3e37642c1016447b0802e6b760d710 0.04 MB 64 56
188,294 188,294 00000000000006d631a93442e3937a56f668d94854d0958a05f0390c7b66bcf9 0.03 MB 33 258
188,293 188,293 00000000000001b190552f8fb4b5e3f013ab7b3343be7f13fcc7129a5fd39ea5 0.01 MB 14 7
188,292 188,292 00000000000006418f0f8d79bd6d22b39a5807498ef123fc0c82667b3d3e3600 0.30 MB 700 120
188,291 188,291 0000000000000513e413d95e3ff471caec7045569d48383211d884286bd4af21 0.05 MB 141 21
188,290 188,290 00000000000007d9e9d4d7fba0df39fa2932e9f63ab76d4601ece2a16105bc25 0.12 MB 286 134
188,289 188,289 000000000000024a513e364b59abb7cc20e306727b864a6a79fb19d080b0a570 0.02 MB 53 75
188,288 188,288 00000000000005ba396b97adbd835f438e11fba7f7c3d3062e103548933312b5 0.04 MB 95 108
188,287 188,287 00000000000005090040f9a6ba4a19576411d352c1ff7664ec62379ebc511b12 0.05 MB 141 53
188,286 188,286 00000000000005754f384f18956c43da74e86c41b140aabaaa42ebd8240c3448 0.10 MB 295 179
188,285 188,285 0000000000000955e38072b22155feebff55ce213280fe6470979e9a69a2b25f 0.03 MB 64 86
188,284 188,284 000000000000023f78d0ff23b651881e575936cf68ecee376173ef66aecacd5a 0.12 MB 270 110
188,283 188,283 000000000000092e05ae0499e02cd9dab2223d611d09137b4fb9d39d47c2a105 0.16 MB 357 370
188,282 188,282 00000000000006cdcd6954bb2ed8cb594a4a7af4c68f71e20e280d4d9f513ab6 0.00 MB 7 72
188,281 188,281 0000000000000894f30ab3c89a9febce08c1492866a3efd622d413395e153a65 0.06 MB 68 75
188,280 188,280 00000000000006c17157f8bb921353c7fe73e85c6b0bbfc4858864781918f5e1 0.02 MB 55 40
Previous 10 blocks ↓
Total Size: 769.66 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,654.12 GB sent, 96.17 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.