Memory Pool Memory Pool Refreshing

1,163 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 1,150 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (633,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
274,122 274,122 000000000000000211d0c1c25fbae61cdb1346496f8f54816d6673639d6d1a03 0.00 MB 14 43
274,121 274,121 000000000000000109946c54e44be60f5ed401fe22150f572ffb18240626afb5 0.07 MB 180 32
274,120 274,120 00000000000000046652497620856f2a7ee2410b4964223f252f000ed14b8e22 0.03 MB 64 43
274,119 274,119 00000000000000048b33d7c8a9b6e6be318b31b71aa8c82b16731662eaacfa8e 0.21 MB 447 44
274,118 274,118 0000000000000002874c2983b84b3613cdf932281fe22d7865df8ccff0fe46ee 0.22 MB 506 47
274,117 274,117 00000000000000047f18e7bf7b16ac932cd3f510a167437f6c83d62b71b464b7 0.04 MB 87 44
274,116 274,116 000000000000000440670c9879e26f189326e6f595020dca489f791f5eb5eacc 0.10 MB 129 40
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
Previous 10 blocks ↓
Total Size: 769.07 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.05 GB sent, 93.22 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.