Memory Pool Memory Pool Refreshing

33,725 transactions
21.81 vMB
Show Random Selection Loading Transactions
Max Size: 135/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,438 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 6,003 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,437 (61,733 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
801,704 801,704 0000000000000000000556954992dcdc7deed1cff3e094cf29b2bb0261344432 1.57 MB 2,423 22
801,703 801,703 00000000000000000001b2f459d314ca4af270152d4e7f3d032f65133774d739 1.49 MB 2,878 18
801,702 801,702 00000000000000000004fadb0f4b793c0e88aaa92c4dbe30db82c206a31517fc 1.35 MB 1,978 21
801,701 801,701 00000000000000000003a7f75112403eeacbcf23a8bdd4047465a1b7d342f99c 1.54 MB 2,708 17
801,700 801,700 000000000000000000039f7d3e499f0e69f158114c2d2874b1b919235a8758d6 1.49 MB 2,585 21
801,699 801,699 000000000000000000014430f3ff72c432e06aff6c4f148f73b54585252d0fde 1.48 MB 1,441 16
801,698 801,698 0000000000000000000064091352e8cd4328b5ef7d54ff9512fde1d495a38cf2 1.47 MB 1,876 20
801,697 801,697 000000000000000000013fde406ce274b1afe8da6651aef365d1691814138f6f 1.36 MB 2,378 21
801,696 801,696 00000000000000000001a9af24d505b797dd7e0664f6f77f022db3336c862ffd 1.49 MB 2,833 29
801,695 801,695 00000000000000000000022adb8d5528886785152df748645f68dd8dbce74594 1.37 MB 2,319 22
801,694 801,694 0000000000000000000495dbe8427d35ce2c40f65400f4153a8afd02107775f6 1.36 MB 3,051 27
801,693 801,693 00000000000000000003bb241f05e5a12f83fa0543efcda6ccd933631365afd4 1.50 MB 2,762 26
801,692 801,692 00000000000000000003e639524315bea147e429f7d17d78d3071e3041468038 1.46 MB 3,408 30
801,691 801,691 000000000000000000019093c7a53733d8c3379ca738f12f7aa095102566d34d 1.43 MB 2,976 26
801,690 801,690 00000000000000000003b8518f0b98551462bd1a5765f3fb1d9b02a1c97e375e 1.47 MB 3,360 30
801,689 801,689 000000000000000000001f240a1dbe5171e9dde034c5a2c616a7b4a21d4f7599 1.46 MB 1,794 18
801,688 801,688 00000000000000000001f0e1746f595229684d502be19fcebc7dda0bf9c3f484 1.79 MB 1,856 20
801,687 801,687 000000000000000000002c46785f1625a8b4559243e16cab421ff7e6709d29a0 1.51 MB 2,067 20
801,686 801,686 000000000000000000005f3e3e7c2531275c135825b9389d5e1155ab7ac689b4 1.59 MB 2,548 29
801,685 801,685 0000000000000000000469943414d1c45241932496604a2b7e865c60a9658d1b 1.61 MB 3,009 22
801,684 801,684 0000000000000000000476173ed93229efc81e500edcda628e1c558fd434d6d1 1.70 MB 3,218 22
Previous 10 blocks ↓
Total Size: 686.95 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,498.66 GB sent, 118.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.