Memory Pool Memory Pool Refreshing

7,520 transactions
2.54 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,843 (633,728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
274,115 274,115 00000000000000029081d1fce39137bd999ed5af3b73e84ccd6ad7bdfb6d1d3f 0.05 MB 83 44
274,114 274,114 000000000000000237ae72a7e63f67b0cbe30d701f58a478676da7d52bdf2a3a 0.21 MB 341 95
274,113 274,113 0000000000000002d065b2119daee16e06d7696ee51e9bd5878f10c32c8e4bac 0.24 MB 433 28
274,112 274,112 0000000000000002f1cbee31294d567a37509a1ad6805f0517452a3db2db1de7 0.25 MB 142 62
274,111 274,111 0000000000000003cf6e681b936023aa98bdc65ae62220ba95f5c5e560460e4f 0.17 MB 173 51
274,110 274,110 000000000000000097760866ecb147acc58abc2db85f6457a277294cb327b552 0.12 MB 192 33
274,109 274,109 0000000000000003e2953ef37fac6a040ed55048a2a3e3a9418d23499125b627 0.09 MB 193 39
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
Previous 10 blocks ↓
Total Size: 769.25 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,635.12 GB sent, 94.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.