Memory Pool Memory Pool Refreshing

40,264 transactions
27.97 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,112 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 2,291 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,111 (69,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
793,923 793,923 00000000000000000003bd8268737390e18a13145a84b98b9576d37e45171651 2.94 MB 1,470 29
793,922 793,922 0000000000000000000455630d9004eade6a0bc73d88763a8698295a48048d98 1.87 MB 2,606 15
793,921 793,921 000000000000000000051531d36d2234f21166a4dd6800240b3fa816f809bda5 1.63 MB 3,205 24
793,920 793,920 00000000000000000001304eff1899e48e1d19f71565951f6c9105bb5dceb0dd 1.42 MB 3,024 43
793,919 793,919 000000000000000000047e943d2ddce6f15f67b2c4e942aaca558785ea091a06 1.43 MB 3,082 40
793,918 793,918 0000000000000000000068e52061c1683eb0ac67d75a85466f3425b3b587cb97 2.01 MB 2,722 19
793,917 793,917 00000000000000000004a93a184a574f978b950edda03c4d6bcf27a91e83e0a0 1.54 MB 2,354 15
793,916 793,916 0000000000000000000259ea28e857ed04d669ffef7f95231285fa50239bc373 1.44 MB 2,114 30
793,915 793,915 00000000000000000004d407300ff4e1e5e6c648851abce37dd1285c79f3e2f9 1.44 MB 2,621 32
793,914 793,914 00000000000000000000cd84769e1cd12b695390880a783d7df3263ad19ea2c9 1.45 MB 3,040 60
793,913 793,913 00000000000000000001b6d689e763cb2f8fd85aac981592df84b07bcb758ffc 1.88 MB 3,968 13
793,912 793,912 0000000000000000000069baeafb8b7ab233b0e7243a2d516b19ef90cf85a0d5 1.73 MB 2,660 18
793,911 793,911 00000000000000000003e68d385219de7ae60a94f5346105970314d3d60f37d2 1.88 MB 434 9
793,910 793,910 0000000000000000000373213a4f333f8372b1df944f87356344226cfa5a5692 1.80 MB 3,778 12
793,909 793,909 00000000000000000001880c831e3178af85d7966a7d2736f7b066e4fb1e4a15 1.82 MB 2,782 11
793,908 793,908 000000000000000000008b712270ccea9c755e674d670b8366739eb1e036c367 1.75 MB 3,330 16
793,907 793,907 0000000000000000000214bd55ec98a6d4b5dc2c671bf0ab34c62ad98c4ea6c1 1.99 MB 4,852 12
793,906 793,906 0000000000000000000278b4bd6baa66ed452575ba307ef0c3ec4d7ccd429db8 1.95 MB 2,665 20
793,905 793,905 000000000000000000018edda554a071ba91993a3e3d10a2446dacff5c8f0b7c 2.11 MB 4,214 13
793,904 793,904 000000000000000000009ea3a3c5c0c229d44cbe16aa723cfeda2fba5db4aea6 1.83 MB 2,851 22
793,903 793,903 00000000000000000004ee0e89f880fb5f9e21b87826d77b53b7d1f5ec4bf81e 1.93 MB 3,094 15
Previous 10 blocks ↓
Total Size: 686.31 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,435.04 GB sent, 114.06 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.