Memory Pool Memory Pool Refreshing

57,514 transactions
24.84 vMB
Show Random Selection Loading Transactions
Max Size: 154/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,038 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,702 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,037 (96,444 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
773,593 773,593 00000000000000000001b2133bb9ab95dc75dc6b9bb069757e76f847ba9b9f01 1.68 MB 3,325 5
773,592 773,592 00000000000000000000d20676d67e0aeda2bb8311199a392bf8dba57999bf70 1.61 MB 3,345 7
773,591 773,591 00000000000000000002df4ceed32fb9c170baf304a15516ad78d28ade715dee 1.37 MB 1,843 12
773,590 773,590 00000000000000000004af478fadd23548cbd1ea1aa34aec7554b689667e90eb 1.36 MB 2,207 15
773,589 773,589 0000000000000000000657d5d0ac2ebe12964caf6b51ce51fa19a90ca5393f96 1.56 MB 3,210 10
773,588 773,588 0000000000000000000745d12749e19dd6b13f643110d555c419c2af81907826 1.53 MB 3,452 20
773,587 773,587 00000000000000000007060c9d465cc5afe069e2a38122f7b9098e0dc9880e61 1.57 MB 3,117 7
773,586 773,586 00000000000000000002bdb465dbaf0cec689b0e12f4c76e8e4ec8294abb62ce 1.58 MB 3,372 11
773,585 773,585 00000000000000000005f0b08936ae4828e6f2fa67c21391d36ee59b71d4d4e1 1.50 MB 3,320 10
773,584 773,584 0000000000000000000551dbfe11b6647d0197befadf19f990a40e2849b4ea8b 1.52 MB 3,259 19
773,583 773,583 00000000000000000004da2b2bf60850600a8a812729e026cf8151fe944333e4 1.42 MB 2,415 11
773,582 773,582 0000000000000000000397ffb780e64e77e93a4237c4087065d83da267eda958 1.61 MB 2,687 9
773,581 773,581 000000000000000000070936e2315e7e4ff5085e6839007427f025c90921942b 1.74 MB 726 2
773,580 773,580 000000000000000000028a89ada1c443f745a0577fd47297b02f8f00c6cdd70a 1.09 MB 681 10
773,579 773,579 00000000000000000004a2491f296008214f40ea9162ed3f7d5a1cedbe9343bf 0.39 MB 770 10
773,578 773,578 00000000000000000002b77841fcc680dc661dd2d9ee7e310db5743571754b86 1.57 MB 3,127 8
773,577 773,577 00000000000000000006219b81149053687d9eb1f2d9eed613945251dbeb041d 1.59 MB 3,587 6
773,576 773,576 0000000000000000000172c4005f07e399399e573192101b23c9cd9677833c17 1.67 MB 2,575 4
773,575 773,575 00000000000000000007039090c7a5bd1de658266a8b150c8bc4f9c8224f2328 1.74 MB 2,868 10
773,574 773,574 00000000000000000001528a53365da121d5e01862b0db4ed590ca205829a707 1.57 MB 2,526 8
773,573 773,573 00000000000000000000b575f6500ffbb41241e9667582b3041d3b6808352616 1.54 MB 3,513 11
Previous 10 blocks ↓
Total Size: 699.53 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: 2,172.60 GB sent, 207.24 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.