Memory Pool Memory Pool Refreshing

21,020 transactions
31.57 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,881 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,223 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,880 (135,795 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
727,085 727,085 000000000000000000050d8c9d8b49221f69e8c429d17a44836a13f26eda6929 0.34 MB 163 4
727,084 727,084 0000000000000000000202e3da3c348779fac8301e1a0b4098aa0c68c51e2d4c 1.05 MB 937 6
727,083 727,083 0000000000000000000468614a42d0aa1137a19b034eb0f909c321f1c2402247 1.33 MB 2,048 8
727,082 727,082 000000000000000000012d2da593e07b66f282e82b9f3352a946feb707ed358a 0.44 MB 594 9
727,081 727,081 000000000000000000059e2f7c6e5649130987fcacd6f52846b55a30e0e90083 0.00 MB 1 0
727,080 727,080 0000000000000000000489200c45f20ab970a2d0d254d6eb53e4ede6a767643c 0.66 MB 1,168 8
727,079 727,079 00000000000000000005712ab96125a39e7bcd3972a442ebfae0a89157083c54 1.08 MB 2,064 9
727,078 727,078 00000000000000000000f50d4aa9588cea5fca80b6bafedcae98a04f26f50d06 0.85 MB 1,146 7
727,077 727,077 000000000000000000046c0a31f7e2d4599ba7ac4b80b237e3142625ca28788b 0.83 MB 1,775 10
727,076 727,076 00000000000000000000f925749b6b2996f7dbf58bfb86971be7fa40bf991216 0.74 MB 1,464 8
727,075 727,075 00000000000000000003d09997e10c943af7903f6fc38136f27ba57cfb801599 0.23 MB 498 7
727,074 727,074 0000000000000000000936d325e081d5148308aea3b83a6ee16cf5366fc18c21 0.33 MB 685 9
727,073 727,073 00000000000000000005d41c7d1908bb201f04123b040b473b1d5342e8434efc 0.25 MB 518 11
727,072 727,072 0000000000000000000451c2ec1b2f22aa7f29862c1c94f6c003c3e23f1088de 0.04 MB 67 18
727,071 727,071 000000000000000000025d5630279e991976593e82090b62f1d8e247bff2ed2d 0.26 MB 433 10
727,070 727,070 000000000000000000086cd712cffd3a47a8bed713c6c99b9013a07a7732881e 0.07 MB 175 15
727,069 727,069 00000000000000000002cf48ad5e6cc1128c299fe80876e2761b25f20be9568a 1.25 MB 1,185 6
727,068 727,068 0000000000000000000a0817512348beb05e0cba17741dc89ad24382c90f68ba 0.95 MB 245 4
727,067 727,067 000000000000000000076bbed09321bc9c0e06c8fa25df36a38c9e95624a3d93 1.38 MB 2,028 7
727,066 727,066 00000000000000000006f8860a7c9cb599d594b0a68e195dd5dcb548a6e59bcb 0.33 MB 605 7
727,065 727,065 0000000000000000000035e8793b0f4cb82eee9968d0aec1808e77747389de68 0.58 MB 1,141 8
Previous 10 blocks ↓
Total Size: 685.87 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,408.07 GB sent, 110.99 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.