Memory Pool Memory Pool Refreshing

7,432 transactions (1.84 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,162 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,436 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,161 (869,389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,772 39,772 00000000137d9b470319b5131cdc2e63453fd58f1b032c258a9b30784749e894 0.00 MB 1 0
39,771 39,771 0000000034afff622e7eb3b433d7187a8c181e0e125a893caf733b713d3937fb 0.00 MB 1 0
39,770 39,770 000000004df9306f4066461133d80cb1e015edd40c1aeda81e5ebbcfb48847ea 0.00 MB 1 0
39,769 39,769 0000000002ca19cb0e995b94999aa753d6fd9fb2d6d62b21ea68bd8552bd5b80 0.00 MB 1 0
39,768 39,768 000000000f1e1ed84e4fe90fbbde61ac3d271106b9782e4d5b64af6872d46c1e 0.00 MB 1 0
39,767 39,767 000000005d723a23ec5684fc1e4eb56570ff5a8bef21c793eaa11d7c54d6c1bc 0.00 MB 1 0
39,766 39,766 00000000018af10be5a413b2fdfc88b2805a9a6ca3ea0b7b44c20c3cb5bbdea5 0.00 MB 1 0
39,765 39,765 000000006df75a20af7a194fc33a4134be9e3686b1a706519e8ba32948ecd312 0.00 MB 1 0
39,764 39,764 00000000047fab6d7272fa27a38d4cd6f20302fbc5136e17f7d3c4bead70558a 0.00 MB 1 0
39,763 39,763 0000000068a48f9575a726a8b7dded50ff77c446a69806dfce8100f6aeaf0869 0.00 MB 1 0
39,762 39,762 0000000085dcab60f2a11bbba000405aa06b89d284e3a53250428219abb6fd24 0.00 MB 1 0
39,761 39,761 000000005cbc297546f30447bd487e3bf728eb93b019b7dea7e5825126b0653f 0.00 MB 1 0
39,760 39,760 000000003e956b030aedf8eac10d78ab015dfc39e5468002debe838dcefc080a 0.00 MB 1 0
39,759 39,759 0000000037c6c9e69b169d242f8d5dde7850a9b0987f6c6c0f364605c489e102 0.00 MB 1 0
39,758 39,758 000000001cdc94aa51d82d58bfda13b984f41d4c90f52b9c2c1a2f2f0fefaa60 0.00 MB 1 0
39,757 39,757 0000000014de5faf1e16be3388eb16b28ec2a06dd3f00165e6ac31313ca8723e 0.00 MB 1 0
39,756 39,756 00000000879ab3147569340032cee9dccf80ee5c93bdd359b0b5e8570fec996d 0.00 MB 1 0
39,755 39,755 000000001044425c5036da3b57a143dd1d0371e315aa9b0c12a8fad65ca433f4 0.00 MB 1 0
39,754 39,754 000000003b7bd54ddc8364a06a8c5ca98cee8f11c8532fdc4ab6daa0c949dfd4 0.00 MB 1 0
39,753 39,753 0000000066641c2dc00663cf7bd11f12bd65ce9740ec180c1af6b15be0393f31 0.00 MB 1 0
39,752 39,752 0000000033c303ff47fe0e6f125286dbf727565a791c91a567c028d6a8dd049c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.84 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: 1,971.43 GB sent, 106.85 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.