Memory Pool Memory Pool Refreshing

46,886 transactions
18.24 vMB
Show Random Selection Loading Transactions
Max Size: 100/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
867,453 00000000000000000002f1280000000000000000000000000000000000000000 1.00 vMB 3,918 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 867,452 (89,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
777,650 777,650 00000000000000000001068efc53189b1b976b0f47706d05a53a6d6f928183a0 1.17 MB 658 13
777,649 777,649 00000000000000000002548df9debefbe8ddd3892d95535bb53bef1e570454db 2.45 MB 926 5
777,648 777,648 000000000000000000024b7738bccede4d980d8ff9ebe53fcdbeb1d1e8674370 0.00 MB 1 0
777,647 777,647 00000000000000000006b7f9d164cff98695346d5149987e12ea7fcbb4487909 2.63 MB 1,413 8
777,646 777,646 00000000000000000005327c7492a254dbdcc62cdf3814ebda3d7b5733062baf 2.08 MB 2,033 10
777,645 777,645 00000000000000000001f9651f162cdb491a94aa826948b198b88b0b1f193642 1.82 MB 1,148 4
777,644 777,644 00000000000000000005379b5f4edf29597c6ab19884756330f5866e82f06f3e 2.10 MB 1,192 6
777,643 777,643 00000000000000000004aed02fcd30a151e50733ac8d6cd54de168234d59eb02 2.51 MB 1,208 4
777,642 777,642 0000000000000000000599d395afef11a28e08dc303fdfca327413e325ce13ed 3.41 MB 793 3
777,641 777,641 0000000000000000000382b2e4bd8d210ecc7898bcf74146a3a4c50a49d0e883 1.93 MB 2,494 8
777,640 777,640 000000000000000000004e22f0b1a0ca9f1be8b9a9f288811f700f18286b092a 1.41 MB 2,185 10
777,639 777,639 000000000000000000048e3fe98653345f4a2edf3d71dc4c551a6864b5efe971 1.73 MB 3,736 25
777,638 777,638 000000000000000000047485fea1f579d645556f8ad49f8d3936b4703700721e 1.51 MB 2,995 16
777,637 777,637 00000000000000000004ecf8e0e474e71367627d211013e42a66e598206def2c 1.97 MB 2,415 9
777,636 777,636 00000000000000000000bf7de983578a37ea71608bd6db6f9c044aa4005be777 1.55 MB 2,040 11
777,635 777,635 00000000000000000003b6d8e0fd7751ec585e520ef01b9b4e8dd64fb604825b 1.63 MB 3,755 21
777,634 777,634 0000000000000000000513e6cf2189ca865801ec63c6e14ec7a71776d2652bb3 1.39 MB 2,865 23
777,633 777,633 00000000000000000006b2071e29c1c4d709f7d1048da7a1abde5e7ff029a0f5 1.96 MB 2,484 11
777,632 777,632 00000000000000000004de70bc2987a9d8fee46e5dea718c8a49c9fbc697f9b5 2.07 MB 2,184 9
777,631 777,631 0000000000000000000209608c00aebf2f41ce44396dc20ed9c082a00dadf30b 2.62 MB 1,156 5
777,630 777,630 0000000000000000000015df45eba871a054b5e6e8ac0a99758ca55c385d1dcd 2.29 MB 1,223 2
Previous 10 blocks ↓
Total Size: 694.47 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,917.67 GB sent, 175.95 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.