Memory Pool Memory Pool Refreshing

19,503 transactions
28.53 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,711 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,444 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,710 (67,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
796,042 796,042 00000000000000000000e18d73d5f14f2e3a0c34a8643420241a2fd7f5577c3d 1.88 MB 1,955 11
796,041 796,041 0000000000000000000100d8fa9287789dc1b17fe1f3dbd53fb306ecafc97f54 1.66 MB 3,055 18
796,040 796,040 00000000000000000001c2e64ac43a3b8e419dd92174be731b33e3e04aaf104f 1.68 MB 2,728 21
796,039 796,039 00000000000000000001a957ae3834ae20f52f54d0b4c744d4bf2715c92c62c1 1.77 MB 2,033 18
796,038 796,038 000000000000000000039cde80a84fef98a08bebd1d96eb08c36db5e05af9f7a 2.19 MB 2,670 21
796,037 796,037 0000000000000000000037318b5f3c904ad3bfe5b2aabd2ec39b2371151b6e10 2.35 MB 2,659 23
796,036 796,036 0000000000000000000093934086fe73e529c2ce659b62805fcff420a21ecfce 1.57 MB 1,639 21
796,035 796,035 000000000000000000033e2365811e05f2e46d281ba0c3e05ab861f14ed3959f 1.59 MB 2,647 31
796,034 796,034 000000000000000000030c05bf764303929fb18b847ea1b413b596dfdcf7015b 1.42 MB 1,522 18
796,033 796,033 00000000000000000000a2c9c72ff100692ba39a89d5b84417a8b9d0e947db39 1.52 MB 2,934 27
796,032 796,032 000000000000000000017ba8b29ebaf27c3906954bf93ff571ed1bfdb0208614 1.39 MB 2,118 18
796,031 796,031 000000000000000000039ca106652e6b1679bd7d765872279218eee3715b147d 1.60 MB 2,819 24
796,030 796,030 000000000000000000009dd8485585c7553c9f744bd5c6c1f612f333e2be5d9e 1.65 MB 3,749 23
796,029 796,029 00000000000000000002373fe032ae5c85228259f3b41daf0edb3da8f84a61dc 1.56 MB 2,526 27
796,028 796,028 0000000000000000000197cc705c668841dc120c0f8c0942bd1db3161de7a3b4 1.45 MB 2,649 25
796,027 796,027 00000000000000000002656ab48e25d44318a83808520ef7f9f1bae7a917cb64 1.49 MB 2,483 31
796,026 796,026 00000000000000000002caad5785a9127d8297faa384b8012c1cb8cffe02b93d 1.66 MB 3,808 29
796,025 796,025 0000000000000000000367c327db8e08e07f87ff84b2c23b87b880c7cc693611 1.58 MB 3,820 41
796,024 796,024 00000000000000000000a298b2964d5eaa9d49e569b569a212629522ab3d6c87 1.74 MB 3,428 26
796,023 796,023 0000000000000000000106eadfa58e58c5ed6d90d3cee2f2446766993eefb9eb 1.63 MB 3,196 30
796,022 796,022 00000000000000000002b1a0e0bfa088617c1ca2fe01e9fb63afcab6c776a5e9 1.65 MB 4,216 32
Previous 10 blocks ↓
Total Size: 687.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,518.86 GB sent, 122.08 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.