Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

208 transactions (0.05 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,395 000000000000000000022b910000000000000000000000000000000000000000 0.04 vMB 207 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,394 (228,538 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
682,856 682,856 0000000000000000000d5c620944b2400d826c0055a0fd530128a7e9fced57cf 1.34 MB 1,759 51
682,855 682,855 000000000000000000087ca6ddde5dacf11d761830b67d28aad2f3aef60994d9 1.13 MB 964 80
682,854 682,854 0000000000000000000985c6f1c32a1be9f3a36cc2989f995d41e3804076f81e 1.62 MB 992 29
682,853 682,853 0000000000000000000996a90527171f702fea190f91a8167bbf7708b5af8d75 1.46 MB 2,362 53
682,852 682,852 0000000000000000000c306a06a1dad14c6d49dbe570dadc0118cd436b45cf4e 1.38 MB 1,378 25
682,851 682,851 00000000000000000000a1ecc2e145d741d784529679d768a577b14666b512df 1.62 MB 1,096 34
682,850 682,850 0000000000000000000591acb7928161326e20d1bd515fc6d9026f26293f6179 1.42 MB 968 17
682,849 682,849 0000000000000000000502ec0f540847b49351045bc4d69d5fd242df554eee2e 1.45 MB 479 7
682,848 682,848 00000000000000000006e0e3452125cf3bbf5df7c7a968974353195033152def 1.81 MB 61 2
682,847 682,847 000000000000000000078545d92ebb7a069e4884bedee70df4d4caae1bef36b1 1.81 MB 55 2
682,846 682,846 00000000000000000003e26fbcb72031e62c1fc64e2c8142154ed538d2c3fe24 1.75 MB 566 14
682,845 682,845 00000000000000000007c4bd8b2bac0c26739152bf25c4e81f881e9f9aa2d03c 1.76 MB 361 10
682,844 682,844 0000000000000000000d19cb388536da8292fe5d62a91398c3dac6049edc9eba 1.77 MB 83 2
682,843 682,843 0000000000000000000903ce8bd5fa1aa53def2b7ec25ca79b4e6f454bf81524 1.31 MB 1,602 48
682,842 682,842 00000000000000000008d2cbd69305c435579faf38f05a6c679ce95140933ad0 1.41 MB 1,467 31
682,841 682,841 000000000000000000007b79ae101149ba423df36cea0766bfe0df0101cc098a 1.65 MB 1,000 24
682,840 682,840 000000000000000000076da9603ed4876406751508794cfaa40ba9bf5c59427a 1.48 MB 1,325 35
682,839 682,839 0000000000000000000d11756e23e677e8aec3729d1c28a2c7471e0d11aa3b0d 1.83 MB 139 3
682,838 682,838 00000000000000000009dd161505f5812a870f1577d49da3cf054136c49ad352 1.55 MB 1,607 33
682,837 682,837 000000000000000000051cc007643127c7f82daf6341129d6bfea39daf18bdd0 1.51 MB 1,681 25
682,836 682,836 0000000000000000000a89f4ef0376466b1b586f8a053528a159cc84b9910135 1.29 MB 2,257 16
Previous 10 blocks ↓
Total Size: 775.97 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,403.54 GB sent, 128.66 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.