Memory Pool Memory Pool Refreshing

3,675 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,632 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (714,102 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,601 193,601 00000000000000fef378c25a49a2243689f4aa9cd57163dca17aac93adb81ba2 0.01 MB 32 0
193,600 193,600 0000000000000340766c3af62744ec1bf13310c15fce8161f0fe44679d7180cb 0.25 MB 514 127
193,599 193,599 00000000000006c103d94c639ba1ee6623b33f5bd61d63926bafffb95adf6ea5 0.04 MB 116 22
193,598 193,598 0000000000000516eef93541b162c86917c418fd4c21a674407665937fcd8f19 0.25 MB 548 125
193,597 193,597 0000000000000064b850558fad699906124ad1f59e68900acb21fa9a64b2d5b6 0.08 MB 101 81
193,596 193,596 00000000000002f5a8c20ee2eee042fa95b4d04c5a7542930834d54ddbd21e46 0.18 MB 512 136
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
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.