Memory Pool Memory Pool Refreshing

27,357 transactions
31.98 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,094 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 5,560 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,093 (49,000 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
813,093 813,093 000000000000000000046e3941c63dd975de609f6c736bf5ca69705cdc7daea1 1.42 MB 2,930 34
813,092 813,092 0000000000000000000185bb700d0c50d47cf693624ba27c2b0c7c46182876cf 1.50 MB 3,038 19
813,091 813,091 000000000000000000030bace1f2d3264158280a2462231e2a244ccf261fda41 1.57 MB 2,997 18
813,090 813,090 00000000000000000001b5d1a4c5ee3073bf605c28f91a3d796ccf9107ed2bbe 1.59 MB 3,952 22
813,089 813,089 00000000000000000001d46c3b6570cdfca2b66acb13be77e75b5826b725c96c 1.51 MB 3,005 27
813,088 813,088 00000000000000000001bf57941017a36c1165d5388898ac9a9e1d3594d44cdd 1.65 MB 3,441 16
813,087 813,087 00000000000000000003279c95f017d056a18ddc4b60c1700562f890c32ab105 1.54 MB 3,196 26
813,086 813,086 00000000000000000004623db0fe2738b1bcd9c8a9e62d31b69095e6765bd775 1.77 MB 3,570 17
813,085 813,085 00000000000000000000c86f08717c6a5156b4b6a6e2c61d814a23b58489dd31 1.53 MB 2,659 21
813,084 813,084 00000000000000000002752f51cc29c11f117d6de0fa048adf02fb18e1850cc9 1.35 MB 3,013 32
813,083 813,083 00000000000000000001490b8c07b5963aa105810264ffd80a93272ec44375ee 1.51 MB 2,988 15
813,082 813,082 0000000000000000000272ec50900e4aec0478abb311160fc045b3a02340b352 1.57 MB 2,785 11
813,081 813,081 0000000000000000000108b9b81c2da77b6a19153b340939d78e104abffe404b 1.53 MB 3,377 23
813,080 813,080 00000000000000000002264d4ef493f783da5330c27019a10ceff6292fa0d2be 1.12 MB 824 5
813,079 813,079 00000000000000000002b165177fcb8e017bb1b60eca25f0c092023dba09988f 1.04 MB 378 3
813,078 813,078 000000000000000000000774be85d78219fc43d3e33efd0ef8faff1e8674d679 1.51 MB 1,029 7
813,077 813,077 000000000000000000020e0b0c86fef81a2d00f0880b6f475e7dae0bbc6ad920 1.42 MB 2,351 14
813,076 813,076 0000000000000000000465651d5c3d92962b8c6616d3f250f8918d88006570ef 1.14 MB 774 5
813,075 813,075 00000000000000000001391aaface0cdda5b17d43ec1b9884749945979b05c9f 1.45 MB 1,256 5
813,074 813,074 00000000000000000003eb6975f37636c4ce0d999b536b1827130779cd8082a7 1.60 MB 3,010 18
813,073 813,073 00000000000000000000619fab685c0ddc93fe636ee2e73b857a56090552ad0d 1.46 MB 1,992 8
Previous 10 blocks ↓
Total Size: 684.34 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,335.82 GB sent, 100.60 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.