Memory Pool Memory Pool Refreshing

64,906 transactions
24.77 vMB
Show Random Selection Loading Transactions
Max Size: 158/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,083 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 2,904 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,082 (376 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
868,706 868,706 000000000000000000001a91703291e796499c0793c3af8b551ce2f37402422a 1.83 MB 2,018 2
868,705 868,705 00000000000000000001c1ea1aed7bf823316859c44b40939385f91fe313cac8 1.67 MB 4,468 3
868,704 868,704 000000000000000000004b5c7bc125d3c80dc14d72ef3828f7f00cdf928a6741 1.65 MB 4,679 3
868,703 868,703 00000000000000000001dc4eba481d3ea464c746a76ec774d7b68975d47d6595 1.66 MB 4,945 4
868,702 868,702 00000000000000000001efd0fc8d561a42f5e68514dc3d18ecec0cd2ac0a6275 3.33 MB 1,421 2
868,701 868,701 0000000000000000000174afd7dd3f54b38f6b43e685c770196d5c53120536c4 1.56 MB 2,603 3
868,700 868,700 00000000000000000001814e7db373904675b9d6013caa31ab69e3f9c469e072 1.66 MB 2,905 4
868,699 868,699 00000000000000000002af657683e205b618ad116ede87d6b987acef2a8965db 1.63 MB 2,672 3
868,698 868,698 00000000000000000001dfb51543f70c909a221c11f59d29f52abc1b8ad6b63b 1.96 MB 2,862 5
868,697 868,697 000000000000000000027338af4e11ddb93baef4e78b73062d29eab7c26c5bb1 1.60 MB 2,987 10
868,696 868,696 0000000000000000000234f9bd394560b198a21c3d8496a89e03687a35d31756 1.69 MB 3,172 6
868,695 868,695 0000000000000000000180560faa6ad6627ae317da1ca3395c1f5ede4823a0ac 1.75 MB 5,570 2
868,694 868,694 000000000000000000006860ee2087974f810f0e4ee1522b96492773cd301028 1.72 MB 5,295 1
868,693 868,693 000000000000000000009d187b92a95460684ed257a31f11662e589dc5dc248d 1.61 MB 3,513 4
868,692 868,692 000000000000000000012d3e6bfa78976466baefe03279c857ac58826d8bc9e3 1.48 MB 1,986 2
868,691 868,691 00000000000000000000a2ae6678239dcad69f5c8d725307975d9a9b22d3761a 1.78 MB 3,370 3
868,690 868,690 00000000000000000002600162dfbb94b453c78b15076ca854a268e668f5eec7 1.48 MB 3,511 6
868,689 868,689 0000000000000000000177b015f5337d1f4f11b7c3f661f36eb1ae44d0bddffc 1.73 MB 3,208 5
868,688 868,688 000000000000000000021b1720d84824ed049ba385eace39ac8737478919adf2 1.70 MB 3,336 6
868,687 868,687 00000000000000000002c1f0d5b8e1ada174d91a32ded5eed212f17fee904fec 1.63 MB 4,319 3
868,686 868,686 00000000000000000000df0a845826b10cdea327e431949bf918e4bbff8579ae 2.16 MB 147 1
Previous 10 blocks ↓
Total Size: 697.72 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,060.28 GB sent, 196.26 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.