Memory Pool Memory Pool Refreshing

6,240 transactions
1.84 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,874 (714,279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,595 193,595 000000000000020245a14f5c7323b9a9388cbde87f14d0772b7845db107f30f5 0.04 MB 126 76
193,594 193,594 00000000000004e58f96c2bc5627ff74dffdbe19475ccc3cf09416f0a56859d5 0.15 MB 353 113
193,593 193,593 00000000000000605231f2821eab683c9d722efd1b78f2b73cb5212cbc0d2ff2 0.04 MB 43 50
193,592 193,592 000000000000016e8aff9e01cced406901ed7b0ce1d94efbf7a5cc59f9b365d1 0.19 MB 477 174
193,591 193,591 0000000000000477e49782835757089156969dae27acf01266dafb5ec844ce0d 0.21 MB 512 63
193,590 193,590 000000000000041711a7d0617308c8dfe00f13e843fb8c077775bbf32c30f358 0.02 MB 33 154
193,589 193,589 00000000000004a3eaa125920207434ec2e2898f7d77f536b473681feb4c1d71 0.04 MB 108 50
193,588 193,588 0000000000000077d185891e704f1a9e7bc15c421b99874cafa4f35ef71a7559 0.06 MB 105 85
193,587 193,587 0000000000000788d88ce54e18a56f37219873221de00557dd626aecf17eeccf 0.19 MB 512 36
193,586 193,586 00000000000002c33378cb9c8625e4a424df842d09e2189336f89f69afd32e9a 0.25 MB 551 132
193,585 193,585 00000000000001f146f5a1b98c79c31da403bee2438489618fe65b2f4149d00d 0.05 MB 107 132
193,584 193,584 00000000000000de4829ddb5e11746beadd00c6f5c50fc9c0b0128b69584a763 0.05 MB 111 70
193,583 193,583 000000000000054f020de89a4d84ea31ef065c802fcd330073e525bec69ee21c 0.08 MB 212 316
193,582 193,582 00000000000001c76b7ca3a4cfd95cda20f0965581df19bceeb29e873e56be77 0.06 MB 128 96
193,581 193,581 00000000000002b07236b93880799787935175daccb6be1bd1325080321bb0da 0.04 MB 46 102
193,580 193,580 000000000000001e8c0a983f037d8f6193d12f99aeddeb067f2149eac677f328 0.30 MB 917 157
193,579 193,579 000000000000023bdc7fe8cfd93e97c45907e45bcbf464e364ff38b67da9c021 0.04 MB 104 140
193,578 193,578 00000000000006cc8aba1cf3b2b10e52b1a6365e287555b124a2f0ddb99b3241 0.25 MB 637 156
193,577 193,577 0000000000000632c999348b37821912d18f46098073345b4843f16330e24dc6 0.01 MB 30 170
193,576 193,576 0000000000000354f8a6efbefd3d8d2d3c7220aa357c13c198d3bba880f55d0b 0.04 MB 133 94
193,575 193,575 000000000000072c1bc5f52ea2a95addfd7646b005d1c49641e94507cd46f665 0.09 MB 292 178
Previous 10 blocks ↓
Total Size: 769.31 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,642.77 GB sent, 94.49 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.