Memory Pool Memory Pool Refreshing

4,176 transactions
1.70 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,618 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (670,681 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
237,088 237,088 000000000000007e6a981b8d2604801dd11f8a668d7b474f0f828a9e4c30c0d5 0.18 MB 198 99
237,087 237,087 00000000000000fc4f75eff2b003e6168865ca6231560390358508c0ab2c9c0b 0.05 MB 95 122
237,086 237,086 00000000000000ca8f8f3037afee917e8c758ef18215124057c3777cc1dbcd30 0.41 MB 761 138
237,085 237,085 00000000000000080d43d8cf2d108f076210fc5fd89b4b8f0f387ca868a1bf48 0.25 MB 653 201
237,084 237,084 000000000000005f523e3c6988b567f63330996d7704f33b726387e22770c9a8 0.00 MB 6 0
237,083 237,083 0000000000000088644069ebc245a2b5bf4b2a94e78239eb38403fa376007cb5 0.25 MB 638 273
237,082 237,082 00000000000000242d21bd6337c18c73bf31bbd2f6e2a64a133e19d5caa8b1cf 0.10 MB 256 245
237,081 237,081 00000000000000e690f0b2a2649776540cd51d1aeadbda20513c538e030c4b39 0.22 MB 497 187
237,080 237,080 00000000000001630286d80ff8869e0b1021c5157da696f461fb9210a07b0538 0.20 MB 488 183
237,079 237,079 000000000000010c9335c90f6e1f2d2a9af73ca078d660c98988234309b9dba3 0.09 MB 187 156
237,078 237,078 00000000000001464cb903b9235d89f849bed9deca2e914a7ef390dc4eef5277 0.10 MB 167 117
237,077 237,077 0000000000000146ce6ce8753f60e4a8bd5fb0257e7132fce5d663b3c63093c7 0.18 MB 300 112
237,076 237,076 000000000000005cd7625f2cf5ac176f552dfc6b8b3750ae1b5d530ab2c0ac06 0.22 MB 499 179
237,075 237,075 000000000000011c4c67bebc819f3b520b14a88b009cc2c53fab3a080d42d6d5 0.08 MB 165 116
237,074 237,074 000000000000003c7e993cc0fa50d98cd1fbce24bca59b459b0f17df9b93a508 0.12 MB 252 177
237,073 237,073 00000000000000b8fcf165a974b7c7295c5f407ad0f5a46928d0e51e5f1876e8 0.22 MB 434 160
237,072 237,072 000000000000005ebd9cd87922cae6e5ed12d6be3d20932614ec1a3773c986e8 0.25 MB 637 200
237,071 237,071 00000000000000f54130369c3754b46e50c6297acddb7a6aab6087c2b3d5e779 0.25 MB 537 161
237,070 237,070 000000000000003ee86841f3796c6c7c752fe561ed8e3c108b2b3dc7f1288cc8 0.23 MB 332 120
237,069 237,069 0000000000000064cea963518185f75df079fcd79180ea36e14a95fa37edd2b6 0.10 MB 313 33
237,068 237,068 00000000000000fe07931d67da8ebdf63e11f646c10b0aebdfbdc1046957ccc9 0.25 MB 527 166
Previous 10 blocks ↓
Total Size: 769.11 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,629.69 GB sent, 93.45 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.