Memory Pool Memory Pool Refreshing

41,426 transactions
21.98 vMB
Show Random Selection Loading Transactions
Max Size: 142/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,676 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,278 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,675 (36,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
833,323 833,323 0000000000000000000363d6e74355e911cd9473d954e4deb939ab8be9d58796 1.81 MB 2,977 41
833,322 833,322 000000000000000000008f5dd8f3a41da609882f5d7639f15bd43aca9c6438fb 1.86 MB 2,588 38
833,321 833,321 000000000000000000015b51b8ea0b624d556031b0c6a00db4e1143597c898da 1.82 MB 2,471 44
833,320 833,320 000000000000000000007ea9c78429f4279b98c20594379e8c47d32354567749 1.59 MB 3,213 65
833,319 833,319 000000000000000000029733fcd951bf93573addb967f2f5dc0b1a3fa29f821f 1.48 MB 1,500 46
833,318 833,318 000000000000000000013ac756ee77ece134c19a8ecf0562de5e16dbf5c3cce2 1.35 MB 2,035 54
833,317 833,317 00000000000000000001ee556ca3e91eeee3efad540a1e5f55a9e0f6714e763c 1.67 MB 1,787 59
833,316 833,316 000000000000000000023a831d3f99c2750c9cfdf2c7f8af7f3c7c1fccaad5c8 1.34 MB 1,319 45
833,315 833,315 000000000000000000024a77e752ec6cfce64a7f0509f3401bb758a9dd8c46d9 1.63 MB 2,772 71
833,314 833,314 000000000000000000032431172f5496ade1e429710968aefc156ee4877a4648 1.50 MB 2,485 67
833,313 833,313 0000000000000000000152b1acfece82bf2bdc88cb15dd26e2340a4f5e7b0f00 1.17 MB 740 42
833,312 833,312 00000000000000000002572a3312104fb06f9f4ca8fbd8b29a4f3ef4a6fba950 1.22 MB 1,214 43
833,311 833,311 00000000000000000000d16bfdf0bfd5b30e578b38c0d63707c869fcd796d3f7 1.12 MB 670 42
833,310 833,310 00000000000000000000187a016e40c456e7bd64b8b0accbe1a9b4da53bddc91 1.54 MB 2,337 61
833,309 833,309 0000000000000000000303e717aa2d5cac03817cdaecc8cc8b450b39259b8364 1.27 MB 1,301 45
833,308 833,308 000000000000000000011d1926f92e72f07263fb75a656b51b33b9797fe84d99 1.54 MB 2,797 64
833,307 833,307 000000000000000000029d41e74ecdad85e994e6ec56701d7abcc04f2ee04b19 1.67 MB 3,262 88
833,306 833,306 0000000000000000000364bb27ef4b0636fc9801697dec7b342e7c86aa7e772a 1.74 MB 3,187 65
833,305 833,305 00000000000000000001377b67ed009a931beffe4f5a05d33a6763ff3a77e66e 2.27 MB 2,605 91
833,304 833,304 00000000000000000002526a9b89f5d78a85739e90628a5c17c492c5a5a3917a 2.07 MB 2,379 45
833,303 833,303 000000000000000000026659a9ee67969fea0c1b5ebfaecb05e88cc3a3a21550 2.13 MB 2,484 65
Previous 10 blocks ↓
Total Size: 698.85 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,100.87 GB sent, 203.02 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.