Memory Pool Memory Pool Refreshing

72,744 transactions
31.60 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,373 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 3,597 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,372 (236,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
636,202 636,202 000000000000000000003b68dff45fc7e7ceef82c052989fba2fbf3d91326ed8 1.21 MB 2,603 22
636,201 636,201 0000000000000000000fdfd81e110f3b5f8612ce1f55d0e7777fd368356ae0c0 1.09 MB 3,055 13
636,200 636,200 0000000000000000000f8afd612ba0fd281568e7befe0fc5825d539c50fb03a9 1.31 MB 2,170 26
636,199 636,199 00000000000000000005494fb245b2fbd53f359d58403c0a7dea0af15de64ee6 1.31 MB 2,798 40
636,198 636,198 00000000000000000001e3f322efd96595846435e31a938d070e757294fed12a 1.24 MB 2,886 44
636,197 636,197 0000000000000000000cbdc962a087737c9f6f93fbdabee78b7e85c9d4db4239 1.36 MB 2,086 18
636,196 636,196 0000000000000000000cb3101048f95f9258cf76dc0386aacbacdcb8f2d68725 1.31 MB 2,951 40
636,195 636,195 00000000000000000000225a2c684dfc636dd8c18994597501e55ac01613e0d6 1.12 MB 2,398 7
636,194 636,194 0000000000000000000430252b087fe395a4bcaafb9e1fe530bdd5a0cc4884e4 1.22 MB 2,889 25
636,193 636,193 0000000000000000000d472a4d25e0d715a7c406a3b8a55a589797a1273ef178 1.28 MB 2,825 23
636,192 636,192 00000000000000000002ff02494af9d42518aba14fb25359f827ae7988452539 1.47 MB 2,172 39
636,191 636,191 0000000000000000000bcc6e922c04d51878bb25db3d9f5abe1c25ebd73c4b19 1.31 MB 2,719 42
636,190 636,190 000000000000000000097c5b4c248155acd78b2666fc7d07890fe0958fd4130c 1.23 MB 2,665 19
636,189 636,189 0000000000000000000754835bbdc820fabbed7215c83532bb0e2d10018bda56 1.28 MB 2,666 27
636,188 636,188 0000000000000000000e899cdec1a998f905bc78336979bc39c8b05a36c54951 1.26 MB 2,162 30
636,187 636,187 00000000000000000007fd67d37033809109fa6c1f3f142bc1507a076abcc662 1.37 MB 2,400 36
636,186 636,186 000000000000000000002928d57639f7857ee3444202ca6949c73e896fec161d 1.21 MB 3,364 51
636,185 636,185 000000000000000000028ac0d23f2a8c6f9a77db174603702706101188c0b60f 1.44 MB 1,783 10
636,184 636,184 0000000000000000000c4f0aa3c639df3c1212725164a8ea0f2aeac26d82dc04 1.07 MB 778 19
636,183 636,183 0000000000000000000bf4fe2f08b7c58d471b7789b07e42e095726e78cc6ae8 1.33 MB 1,690 7
636,182 636,182 00000000000000000004f72ace1e0bd36841cf3030d2e4a3f337b8c16538248b 1.25 MB 2,150 24
Previous 10 blocks ↓
Total Size: 703.90 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,632.98 GB sent, 237.46 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.