Memory Pool Memory Pool Refreshing

4,158 transactions
1.29 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,710 (633,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
274,424 274,424 00000000000000008ed5a2f6a1fb04c9450207eed64469b388df62b4834712d3 0.03 MB 82 73
274,423 274,423 000000000000000347338b2eec856a80b56426265a9a7f23bf69a20df5b5e30e 0.25 MB 711 60
274,422 274,422 0000000000000004812f08ef09502ad242f4508ad657be9f945c686b00179102 0.03 MB 77 109
274,421 274,421 000000000000000273c9dad7c14a8e023a50071968581eb39d260a825c183e3c 0.19 MB 381 41
274,420 274,420 000000000000000158f73e366c10c51d0910937a4e0e2cf6fb49314862060dd0 0.03 MB 82 258
274,419 274,419 00000000000000021861da41e26bdadefdd99fba8fc6adc50b6e3c466a3c41a3 0.07 MB 177 55
274,418 274,418 0000000000000003d17960c36892c4f58515934e4b9cefcda4d981d7d7d9066f 0.15 MB 259 45
274,417 274,417 0000000000000002dfb785205a80923927597ecfe2709ca22bd3894dbf2dafb2 0.03 MB 59 41
274,416 274,416 000000000000000143d4da42fcd576e19752037d9df1ce3fc582c09dced1aaa3 0.06 MB 150 43
274,415 274,415 000000000000000391a49757c4d6c2cf56faa6e2ae21355791c164a63e7c8e73 0.09 MB 174 35
274,414 274,414 0000000000000002a104bf5a06c39c8b993311512a2d84bc32b1c151a64554fa 0.27 MB 635 52
274,413 274,413 00000000000000049753d4beb2dcb909378dce5c9f1e564c8bd3f5017ded0913 0.05 MB 93 33
274,412 274,412 00000000000000021e9926616600fbbcaff79ca6278843ad34986cff4bcea434 0.10 MB 199 35
274,411 274,411 0000000000000002db22f46914ed4c38714e1fb0ccf88dae9a76bfa872cc5da6 0.12 MB 283 67
274,410 274,410 00000000000000027bb63b2add651bfd4f879e238aaf9d65dfc1cc8a9ad377d9 0.22 MB 562 112
274,409 274,409 0000000000000003c4febd5552ea12272d01b806b894f83cfbc2791bed8a65c4 0.20 MB 451 59
274,408 274,408 000000000000000158d84b5e4e4131216de83ab1c42698a5a6697d807c1684f5 0.03 MB 54 27
274,407 274,407 0000000000000000a954b73b3dae0b620e49cdca077922580e052cc975aacd64 0.36 MB 708 43
274,406 274,406 0000000000000001a679a6efd8bfa53d5cc5b3fad8f9fe753834361c8f2c54dc 0.25 MB 675 83
274,405 274,405 000000000000000446a65ab42f1436c2fc650ae4b9ad90c14b015bd100b3a299 0.03 MB 54 8
274,404 274,404 0000000000000000f6fe7acca385b4a1e9a5fcaadceba25d2208ef69e944f1e5 0.19 MB 461 71
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.86 GB sent, 92.83 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.