Memory Pool Memory Pool Refreshing

43,331 transactions
29.55 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,182 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,771 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,181 (131,543 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
731,638 731,638 000000000000000000051ff0adf0c8023e2a4f470fdea13b7948eaf83c230d2e 1.05 MB 1,591 3
731,637 731,637 00000000000000000004d2e3e224f6f8c214fec26a129cb821846223f0edb0f9 1.34 MB 2,119 9
731,636 731,636 000000000000000000034b52a946c59017809cf22fe8f254d2c6cd0647b3e88d 1.37 MB 2,320 11
731,635 731,635 000000000000000000028b511686767dbd93bba20e67044ea445dff57ef4de29 1.07 MB 1,605 8
731,634 731,634 00000000000000000000c8650749baacbfb710cc97c6027daeb260b99b0f6ee9 0.09 MB 235 14
731,633 731,633 00000000000000000003ee425b757785177dc2141972d5423d1d353d18c8e14f 0.96 MB 1,498 8
731,632 731,632 000000000000000000011ab4bba41037644ccbc64a4e29745704a73a0b5c51d9 0.29 MB 666 9
731,631 731,631 0000000000000000000974b989ea3a0d8642403b835d0db02285654e4f93960d 0.14 MB 334 10
731,630 731,630 000000000000000000000f5687789f4d6dea02e53bbae677112bdd61fbe69ac6 1.51 MB 2,617 9
731,629 731,629 000000000000000000054277a0fa1112d2e6e669c22ba836dcc4e21cf19869db 0.03 MB 58 12
731,628 731,628 0000000000000000000445f90b3844899eb04f91cd478a067b862ff1629c4c64 1.45 MB 1,533 7
731,627 731,627 0000000000000000000283ef0d4c8352ffd5c7a08b93b5d75e8bcd371ef3ba06 0.35 MB 574 9
731,626 731,626 000000000000000000092aa95a186dcde0294519af920866a3b34fab8fd2de84 1.51 MB 2,895 6
731,625 731,625 00000000000000000004122e4b6fd71a2abdba8960156bda9642c5f8918027f1 1.62 MB 1,879 14
731,624 731,624 00000000000000000006e3b24cb945a7bb04ed6c9f93f61a4d7eaddb75990060 1.47 MB 1,437 7
731,623 731,623 000000000000000000045dda0f60570a395e414a0696274725d31280b7882108 0.01 MB 28 17
731,622 731,622 0000000000000000000026c54c7ea0e653be6d8757215e40e76cbf5860628fcc 0.13 MB 284 12
731,621 731,621 00000000000000000002a192066302aad443bae6d42910141a1faba3732ce854 1.00 MB 390 1
731,620 731,620 00000000000000000006db729e8f03cb8e23634328a2f159ffbdffa43b16d855 1.49 MB 1,975 5
731,619 731,619 00000000000000000005453650a456a8a614bb1641788a0fd4ce179a42c185d0 1.51 MB 2,803 25
731,618 731,618 00000000000000000002e3e2457f5221bf5d42e6a1c04d07f4bee125de6c2e2d 0.38 MB 553 8
Previous 10 blocks ↓
Total Size: 686.46 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: 1,460.68 GB sent, 114.89 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.