Memory Pool Memory Pool Refreshing

8,616 transactions
2.92 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,981 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (687,357 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
220,373 220,373 0000000000000200e8e269541cc9de38fee8bead582940678a77333785e9f75f 0.32 MB 528 56
220,372 220,372 0000000000000210e240a972bdb49975178b46ea218704797a88640d9401ce84 0.20 MB 495 224
220,371 220,371 00000000000003ca4cc18de733a70f80b99476da19b006cbd368c9f5ec96650a 0.24 MB 541 212
220,370 220,370 00000000000000f45f58aa7c3286e05e9d7a48a8553dea41122f4c35cd49de5e 0.25 MB 446 225
220,369 220,369 0000000000000233f76ae5f8f0c714850c85f7d1a24962e3a40bbbd37b20bba5 0.25 MB 663 200
220,368 220,368 00000000000001d83e6abbf663cc4b3e4af337428b894d3b94476ddbb89a40a3 0.11 MB 115 99
220,367 220,367 000000000000006ade0c63073c38daeb10c496936d72090e572ec65e0165c62c 0.24 MB 461 167
220,366 220,366 000000000000022d327992762ef8a69cf51b648231dcf6f764e73a746ed88bae 0.25 MB 631 609
220,365 220,365 000000000000046cc042d64bec11a1eaaca331cad2c160ce6e1a39beda7d4831 0.08 MB 175 136
220,364 220,364 000000000000042c7371b74499287d26b5b797fadb9761156ebc5c09f62bf031 0.25 MB 552 208
220,363 220,363 00000000000003a76c281e0c3ec862d4956217c91eee3c48556317e0b99dde4e 0.21 MB 452 164
220,362 220,362 00000000000003eb30a8d56bed05c60ea97d8108c4afe2e5da80dfc0223713be 0.25 MB 388 120
220,361 220,361 00000000000002d9a076db9a1a67931585a300927cb08c382c1eab1eaf9ddc9a 0.25 MB 775 250
220,360 220,360 00000000000003b0e9df81fe959cbfcdb0b5ac4be9f8fc4007ac21d05ec3ecb0 0.48 MB 703 37
220,359 220,359 00000000000000f604935a475995c10d9e82807738588e6fd9d75a0fe0cabce3 0.25 MB 521 163
220,358 220,358 00000000000002113faf691c8806c9411a24d05cd1331b28edc92533814a009e 0.25 MB 645 207
220,357 220,357 000000000000027e36b3969527f52774223a9ff4dc155f1e1f5475de12d1eb01 0.28 MB 767 231
220,356 220,356 000000000000013fd939fa97f595c15b80c9f642612f700f72c2fb5cd6095c38 0.00 MB 8 11
220,355 220,355 00000000000001e142da92e1cd5720a0051916c9c95190748873963a9f1235e0 0.00 MB 1 0
220,354 220,354 00000000000000a6fa94e59835bd288d03d83e2bea1e1b125f6df9ee382090bd 0.00 MB 1 0
220,353 220,353 00000000000000620752f4b5ea95ca8b30f1e46bd6b6ce028fc2b02daded9838 0.05 MB 110 123
Previous 10 blocks ↓
Total Size: 769.04 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,626.67 GB sent, 93.07 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.