Memory Pool Memory Pool Refreshing

32,373 transactions
17.28 vMB
Show Random Selection Loading Transactions
Max Size: 99/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,679 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 2,693 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,678 (678,138 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
192,540 192,540 00000000000005d0df360e22de491a166160b74fa91da09a26b3bd99d46985f1 0.05 MB 117 121
192,539 192,539 000000000000055f0a9995c755e145d91a53fbbcc3d9c471d4e3f8de9e2d2ab9 0.00 MB 1 0
192,538 192,538 000000000000004657e29ed5ddae2d1e3a114abc4db2bedba08ecf15edd8c59e 0.03 MB 89 125
192,537 192,537 000000000000064a41fefa305b53ac8fab6c6d1e4477616a3420d9e47b6ebcee 0.05 MB 148 162
192,536 192,536 000000000000070a51a32181a67ebde6b001bc6b89e3c9b9f14cf70d29e146b0 0.20 MB 512 135
192,535 192,535 0000000000000396db95e61fb010117b71c87532398fd89bf6486dc140fb88f5 0.03 MB 104 23
192,534 192,534 000000000000037b7cbaafaeaad8d3cb61b32de7d4bd86accbeb6b12db0b4549 0.50 MB 1,288 29
192,533 192,533 000000000000054b358f99890c9284f4e0a0d317bb46636baa5f4e6e042ffd4d 0.26 MB 700 154
192,532 192,532 00000000000002552b6a8f2d02ffd27f701846719b208f7f91887e0d33ae6176 0.05 MB 114 109
192,531 192,531 00000000000006cb6de8828d54fae62d5f7a6eb0cd7c8de7145253df943be82d 0.02 MB 71 122
192,530 192,530 0000000000000472ddc1a6417200b1d3a3eedf319fe7a8144d040a779e2fbaf6 0.19 MB 434 156
192,529 192,529 00000000000002e01ae1e56464451de9ccf5783748164da54d2a0975e1de13a6 0.00 MB 11 368
192,528 192,528 0000000000000624b126210ad368163833fc22ec1fa01c5090d1aa814f978b9a 0.18 MB 409 158
192,527 192,527 00000000000001e9248c348ec172dc743c8ebae84320eaf7ef713bc7bb5f1224 0.14 MB 451 255
192,526 192,526 0000000000000392e24e1a96ad482a3eea82255e22ffaef3b22ed17a31844abb 0.26 MB 436 143
192,525 192,525 00000000000004519ed33f8d83ebdd7d01cdda22c4dd346c459e97cb013678e9 0.05 MB 118 93
192,524 192,524 0000000000000068aa9405354e371bc45bdfe295fc11f7af630cfc9822fc2d21 0.05 MB 114 209
192,523 192,523 0000000000000716a13c8e9a7f46901d3515b9e781efc102602d1f86652b73d2 0.04 MB 140 29
192,522 192,522 00000000000004bf498c0800c9776cea499a096e10d81de06daf3c646b516f63 0.25 MB 444 150
192,521 192,521 00000000000000c7603d8068eb75ff6470463b6459fde1519e6b5ed55d88926e 0.00 MB 12 633
192,520 192,520 00000000000006644281996ed3bae5f164de46ab88c80154ba97da4d8972c966 0.25 MB 558 147
Previous 10 blocks ↓
Total Size: 700.74 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: 2,379.10 GB sent, 215.31 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.