Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,955 00000000000000000002349e0000000000000000000000000000000000000000 0.84 vMB 2,023 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,954 (708,451 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,503 199,503 000000000000021f820b58e9cb10264a02fdb8e9574c96e0a2a2d22860742137 0.15 MB 359 242
199,502 199,502 00000000000001014005655127cdfb2872c425aaf12ffce62d1cce366639533b 0.01 MB 32 0
199,501 199,501 000000000000012de75307beebc3f4c372ec10b8297fe9141fff6fb56340bd63 0.04 MB 129 53
199,500 199,500 00000000000003580e0ded0eefe75eca1bb8cd9d605bb98a03448debfca9b5aa 0.01 MB 15 57
199,499 199,499 000000000000007d09147704bd74fa53a92ccb1677c4930681d029ec64a0960d 0.14 MB 288 118
199,498 199,498 00000000000004dbb839793bb039bfb9f81064833f6a57293270b1637045b956 0.07 MB 128 59
199,497 199,497 000000000000003a894032718f18121427def40dd885005f3218387742e7118d 0.15 MB 286 111
199,496 199,496 00000000000005f321518f808147817fd05a80321848eacee064c44865fc0422 0.09 MB 227 157
199,495 199,495 00000000000002d9877151fdaba592989270f518eea71a975165f22f48abd239 0.08 MB 181 127
199,494 199,494 0000000000000443a0107354d7572dbe27d407310324b4eb3b0c7e8cb1ec3515 0.07 MB 216 170
199,493 199,493 000000000000054985ef162c8c95ba8af1c25f6608e398bda8ead03b899d2329 0.33 MB 783 47
199,492 199,492 00000000000005d2cb24763c1f17fe50176e0047505c0ec29bc17ace4bcc8a2c 0.06 MB 186 169
199,491 199,491 000000000000026373b3ac1bda010b6b8375f570cd2f76300c95179e81b5535c 0.10 MB 368 21
199,490 199,490 0000000000000591973b77b42fdfb35a803ba650f2bef5a9db5107c5798712c8 0.04 MB 101 133
199,489 199,489 00000000000003431394d9e374f63af4a1c6343c5e75485bbad9ce7cf6f3bafa 0.06 MB 187 1,137
199,488 199,488 0000000000000364c5fcae1215a489051ad3a4a8a13e1fabfc4ba66a5663f575 0.05 MB 125 119
199,487 199,487 00000000000006155bb1046364d7deba06f5fff21a2f0672505351129c8d41e9 0.09 MB 201 130
199,486 199,486 0000000000000530ea6126710e9958713f49d57ed24d4fe928c4cb855fb0c29b 0.09 MB 187 133
199,485 199,485 000000000000023008b6e89c4e2b22449bb57d9a2c27610fc0dad423e80f960a 0.11 MB 269 151
199,484 199,484 000000000000045e8f5054f2eadafeafee5c6d565781044aba7b8cc40a923f73 0.11 MB 200 185
199,483 199,483 00000000000001c326d51199c92398fcda8fa69e5c06f4494390eedf47eb34dd 0.00 MB 18 87
Previous 10 blocks ↓
Total Size: 769.46 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,646.17 GB sent, 95.24 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.