Memory Pool Memory Pool Refreshing

86,204 transactions
29.21 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
867,235 00000000000000000002f1280000000000000000000000000000000000000000 ago 1.00 vMB 6,234 46
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 867,234 (90 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
867,144 867,144 00000000000000000000487a611e5779fbf37fa8dfc1bff14a1a669ca119cc1a 1.62 MB 6,263 35
867,143 867,143 0000000000000000000104baf60baace2ad471f749df0da5cc9891adab3fcb64 1.53 MB 5,758 32
867,142 867,142 00000000000000000001bc1cc8e443d26a6f3b0b990dae7b0776f77f9e3f4553 1.62 MB 5,805 28
867,141 867,141 00000000000000000001e3e48858e008c1103828612c3bce2bed2c1ec52a2bdc 1.56 MB 6,427 14
867,140 867,140 0000000000000000000088f1768eefd1a4856e185d256db77e154c5c326d40a2 1.54 MB 5,411 18
867,139 867,139 000000000000000000006fd1722faffe14f6f243606cddd3e79a74bad5f5409e 1.69 MB 4,518 10
867,138 867,138 00000000000000000002814adc4f83f143152809ca413e3541759d200bac489c 1.77 MB 3,046 16
867,137 867,137 000000000000000000009a75f1ef1bab3479c0589b9880bafa3e093cf485a33f 1.44 MB 2,095 7
867,136 867,136 0000000000000000000005148467199bf7ecba278774c6a2bd36fd427f917b2a 1.82 MB 1,830 4
867,135 867,135 000000000000000000008f4fc7c356a3ec1f564496bc29ad9845cb8cb1c1b906 1.60 MB 3,371 13
867,134 867,134 00000000000000000002cf852420dd450eb0d4d2a6a2137194bf4aa0ae047293 1.60 MB 3,286 8
867,133 867,133 000000000000000000027e2a8424f0384b64fa3587e4d7dcff9e4c0a00c769ee 1.42 MB 2,276 8
867,132 867,132 000000000000000000027ecd641be36cb0ad1ac4a5bf4281bff6437da8ca9af9 1.52 MB 2,965 16
867,131 867,131 00000000000000000000a000350e88c559387429930d1be14d0f5b58210e23d1 1.78 MB 1,124 6
867,130 867,130 000000000000000000013b6e9ee5003560029f087f3a796b52c9693e6c3da331 1.84 MB 322 4
867,129 867,129 000000000000000000008c604bc2a2a4ea91695d7305f8f51c828aea485971ef 1.93 MB 809 6
867,128 867,128 000000000000000000001a39442f20e0d4f1262145f5567bb2684f0bb11351f7 1.93 MB 2,219 7
867,127 867,127 000000000000000000009cc9d15425f5b9ccbb95af7fc0b056a380d7c21447ca 1.85 MB 2,871 11
867,126 867,126 0000000000000000000013ec9540f0c57b587360ae2c27d0abb3540be2306aa3 1.85 MB 4,018 5
867,125 867,125 00000000000000000002b9697944688aa7e2015b36f5cf9d9aca8d818871c0b6 1.89 MB 3,057 5
867,124 867,124 00000000000000000002216e60271400cd15ef72598d2d5aa898d35169a6c94d 1.68 MB 2,992 10
Previous 10 blocks ↓
Total Size: 694.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,900.75 GB sent, 173.53 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.