Memory Pool Memory Pool Refreshing

13,579 transactions
4.23 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,717 (596,463 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
311,254 311,254 00000000000000003429be33cbe751ad83fe4a4665212204481f1a1bd0601356 0.55 MB 749 31
311,253 311,253 00000000000000000bfef4502a902ae2f4f8c3326a500ddd2dddb9b09292ab92 0.13 MB 256 34
311,252 311,252 00000000000000003d39e2bdafb44340a5a9c0fc74f28445ee7bc246040dd3e7 0.05 MB 75 27
311,251 311,251 0000000000000000206e5e044ae05605d68bd5fbd488f29833feaa66a4b69401 0.13 MB 194 22
311,250 311,250 00000000000000003097fc2e1405c9f9f7b3c2ffa5c3b24e75fa754b375dd4d7 0.38 MB 451 19
311,249 311,249 00000000000000002996a3c239e2f7e9d917cc885f436f786e5feef046c83ed1 0.25 MB 580 37
311,248 311,248 000000000000000005e42fb4f94774c489404a0d2e4be07319e86ba3e21cf8f0 0.47 MB 805 32
311,247 311,247 00000000000000002da9b9b602a588e8c9541c17ba36b30a494f45a3cc6dd463 0.17 MB 242 24
311,246 311,246 00000000000000001cd9c9dbffc4e32b68430aa656739501e249f36e5f7cab7f 0.08 MB 118 15
311,245 311,245 00000000000000000529ce4ca20961010f0e26c823ffdf54224ee76103a5487f 0.23 MB 447 32
311,244 311,244 000000000000000037bf491329b74c293ba4b65b1a85e55e6315bd5d9fbe3db7 0.42 MB 764 35
311,243 311,243 000000000000000006972301cabda5502f65d9698e3ef97e60202afd27ea3da7 0.21 MB 397 28
311,242 311,242 0000000000000000082bb58ba5cf4d7195fd84b45225e4c457d6c454b233024c 0.14 MB 194 25
311,241 311,241 00000000000000002ff9ef2cbe833d8422e17b9645810c7be06360cbf977d193 0.66 MB 677 21
311,240 311,240 00000000000000000e3365cb37c217c5939b5036a68012ecee17264ff4b2aaab 0.07 MB 79 13
311,239 311,239 00000000000000002fb4fabb11897dcb0390e2b97993f34cba23cbbf6e084711 0.37 MB 591 31
311,238 311,238 000000000000000009e42fe568692651d0dba7ea907c3fc9768126630c158f63 0.12 MB 178 29
311,237 311,237 00000000000000000b0b88d8db6d8a446866dbf67056b96f01d8a5a2d5c8dab0 0.15 MB 266 28
311,236 311,236 00000000000000002fce9a00025692b8a8c313d59fef79c707b46e74096d5908 0.66 MB 1,070 28
311,235 311,235 00000000000000001695c828ab8476b4395b26a6324a46b8087c53d3389fac2d 0.43 MB 831 32
311,234 311,234 0000000000000000313c4708da5b676f453b41d566832f80809bc4cb141ab2cd 0.01 MB 32 13
Previous 10 blocks ↓
Total Size: 769.02 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,622.44 GB sent, 92.95 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.