Memory Pool Memory Pool Refreshing

23,994 transactions
36.72 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,120 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,331 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,119 (693,844 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
168,275 168,275 0000000000000065c1ef4e376dc5d2e481a7e182d337f4c0110cbe5681fd3796 0.01 MB 28 114
168,274 168,274 0000000000000ad64879ecbd11761a361cd6cb0ec080e2d28a41d324d927d739 0.01 MB 8 26
168,273 168,273 000000000000049f70fefc20d7a69e641ad70413c95de3fe1bd7bdcf00372012 0.02 MB 48 121
168,272 168,272 0000000000000301d53280bc68e9f46dbd2c382589ed19f1f455435bc4a50e6c 0.02 MB 51 3
168,271 168,271 00000000000005a184c106c9b5393a768efcc78df23abcd9ca328d077237946d 0.00 MB 12 106
168,270 168,270 00000000000002f4c7013ffe5301acafe5c7e95f3aec3c11642795975ab92729 0.03 MB 54 143
168,269 168,269 00000000000004211b01a88c9028e5e2c4356ce9f23a3300d8a4510f54140ab7 0.01 MB 13 36
168,268 168,268 00000000000004310d14fc66483ee5a65fb8efc5b78f1d8d01755f6471921ed3 0.04 MB 151 80
168,267 168,267 000000000000060d943580eedc863495c12a725ec4d71fa3a7b9ba547e601160 0.02 MB 53 174
168,266 168,266 00000000000002ab989c4b2e1dc0966df0a013be8aec9d943f422fe0ddc7f8b7 0.00 MB 3 60
168,265 168,265 00000000000008ef32b742333e59a9ceb4e3baadec835b1991ff782d25ad8823 0.02 MB 24 33
168,264 168,264 00000000000008f1ad23e65a275326366b12bacf94f09af14ec68928adc7208d 0.03 MB 48 264
168,263 168,263 00000000000002422025dc621d52fa4b42310ba76b7c8a5bcbe0eb206933740e 0.02 MB 36 50
168,262 168,262 000000000000035584c0a5d018dea8c954d8bc4a661f50894c6b5f7737ecbd1d 0.02 MB 61 11
168,261 168,261 00000000000007f289671b05967cf2e7980e48694812b4ebbb5cb4aa02287634 0.02 MB 42 129
168,260 168,260 00000000000008f55ef00716d5ba68d842bfd6fad68badcd3cd6e410803a91d9 0.01 MB 42 52
168,259 168,259 0000000000000728c8b352c9175b850e6a12cbb721101e55be770dbaa8c5d9e8 0.01 MB 42 3
168,258 168,258 0000000000000473707c2c959641a83727b94e61b41e2c4fa2af0c2ad8b4ed0b 0.00 MB 7 250
168,257 168,257 00000000000008b100232bc0ed92eb54dcb9c0e397422924c961a5484e59658d 0.00 MB 12 41
168,256 168,256 0000000000000bcab795d5e5236455ff78c3360ab36b4fe09cfe20ce40487f72 0.03 MB 59 168
168,255 168,255 000000000000002e559399ea9c7e863264a387ce04a5ac0b64a3ac54fe6dde08 0.01 MB 19 50
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.80 GB sent, 100.91 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.