Memory Pool Memory Pool Refreshing

37,916 transactions
29.48 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,558 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,029 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,557 (166,232 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,325 696,325 0000000000000000000c45233cb2da34d171819d8597e16ff2f5636ab00a5060 1.50 MB 874 6
696,324 696,324 0000000000000000000fd2b94486daaf46fd2fb56b1d281b73d2ef0a72d102eb 1.14 MB 719 4
696,323 696,323 000000000000000000032bc88cf7517f17abd1479f2732d1646d2a06399cb05b 1.39 MB 2,896 12
696,322 696,322 00000000000000000003a493c34be8629cddcaad1966040d59e436d4769c9616 0.12 MB 315 12
696,321 696,321 00000000000000000009cd357387fc77f243e3f8db670a4357958fe854b15a45 0.14 MB 268 11
696,320 696,320 000000000000000000023690498be6594a3c7f961c660307b60cc465e07195f9 0.04 MB 107 27
696,319 696,319 00000000000000000010e05b5b1d174254af52f6fa76c3c32981b4dae6c86337 0.03 MB 68 17
696,318 696,318 0000000000000000000105399466e3079ac4f8e1615ecae47df656eff73d2242 0.57 MB 1,091 12
696,317 696,317 00000000000000000009a738cdfa21309d0eb979909298cc1d3ce490ffd0a885 0.77 MB 1,395 13
696,316 696,316 0000000000000000000e5cd620365b598f28d49a9bb9fd42b810d394b94d5594 1.39 MB 2,511 13
696,315 696,315 000000000000000000097ef485e7799cf9f32ecb9606cb6657d2d75c9ffa68e6 1.47 MB 3,020 17
696,314 696,314 00000000000000000005c1e60857f3404e733f1ffc2497d3eb654464e8a7deba 0.28 MB 503 13
696,313 696,313 0000000000000000000b20244f4c3020276a4199919a657e9f9ec5f9f1483d07 0.74 MB 1,275 19
696,312 696,312 000000000000000000001b0c41aaaba2685f4c4ff10f6d84fd101c17f24a87ed 1.07 MB 1,103 13
696,311 696,311 0000000000000000000af8e2b7ace844377edd35aca436afb73a29104d2a0068 1.96 MB 1,464 69
696,310 696,310 00000000000000000007cf22dfe0ba087b77a25419c9ab3a79991ff647046db0 1.22 MB 2,151 11
696,309 696,309 00000000000000000000bcd0e78ffac929dba655fc3be8a71ee79268dfc4796a 1.10 MB 1,800 12
696,308 696,308 00000000000000000009b508d2f0472b38365212c0afa121fbafe1a23f6bf534 0.25 MB 525 12
696,307 696,307 00000000000000000002952b1100ab2dd3a4c5dcb224d9a6364bc8c22e3586c6 0.72 MB 1,291 10
696,306 696,306 000000000000000000029d159cc0d25f23013b410ead452077f211770ab9e077 0.48 MB 907 15
696,305 696,305 000000000000000000048498416e989ebdf96070fa408604e95200d1a2ff180d 0.98 MB 1,349 13
Previous 10 blocks ↓
Total Size: 685.23 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,374.16 GB sent, 107.15 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.