Memory Pool Memory Pool Refreshing

7,680 transactions
2.73 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,676 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,879 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,675 (765,177 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
142,498 142,498 000000000000088c2691171fe2e407572e5b776f3d0fa594725629c656e3375c 0.00 MB 14 195
142,497 142,497 00000000000002b0a00a6bb441b5f48a90560be192aec5502ba08fa734316f58 0.01 MB 11 17
142,496 142,496 00000000000006eda063991e6a8f3751723108a003b0a99e8489e84bc6aa7a48 0.01 MB 25 138
142,495 142,495 00000000000004f321204bd5890ea0e81532f20884714950d3945e5767975dfe 0.04 MB 65 273
142,494 142,494 000000000000044c9df9d6677fb8d325c832bd203b11ad7605033b78c2f903c2 0.05 MB 152 107
142,493 142,493 000000000000078a57b7bc4c18e272d65daba4c97f37716dbd6016c28c37a46a 0.01 MB 21 196
142,492 142,492 0000000000000821210bca6d401a4a8537132fb568265830e1c9c84b8de8be65 0.03 MB 50 140
142,491 142,491 000000000000070e699500ab2b19b8261bb7aeac2ecc93fbf3e024dbd10d3a3a 0.00 MB 8 23
142,490 142,490 00000000000004d32e1abf51aa3187d5c510eaf13080155eb2f8a58f0b661a3a 0.02 MB 49 273
142,489 142,489 000000000000045a218ac7b54630194c2cd82eec8db9260afabcc8b4d584f9cc 0.01 MB 17 251
142,488 142,488 00000000000009421375fdb2b12a6a2f7353423e9ea46749ad81026d19f9e237 0.01 MB 18 89
142,487 142,487 00000000000007ec89847d4b961062d91f9c52a0db5dde4b2a3fcbbea240bfd2 0.05 MB 103 32
142,486 142,486 00000000000006010486d421a4d9b32306ef2bc9963699a46bbf1a1a801bf9d6 0.03 MB 54 193
142,485 142,485 00000000000000b02e05c58c222511080b9f896ba02b89d132b276748ca30471 0.01 MB 11 32
142,484 142,484 000000000000089d1fe7598200d5fd05d66e1c0b19ffd56f260fe227b58b1a70 0.01 MB 15 79
142,483 142,483 000000000000013c369880be0c3701dbf1e91bcabe42c8977c1153b80056e87c 0.01 MB 11 45
142,482 142,482 000000000000014a4fb0569ef9417af817fbb5340bce967934afe45cca81cd3d 0.01 MB 14 415
142,481 142,481 00000000000002919f073454a4796087aaac80be1eb646d52ee14b83118c569e 0.01 MB 21 605
142,480 142,480 00000000000002f6d60eb4950673a055beba66b621ebd551c7080b0ce890f34a 0.04 MB 131 83
142,479 142,479 00000000000000e1728683a30a9193066d6c642813cf4d67492733952fee9331 0.02 MB 38 254
142,478 142,478 0000000000000539d3fd3acad688587c9fd1d8a853afb509483d9acfedd89c44 0.02 MB 34 239
Previous 10 blocks ↓
Total Size: 768.94 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,613.15 GB sent, 92.50 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.