Memory Pool Memory Pool Refreshing

37,068 transactions
32.90 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 862,683 (381,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
481,375 481,375 00000000000000000008df566523cd7b3fe0623775bb0fbf219a933b612dd471 1.00 MB 416 7
481,374 481,374 0000000000000000003853bbef5d267aeff0071e529e2681ef19fa6749ea43cd 1.00 MB 1,579 161
481,373 481,373 000000000000000000aa4f5e15299cf2243991e54e165128b4534bb23bdfb522 0.94 MB 1,705 126
481,372 481,372 0000000000000000006fda9387b49c55062ecd6e1235e860833dda0809cd91ea 1.00 MB 1,507 14
481,371 481,371 00000000000000000074cd3127def94ca433066b2f1218065b46816c9bffbeb3 1.00 MB 2,138 44
481,370 481,370 0000000000000000008559a671cfae874f5339976c45b796a8db4735105b859d 0.99 MB 1,681 178
481,369 481,369 000000000000000000ca0b69bec50d643e8c50c95d5c1e036fd23aae0be62026 0.99 MB 1,645 204
481,368 481,368 00000000000000000124e0d9964a2dbb57b86fdcd02d449da789c8be6f3e01d2 1.00 MB 1,337 163
481,367 481,367 0000000000000000010753f0a4038cfe923b30ce6961f9e986110ddcec2bceb6 1.00 MB 1,830 212
481,366 481,366 000000000000000000db657d750b690b2e32f03579ef6841735a393fe8c3fa8f 0.99 MB 1,560 212
481,365 481,365 0000000000000000006c6ab4baa8c5238393455108b247b468f81fe802fef120 1.00 MB 2,430 272
481,364 481,364 000000000000000000d29c888795f1ff966731527d22963678e63b2a2506b62e 1.00 MB 1,945 288
481,363 481,363 0000000000000000006b3eb56cd1be19ab3045b5994136e241eb4474a05e83f5 0.99 MB 2,501 287
481,362 481,362 000000000000000000e0ce7726b34d8dd13d3d144f63811110212dea51db5a64 1.00 MB 2,262 168
481,361 481,361 0000000000000000008f6f2722c0f8f813dd074012b5ff55667bb8dad602696f 1.00 MB 725 68
481,360 481,360 0000000000000000009d647e9915ee01d3a9cf055f6834ec62c699b01574fc63 1.00 MB 2,097 124
481,359 481,359 000000000000000000e7475065255cf4d2ac2ffd427768b7cf29cb34c2714142 1.00 MB 834 69
481,358 481,358 0000000000000000009e8486b155375e6a1cfeb609ca298e799e995dea704f73 1.00 MB 470 106
481,357 481,357 00000000000000000071da4bb1b9a327259588b291853c4d6babe98021bacb1d 1.00 MB 1,243 101
481,356 481,356 0000000000000000010e78b5da4e76c50de99cbf48eb70bb7211c898dbfeca45 1.00 MB 1,230 63
481,355 481,355 00000000000000000027d4e76c40697343283ff23f9eecf98dccbfc443b11a70 1.00 MB 812 60
Previous 10 blocks ↓
Total Size: 685.48 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,383.18 GB sent, 108.73 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.