Memory Pool Memory Pool Refreshing

48,313 transactions
31.56 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
863,103 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 2,500 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,102 (156,228 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
706,874 706,874 00000000000000000005c0a28631ba795a1b34511b4db2a3e12f42272efd84d7 0.01 MB 28 9
706,873 706,873 00000000000000000000dd9796586d38df465044f7b4b7ec7b8a064be7b73523 0.19 MB 370 11
706,872 706,872 00000000000000000007f0bc3a154b9e2b9a016a4016ed2640617b41e73be08f 0.39 MB 696 12
706,871 706,871 0000000000000000000c445fab0870daa0c33de9ac8bbac9a3d40310f8ff6030 0.60 MB 897 8
706,870 706,870 00000000000000000000b32951cd694707f9e2419eee331390dd8da0de7518b2 1.31 MB 1,748 9
706,869 706,869 000000000000000000077fb9e9b937a95658dd2eec257aa3deb2f0f9c51079ee 0.37 MB 581 10
706,868 706,868 0000000000000000000a228302dd302fefd25c3cfc17053cb2f33027052a7f19 0.17 MB 229 12
706,867 706,867 0000000000000000000a5ad3b129a7cdcb1e213bffb424558f7f24eb402d5296 1.20 MB 1,194 7
706,866 706,866 0000000000000000000d5322f56e5b55e0dcc48725f9a9837dc5cabf10b62f1d 1.52 MB 2,597 10
706,865 706,865 00000000000000000001518e277a95b449b10d57ea927d82be06e1834bc0aa71 1.75 MB 902 1
706,864 706,864 00000000000000000009fc632da219dfa445f8a461f4260b45493a27f7dd8820 1.72 MB 889 6
706,863 706,863 00000000000000000002768c98c194b2814ea523bebe803e1ee4228c86e0f247 1.62 MB 1,981 8
706,862 706,862 00000000000000000002a1e406fbce2195dd2aa2c56a73fab1069da910a9b340 1.56 MB 2,607 10
706,861 706,861 000000000000000000020d30a857ac8328d20e30a4eb941c6cd027fb01bd63ae 1.55 MB 2,363 7
706,860 706,860 0000000000000000000ce331e78465bf42b5cde6abeeb7d2d905429789c2661e 1.44 MB 2,155 10
706,859 706,859 0000000000000000000084c955912852342c1125319abbfe21694bd3db2812c0 1.36 MB 2,236 12
706,858 706,858 0000000000000000000b573c07fb6038e343d260756984f17994e7c7cdbd93c1 1.65 MB 2,110 7
706,857 706,857 00000000000000000000e4030d68c49426969170097f8492c2563b7f9173e884 1.44 MB 1,273 5
706,856 706,856 000000000000000000085ce7b31459ca86f196e7b60882c615eb8dbac8773ab4 1.71 MB 1,424 1
706,855 706,855 0000000000000000000c7a5954c89a2dce7d88416b6c4ca5d5af4e2e4606a4dc 1.50 MB 2,517 5
706,854 706,854 000000000000000000029353a560ef0ef127c19f577be9e04da5f617017f4576 1.33 MB 1,552 6
Previous 10 blocks ↓
Total Size: 686.29 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,432.32 GB sent, 114.01 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.