Memory Pool Memory Pool Refreshing

77,893 transactions
28.38 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,054 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 4,809 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,053 (45,456 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
825,597 825,597 00000000000000000001340ba6ed3b4335558e470ee93ba90a43a4573e8b3a22 1.62 MB 3,603 61
825,596 825,596 0000000000000000000204dc570e8426655440cc9845da88747ad14009080d7a 1.97 MB 5,852 46
825,595 825,595 000000000000000000002828a76c077c236711b76f50f4e602b8002ead8f1a7c 1.73 MB 4,702 43
825,594 825,594 000000000000000000017a86c78f2e18157fc78c071a5ae59511eeccf15185b0 1.90 MB 5,101 49
825,593 825,593 00000000000000000000e1e424219763c891832984e1c7e44f5fb95d96fa1b92 1.60 MB 3,495 58
825,592 825,592 000000000000000000030c4b13e739818a1fef2833b10b1d26f4e7506b1da137 1.57 MB 3,287 54
825,591 825,591 00000000000000000003d2047f4308f9b81daaabb75f9985e49bf46dd2e96d10 1.66 MB 3,691 42
825,590 825,590 0000000000000000000382560d51c660923f5eb8a7481ca05f5ab9d8a866adb6 1.71 MB 4,130 58
825,589 825,589 00000000000000000000f4b5965a77b21c941fc8e4f172de60adf6f17b2770b9 1.60 MB 3,388 43
825,588 825,588 00000000000000000001b564d8c675c41279fd677d43637d47a635dd39ba442c 1.69 MB 3,788 41
825,587 825,587 00000000000000000000ec919bb08464b6ca7d7b925417a0588a1b56c7e02164 1.88 MB 4,868 32
825,586 825,586 0000000000000000000060a3b795a559adcb9d839c8742c36cc547ea06604b2e 1.71 MB 3,858 35
825,585 825,585 000000000000000000016a3b5b847aa5e30975d4110c01ab2b709a886164fa85 1.86 MB 4,535 41
825,584 825,584 000000000000000000035811019ec5fdb36c811fe7791daf3b9aac1d1bd45fcc 1.66 MB 3,487 41
825,583 825,583 00000000000000000000e67dd0752e4e2541a0e8977c7cb891ced56cde0d0e22 1.66 MB 3,559 57
825,582 825,582 000000000000000000009e471fd381b967e6a19332493635c15f42a34dc3918e 1.64 MB 3,340 40
825,581 825,581 00000000000000000002c930015157b515ff8346bd60a5174828c6f54db373f7 1.92 MB 5,018 38
825,580 825,580 00000000000000000001fa21210c10f518beb76942ddc3846c10471c86e9a87c 1.65 MB 3,422 43
825,579 825,579 00000000000000000002eed74aa4d1897d76490a0fbd9b09b2f86bc1080a96f1 1.84 MB 4,143 36
825,578 825,578 000000000000000000033d22f2b9626dd392ad67aef826ccfe54e419912a2b17 1.51 MB 2,244 34
825,577 825,577 00000000000000000001513d963bdcbff2814a8b1f7cc1fc5a61646030d8576e 1.82 MB 3,786 43
Previous 10 blocks ↓
Total Size: 701.45 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,409.56 GB sent, 220.70 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.