Memory Pool Memory Pool Refreshing

32,651 transactions
31.69 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,152 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 44 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,151 (120,272 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
742,879 742,879 00000000000000000006989eeb36550ca2adc6e5fea82c4a63aa6e61d46f093e 1.57 MB 2,966 8
742,878 742,878 00000000000000000008b278bca7d228c6da14b9dacfcf26c97cb3fe139665d6 1.55 MB 2,883 15
742,877 742,877 0000000000000000000123df3c0fb043005805d2506466eb226598aa0629d7a1 1.51 MB 2,980 9
742,876 742,876 00000000000000000001bd597b8c6fec13e0f03ab67b15c9020c51b72db98868 1.54 MB 2,817 14
742,875 742,875 0000000000000000000916b65a627abacf779a32426a1991f52d5f0ae1d2b603 1.15 MB 1,019 15
742,874 742,874 000000000000000000089df28b9c3988cce9a0adf250c5be2a7f5a70fce02b06 1.08 MB 593 11
742,873 742,873 0000000000000000000313f4d39792aa2ae88e7170de6f04e927114f43c3712c 1.66 MB 2,049 8
742,872 742,872 00000000000000000006ffaab33748b09758126bc921e9166adfd8ee85f9fd7a 1.61 MB 2,417 6
742,871 742,871 0000000000000000000352accfea16665f71889f36559d29f080031a73d178c4 1.60 MB 3,045 18
742,870 742,870 00000000000000000008945dc795caf30c39e1ee991cf5bc9eea65119dc2ff7c 1.47 MB 2,808 11
742,869 742,869 00000000000000000004788044c2fe99262b28d8793f33876c344fb39037bf83 1.53 MB 2,901 4
742,868 742,868 00000000000000000001f9301d40093ee0c20631fb633fac46fc0cde611c799d 1.70 MB 2,418 11
742,867 742,867 0000000000000000000654507b5d5a584845b3b7b7b7df7c11a09067f863fcec 1.45 MB 3,468 21
742,866 742,866 000000000000000000078f73ace297a88cb4f9d2173e5b57a48c3a2c61be0906 1.45 MB 3,233 20
742,865 742,865 000000000000000000048986b26f089f92a8fcaf9be3d4f16cba4935383b037b 0.71 MB 451 3
742,864 742,864 0000000000000000000076fe9d7214d494a8ba4f5d4f8f73318f30232e617684 1.48 MB 1,988 4
742,863 742,863 00000000000000000001d16858c7cb2e783ed7fa386d0502ea9bd3dc5658b570 1.43 MB 2,711 8
742,862 742,862 0000000000000000000399ef4285db65334c3331058a1b80d04afba0c6b8b7ed 1.58 MB 2,625 11
742,861 742,861 00000000000000000003d66a2995d59ee5a76ef0f22c83735864e9e5cc885fa2 1.47 MB 2,273 8
742,860 742,860 0000000000000000000490c4067ee439d88f98675a28fcd88f9d532ffaec83fa 1.36 MB 1,464 12
742,859 742,859 000000000000000000067ba2c23bd899b206f6a6ddb71da0b92f25309e225fa8 1.62 MB 2,740 16
Previous 10 blocks ↓
Total Size: 686.40 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,450.13 GB sent, 114.41 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.