Memory Pool Memory Pool Refreshing

16,499 transactions
27.54 vMB
Show Random Selection Loading Transactions
Max Size: 159/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,581 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 961 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,580 (59,742 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
803,838 803,838 00000000000000000001f220346d535d026027f833f500082ecc365ea3a3b633 1.44 MB 2,886 20
803,837 803,837 00000000000000000004a43a8a6ad17d660ac608584350dc88a6a6f5c4bccd6b 1.81 MB 3,987 8
803,836 803,836 000000000000000000051c03ef81bad889e4133a0fa367de6a9b0b959114fd67 1.43 MB 2,309 21
803,835 803,835 0000000000000000000504f09845cb3ed5496c19a5291de2b65ab86c0125c2c6 1.62 MB 3,812 6
803,834 803,834 0000000000000000000452ec7e3660876f3b7d03862d887d6dacb5066142fe02 1.51 MB 2,406 13
803,833 803,833 00000000000000000000c6d01599858e50dd5c24a1267f7e17a3d3a47fce1c33 1.55 MB 3,509 18
803,832 803,832 000000000000000000053af4722793dec1b3d24d03da6cb9c9c77a557ddeed6d 1.62 MB 2,245 12
803,831 803,831 0000000000000000000498cccd04cfdcd75ab28fc7a52b75ad1a6c649f273d1f 1.26 MB 1,117 12
803,830 803,830 00000000000000000001c262875adf3d568f6bea8947b76af750e92e6f9b8320 1.51 MB 1,844 14
803,829 803,829 000000000000000000050c36fbd13223186e13fd039838375f7d56e85d6351a2 1.49 MB 3,145 27
803,828 803,828 00000000000000000005462b5c59d9683bcd2a46ed30a9a5546de114def18b27 1.27 MB 2,052 17
803,827 803,827 000000000000000000038e95210ff512d4fb2076855744422e2ee482bf742b64 1.34 MB 2,064 28
803,826 803,826 0000000000000000000173b690c0f0cdef738eebaaafea82b75c95f253a56f2f 2.06 MB 6,380 7
803,825 803,825 00000000000000000003dc5e2f1870bfd64fab522fec0f651f1de2246b30b748 1.34 MB 2,076 6
803,824 803,824 00000000000000000003d7983d66ada60aa877e311c469a392bbb28e87af438d 2.05 MB 6,387 7
803,823 803,823 0000000000000000000092eeb75e9f5bcdd2844518f17bca401c0836ce9662a7 1.71 MB 4,285 13
803,822 803,822 000000000000000000006e84c211b6800c3c65fa564f577469465a6d50062401 1.86 MB 5,313 6
803,821 803,821 00000000000000000001b0e1eab8a8b538f74ad1594294047a68f33b72598e78 1.58 MB 3,590 6
803,820 803,820 00000000000000000000c5571b92c939c11dab41728ec4540c05dce2989d9ec4 2.04 MB 5,911 9
803,819 803,819 00000000000000000000a6b09d0b556e2c491d328aa1e825b9d5b8a1e7aef58b 1.60 MB 3,369 10
803,818 803,818 000000000000000000020ac41bd40ebc98d756385734144fb9d52dc99928e405 1.63 MB 3,165 6
Previous 10 blocks ↓
Total Size: 687.22 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,511.44 GB sent, 120.21 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.