Memory Pool Memory Pool Refreshing

22,847 transactions
36.32 vMB
Show Random Selection Loading Transactions
Max Size: 198/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,121 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 1,931 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,120 (251,976 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
610,144 610,144 00000000000000000010f71e95daf9fb2f5fc77263865241c46928fad7f2a0cf 1.26 MB 3,212 19
610,143 610,143 000000000000000000096c793994519f4f74a44e00babb8faebd8a254caf400c 0.13 MB 311 16
610,142 610,142 0000000000000000000017433c68885bf9f0398a1ab0cd336fcb55783cc00aee 0.33 MB 787 12
610,141 610,141 000000000000000000050b19d88be4ac742003a268fb287a2864057b26a22353 0.26 MB 753 16
610,140 610,140 0000000000000000000e3c97be6e5233aba2c5ddac9644a5c5571dcef859d183 0.42 MB 1,075 9
610,139 610,139 0000000000000000000d758a50104c3ccc9716f54eee0fbadda81ae18e30f34f 1.27 MB 3,051 14
610,138 610,138 000000000000000000124a2a19f2524b9bd39e463eed7b36ad1d9a3cab779fa0 0.19 MB 503 18
610,137 610,137 00000000000000000013b77910e55e32299e47dcd0da50b542a2570e6a6b704e 0.37 MB 1,032 11
610,136 610,136 0000000000000000000d7300601b5e5dbc9357d08eed3810b9023580723f8bf8 1.22 MB 2,989 15
610,135 610,135 00000000000000000006375af7a46f55d048481c804a2fc5da889d6f365f876d 0.80 MB 1,670 2
610,134 610,134 0000000000000000000a4ce18e0ff1378e47551d8a778fd505ebcbf5f08fa306 1.26 MB 2,987 21
610,133 610,133 0000000000000000000779b4a3e22689faa1fb2c71323686696f89d8df91d8ba 0.73 MB 1,720 4
610,132 610,132 00000000000000000009fb2dd314a817038ddc89c2af9804c75eb517884e15b8 1.23 MB 3,230 20
610,131 610,131 0000000000000000000cc558b60885458a33a68cf476f8830f0be0fe247df553 0.47 MB 1,128 14
610,130 610,130 000000000000000000035f58a2388202b52fb3a1920fc6e53bcf3f72dbc1d770 0.24 MB 442 1
610,129 610,129 00000000000000000009f31cfd440998bb6b242da721af874c1081cc46a00a58 1.35 MB 2,696 11
610,128 610,128 00000000000000000013652f2709f802a8b71b09e4ed78a91218738f9323b1bf 1.22 MB 2,868 8
610,127 610,127 00000000000000000014c8d8d96cd9dbe54b5aaaf098078186a5a9cc96fe4d22 1.27 MB 3,074 8
610,126 610,126 00000000000000000006dc33c0474a998ee8709aeaa035610cda4f8ffd4c8ecd 1.25 MB 2,440 38
610,125 610,125 00000000000000000000de3467404ed03782efe86aa971520c094bfabe4ea6c3 0.97 MB 2,072 9
610,124 610,124 0000000000000000000d5a9cb90474d42323d87057bc75534af254630ccafd9b 1.26 MB 2,890 15
Previous 10 blocks ↓
Total Size: 684.39 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,338.82 GB sent, 100.92 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.