Memory Pool Memory Pool Refreshing

55,762 transactions
25.92 vMB
Show Random Selection Loading Transactions
Max Size: 161/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,082 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,172 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,081 (175,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
694,731 694,731 0000000000000000000e2e90f3310ccd72913351ed6d45e6b28642708c8e8759 0.07 MB 131 24
694,730 694,730 00000000000000000007ead2c739a9ee92535391ec4b55cb6687570b54d84f00 0.77 MB 1,356 12
694,729 694,729 00000000000000000012440801ee6b57641abae2972078411e3d5e0b6160c9b3 0.27 MB 575 9
694,728 694,728 0000000000000000000c3053bee320ec957c646739e8925a2fc7a8e837784da9 0.08 MB 189 17
694,727 694,727 00000000000000000007e777392c0228bb3d119df39fd47119b874aa786c1643 0.28 MB 592 22
694,726 694,726 0000000000000000001115db03afbc05092c4159197a94017592d08695049433 0.64 MB 1,066 12
694,725 694,725 00000000000000000004508b4f0b7f7dc3c8d8d9151a9ae1efa5037eb611bfcc 0.58 MB 470 6
694,724 694,724 00000000000000000001d313fe12868f498f0f056e3a02b4f79905ecf230a2c8 1.58 MB 1,918 10
694,723 694,723 0000000000000000001229150742af8f3d530dcf5ad32499137bee6b1d15d85d 1.44 MB 3,104 13
694,722 694,722 0000000000000000001195d8ff2becb97d7f530bce713aef5924e4cc73132031 0.22 MB 462 15
694,721 694,721 00000000000000000013459852b9987ab9255d60eb11f297850693ab68b692df 0.21 MB 237 12
694,720 694,720 000000000000000000027988158574969473a1f9313e11af344f14a66ceb815e 0.14 MB 275 21
694,719 694,719 000000000000000000118e87011c3855bd8ffdab6317ccfbc4b02fb0861bc429 0.05 MB 96 12
694,718 694,718 00000000000000000011ab360359a34decd97784bfa981b71a4af6ebab93ebc8 0.21 MB 140 4
694,717 694,717 0000000000000000000b0a030d21397846c60e4a07cd9c03e7f998bebe1ce93e 0.22 MB 187 7
694,716 694,716 0000000000000000001105d9a0f3cda4a23b39673a36346f25001a0556963f4c 0.31 MB 560 17
694,715 694,715 0000000000000000000a47aefe40f7489d624ba9d6cc4da2c4007c0e56d2ab7c 0.52 MB 1,022 13
694,714 694,714 00000000000000000003481cca605728e6e9f38559cf7019a86034b96a83c59a 0.96 MB 1,882 11
694,713 694,713 0000000000000000000ead414b190b07c45846491b234b9a50ec522482c3cf64 1.12 MB 2,026 12
694,712 694,712 000000000000000000073dbf66246ba9da178c2889f5d25af712444ab2816433 0.01 MB 21 4
694,711 694,711 0000000000000000000ece64b8c80ad78a88777314893211bc0db0d5c3a4e86f 0.76 MB 1,348 9
Previous 10 blocks ↓
Total Size: 699.61 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,175.95 GB sent, 207.65 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.