Memory Pool Memory Pool Refreshing

979 transactions (0.29 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,856 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 956 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,855 (895,047 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,808 13,808 00000000cfe1a5f59a4b5c3b70b34d7b865b5a0a9cf7904f711bd1ecad565702 0.00 MB 1 0
13,807 13,807 000000001964f38128c4de0aa215eb274b9f41484e90046073f536f8b4c79150 0.00 MB 1 0
13,806 13,806 0000000067f5977b1b24d362c21602700be36d9830acbb30c27b64acdf8525c8 0.00 MB 1 0
13,805 13,805 00000000f8cab749621efd8a30cddc8ca77fa8de4c713ccfc1670c692edd8994 0.00 MB 1 0
13,804 13,804 0000000010499ecbcc0cd20ef70869d278a74c154258ee030098d4d62c4badff 0.00 MB 1 0
13,803 13,803 0000000027c0d0fcfaadf0c3f0205a31e6c2123d9d1d06af9bb4e053d1b9f223 0.00 MB 1 0
13,802 13,802 0000000017a311681e2bc4c186012ffad707d90a7cf07257041c068e2be100df 0.00 MB 1 0
13,801 13,801 0000000057831ae615c7ef5c798c86e00fc57bf68186dab9b90cb37c1363dca2 0.00 MB 1 0
13,800 13,800 0000000077ae1203bf2923b06f2353350e2df017b2e9e08854f78ff013b948ad 0.00 MB 1 0
13,799 13,799 00000000b9701ff2a6464a82575eb195d63055e311246dd2d7fdbd2a871d5292 0.00 MB 1 0
13,798 13,798 000000009caef721aa9cadad752d3a96a6397af020496f10a5fa277400f92813 0.00 MB 1 0
13,797 13,797 00000000c032c9a81edcb900dd3d4f21b326352710cd2d66bbdc99afbf656ee8 0.00 MB 1 0
13,796 13,796 0000000039af039628a68869bd8852e3b9a5912bc6ce1c24466a3ec440461853 0.00 MB 1 0
13,795 13,795 000000005b4379d27be7b404ff03e367c92f3ab4ed5b3e3d4a115e7d7d5d6620 0.00 MB 1 0
13,794 13,794 000000009116e84d6157a5f944358f618cb225a3506e62b6bd91038eea9f5244 0.00 MB 1 0
13,793 13,793 00000000d76131a58099cb52e7c83bb29d3e1605cb8117b331a74e0ee4b35e16 0.00 MB 1 0
13,792 13,792 00000000a69c32ab1cabd34a0e6064364e7a76b8f9de441de23f0a9481a5f700 0.00 MB 1 0
13,791 13,791 00000000f208b5e5dbf3099bd1aaa4dedc53202e2cbcd611d87e0fda32f534be 0.00 MB 1 0
13,790 13,790 0000000094b92c9a6b512a6591b53cf00de7e47fff6b1e66268f7a2375db7ee3 0.00 MB 1 0
13,789 13,789 0000000081969d31a4c8dcae543eb08611b56e21e3cd93451c644a5752d1baaa 0.00 MB 1 0
13,788 13,788 00000000e6d7afbf3ef44d735361bb9684078e714a134e00924d32fc4b25579c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,860.00 GB sent, 103.51 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.