Memory Pool Memory Pool Refreshing

35,760 transactions
32.17 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,647 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 6,180 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,646 (16,734 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
846,912 846,912 00000000000000000000a2e4db3bcd8844211385d0b1e29b5d1ac361b9760cfb 1.35 MB 2,448 547
846,911 846,911 0000000000000000000142e7710c0cdeb1face32d32eb82b553d19a997169fd3 1.10 MB 586 523
846,910 846,910 00000000000000000002bad552a694e2a52a837aa86fb8d897ea4d6a2e9e2ba1 1.10 MB 456 520
846,909 846,909 00000000000000000002c4f21393077031ba02158d8ba5f67bfcfb7467d62e94 1.08 MB 383 522
846,908 846,908 00000000000000000000f8775f6711fe6914c4e5169e7a8256c0aa82d8546a2b 1.17 MB 1,045 539
846,907 846,907 000000000000000000001d9d5cd70e7aad8b83c1c13af6de0c943611639fef44 1.16 MB 932 538
846,906 846,906 00000000000000000000b6adfbcd4712c32cb231185bcad787ab17d813e53107 1.18 MB 796 548
846,905 846,905 0000000000000000000334e3764e5aa5d03238c9cb70e510dd792a7ee7e65c9c 1.14 MB 362 557
846,904 846,904 000000000000000000021d9ee00781ceed1cd14295307ea4095afce1c5eba2e0 1.05 MB 173 515
846,903 846,903 0000000000000000000267395b5da87d9c267353c9a0878cac57ee285f1f35b4 1.08 MB 314 527
846,902 846,902 000000000000000000031ee3e696bf0dea5512519f0e6f0c886dc1ac66504d31 1.08 MB 345 524
846,901 846,901 00000000000000000003338e9f8bdf001966705febe7e318cbc55a55baf680fe 1.08 MB 336 459
846,900 846,900 00000000000000000000c2f477cf44e48906133348605f0498009e7e0e4c8da8 1.06 MB 210 412
846,899 846,899 00000000000000000001bb11cb247c6f6f5c6a60d37b3c0e30b2bbdb7fcaa6ad 1.07 MB 234 415
846,898 846,898 00000000000000000000fad29d9333f68f15df81db2a50fb410595632b6640a0 1.08 MB 353 396
846,897 846,897 0000000000000000000056405793b64472f9c6247b5eaca85d06c8d4dbf4146b 1.06 MB 256 337
846,896 846,896 00000000000000000002648be454eb54676355edc2615353a3a9811ed9e6dcac 1.08 MB 228 319
846,895 846,895 000000000000000000032c164b747ce9f073ca8d562d108be206db50fd5968ef 1.05 MB 183 305
846,894 846,894 000000000000000000023b0dd5023fa0a963ed3319a5baf687200ace7e16310d 1.08 MB 471 295
846,893 846,893 000000000000000000019ef962df486bbce301328691e3798bb53ec095e0d5ca 1.07 MB 216 277
846,892 846,892 000000000000000000015f7e1c5fba0d89f6e34a287e97c34af8f2f609c0e317 1.12 MB 613 274
Previous 10 blocks ↓
Total Size: 687.35 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,514.68 GB sent, 121.40 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.