Loading Tool

Explorer IconExplorer

Memory Pool

29,999 transactions (4.98 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 41.21/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,629 000000000000000000022b910000000000000000000000000000000000000000 1,846 0.01258022 BTC 0.60 vMB 1.20
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,628 (807,728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
104,900 104,900 000000000002ba5656425eadf3e1a022b7f313244958d5cc8aeff8647760c2c6 0.00 MB 4 0
104,899 104,899 0000000000003a5ffef91f57f060f5d79d6b9104a19beb25f86adffae85026fc 0.00 MB 7 0
104,898 104,898 0000000000010de8d00626920c2c88d103cd354726cfbef68a8ba08c8b0797a7 0.01 MB 24 0
104,897 104,897 0000000000005be1b9e9e2dc722eb766532b9c1da285bea05ce960a2dce15b69 0.00 MB 2 0
104,896 104,896 0000000000006241fd0172747e36e6a638a54bdaaa24ba7229b9788bc68dacdb 0.00 MB 2 0
104,895 104,895 0000000000000ec33c5241a5771b744abd734ae1f7019e7ddc332a50e1bff51c 0.00 MB 5 0
104,894 104,894 000000000000541172740fbfa961def4866ea2632d22bc51b83833cf64225bad 0.00 MB 1 0
104,893 104,893 000000000002a74452fbf91cca34218df06f86b116db0e3b3b9fdfa7771b2496 0.00 MB 10 0
104,892 104,892 0000000000015a19ec12556d72ea119f22487f6fa84d6d6ef13cd1bc4c95cfaf 0.00 MB 7 0
104,891 104,891 000000000000bf3ddf537e155f8041fa499a874c13378138cf60a401ac490b07 0.01 MB 3 0
104,890 104,890 0000000000028c7abcc258d4cc258926b9306770011b713e8dea565761f259af 0.00 MB 2 0
104,889 104,889 000000000002e0d610f875f5aa4fb1a2f00bc0a7d34be41cead9294dee867ca4 0.00 MB 7 0
104,888 104,888 0000000000007d96f0d09c2217839485bb3e54ad771bc117170e31a638dba84a 0.00 MB 3 0
104,887 104,887 000000000001eecf114f84ee0cd2382694106d5be81fbde5b336f360c59a7b88 0.00 MB 1 0
104,886 104,886 00000000000260accfa84884eb1e2c1ba1ee97a47401128f06a4c396903ddcf5 0.00 MB 2 0
104,885 104,885 000000000001d55465b25fae9cbf407e2c455db3da1ce4be93191bfe608c9d43 0.00 MB 1 0
104,884 104,884 000000000001ad5dd6398139a9a59e8d66a844f395a9a2a27570b9548e058c39 0.00 MB 1 0
104,883 104,883 0000000000022bcbb1025d3d732f29c6240e0f8190793220f41cf9d403ff0e0f 0.00 MB 6 0
104,882 104,882 000000000001f366bc1ee2973fa90cd69730f8ca48012bf5c8fa03d8bd4888f1 0.00 MB 4 0
104,881 104,881 00000000000045c7f2d60fb0fa62226817f04e938d9cc527b790d1f71014c8db 0.00 MB 6 0
104,880 104,880 0000000000006d3b62b08b834b43788b88a1e28cd62dfc1ed17b2714ee97b1ce 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 778.17 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 60
    • Outgoing: 10
  • Data Transfer:
    • Sent: 61.74 GB
    • Received: 0.57 GB
  • Uptime:

Notes

  • 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.