Memory Pool Memory Pool Refreshing

7,639 transactions
3.83 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (729,586 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
178,139 178,139 000000000000098700cda2d250e10d10c1a137413fe339fb7ac5bf544b88fce8 0.01 MB 24 666
178,138 178,138 000000000000046fa04ef15de1ac910d3fa013ce2c3938a802e906c7210aa3b4 0.01 MB 27 35
178,137 178,137 000000000000046779ad6bfa1177cf7043c597d2fc396741b93a893eb151a281 0.03 MB 65 197
178,136 178,136 00000000000003ba745ea58367c97a924f379ac01392770cda62aab4ad2e84b9 0.04 MB 71 82
178,135 178,135 0000000000000284477d65c1d64125f64365aff8f8cca39ab83e8ea2d02c2846 0.08 MB 176 254
178,134 178,134 00000000000000a7c1892cf3d14099217374f9236839a4b35ffe881fd12473cb 0.05 MB 143 105
178,133 178,133 0000000000000688e1c3dedb5067ee0e0b83b9f937c66a6012ec43fcf235bfe0 0.00 MB 1 0
178,132 178,132 0000000000000519706f6e6ea9c5501b97928aa560ef67663ae1f4bb737925a1 0.08 MB 190 116
178,131 178,131 000000000000044ffa5836cb282c1ebfc5af287d7f978205f3e3963b61364aa8 0.04 MB 97 132
178,130 178,130 00000000000006a001a8c9c5eb256a065ae30d3b74d93648b82892bb94ac2b2d 0.02 MB 58 16
178,129 178,129 00000000000008248e827bbd5c84d21eeefe8814d02208e550e936c2c065faee 0.00 MB 6 105
178,128 178,128 00000000000003e5492ddd947206725fc9822d0f259a35991a86ae345147a3a8 0.05 MB 121 229
178,127 178,127 000000000000082810bc3db52fd751dced97d17f3cbdf220c0ad60f4e3815f16 0.00 MB 17 64
178,126 178,126 0000000000000352485ca9fcba08dbdb85d8df543d10be3a5247d4245547ba31 0.02 MB 31 105
178,125 178,125 0000000000000829909f1b8e32815f69dba96e766fb5b765a9da867cefe25253 0.07 MB 139 321
178,124 178,124 00000000000003a91228e4dff272bf34145488c81c98f537c0bd0d7dff723b28 0.02 MB 45 157
178,123 178,123 000000000000074bfff7356871b26a62f18ee60d86fbc00fe769e10902d436d1 0.07 MB 173 120
178,122 178,122 0000000000000583451e3795919b1afbc6c6b96a0da71773015999a70da6aeb7 0.02 MB 61 103
178,121 178,121 0000000000000277af5f94c7887a89861e7f8527e2baa7ffd688ecf868fc9a0d 0.02 MB 35 496
178,120 178,120 0000000000000199f0149df94472fdc61754790ad07b6db782cdd76c5a8aa6f9 0.08 MB 163 114
178,119 178,119 00000000000002e446e9d3966af7796a756f3496fcb8474a84165da51adea266 0.03 MB 97 31
Previous 10 blocks ↓
Total Size: 769.03 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,625.38 GB sent, 93.03 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.