Memory Pool Memory Pool Refreshing

15,842 transactions
24.37 vMB
Show Random Selection Loading Transactions
Max Size: 137/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,330 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 764 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,329 (674,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
188,645 188,645 00000000000004c57f133f428ad59822a131d3165bb0530f3a101712e0bd5b2a 0.13 MB 326 135
188,644 188,644 00000000000007169ada12b8c4eee5a2ae1532ead0aad72c2f4878b3229e367c 0.00 MB 9 14
188,643 188,643 0000000000000446bb1b084557cd3b9c9e3fad3a137fc3c7c5785f747159d6f9 0.25 MB 637 101
188,642 188,642 000000000000083c277b04e0cc1140d96443b9427de78ef24f9e2ce8a1bfd899 0.06 MB 245 109
188,641 188,641 000000000000076d58925b3cfc0278403ab9d357d075806c27cbb0a05a280b41 0.11 MB 199 120
188,640 188,640 000000000000033b5b85a4e7fda4e4ac1dc3c2658805384fbbdf6d33af0661da 0.03 MB 69 109
188,639 188,639 0000000000000430d3aeaee3ddfc5cbb2ad801b169b669ee7594099eb09b120f 0.08 MB 171 116
188,638 188,638 00000000000009579ea7d9e511e0a7ab0d5314dfc262b0c08ed88756c690169f 0.13 MB 325 161
188,637 188,637 00000000000001a87929c27540fc9c1576463bd66d71f0a9c23f8a3e8a286fb1 0.00 MB 7 17
188,636 188,636 000000000000010739c80b31199953b8d6c6edd61e0e0132ddcc46965b51e38a 0.05 MB 122 150
188,635 188,635 00000000000000da2f2447ee3dfe91506583e232fefde6ffeb514dc28070972d 0.02 MB 50 207
188,634 188,634 0000000000000969befd46f438fa24e0486d959fa224715b12c50f0b2c860418 0.25 MB 343 79
188,633 188,633 0000000000000195ff8b2e6f721664165c27e9f1e16b4d2f110fb4dde0e3e7c5 0.19 MB 510 222
188,632 188,632 00000000000005851d37b7345cc13b320a9bb6546be865797b88101a9f6bbe0b 0.04 MB 108 78
188,631 188,631 000000000000073bb5688e7848f4a67271186fc39c1c4d78fada9be8f65aeeb3 0.22 MB 471 138
188,630 188,630 00000000000007971fb8e567547e150115b14c19a7e439cec68824f5c9243f72 0.00 MB 8 0
188,629 188,629 00000000000001509ae4ac6daabce6a1e692cf35415194258dcec77e42520211 0.01 MB 32 1
188,628 188,628 00000000000007d1014f3bbcdb22ff313725e5df9bf1237f4fcfc5656f2b2ab3 0.00 MB 11 30
188,627 188,627 00000000000000e300cebf3d7b9d896f920d310592da40dee56d548e65335e12 0.09 MB 201 146
188,626 188,626 000000000000095daf06e384992577822826d917b3bd765314c1dca306f78759 0.25 MB 639 143
188,625 188,625 0000000000000465be589059844b2b0f8aef6ce502f1e9bd402a0c458f8a8a2b 0.25 MB 546 132
Previous 10 blocks ↓
Total Size: 686.75 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,487.21 GB sent, 116.69 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.