Loading Tool

Explorer IconExplorer

Memory Pool

50,201 transactions
30.20 vMB
0.12314182 BTC
Random Selection Loading Transactions
Max Size: 161.65/200 MB

Candidate Block

Mining Attempt a4cf80d6e7c858d135141b91593613bbc800c0f140a9deab507efdbb381b6028
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root f093ac505bc6993e1449366af8fcaeede994a5332f3b5fd41dbcec1830e2ad47
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,053
Size: 1.00 vMB
Total Fees: 0.05195853 BTC
Feerates: 101.65 > 5.21 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (47,964 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
866,849 866,849 000000000000000000012eba2b2ca0ff2917953d0dce82c04f48cc3bbc433223 3,915 1.00/1.00 vMB 29
866,848 866,848 0000000000000000000022eaf49342716cc26e4b7d6db4cc2786fc7bf50e2f75 3,390 1.00/1.00 vMB 37
866,847 866,847 000000000000000000014cc227a99c8a88d85aac6b982f44bfed40cabf6b5bfa 3,760 1.00/1.00 vMB 22
866,846 866,846 0000000000000000000198265dca83491ffd2fcce6fae18e86f864991eb5810f 3,435 1.00/1.00 vMB 38
866,845 866,845 00000000000000000000f9bc3d6537845715fda7f99e399f52119ee57e3fba52 5,329 1.00/1.00 vMB 13
866,844 866,844 000000000000000000029bb2ec4ebdbd02e074fff5d473061f7cbeb0d3e6ceaa 5,024 1.00/1.00 vMB 16
866,843 866,843 00000000000000000000d74941c3ef9e6100c037f0ff4dea67f25649af5dd7aa 5,364 1.00/1.00 vMB 14
866,842 866,842 00000000000000000002504206a7acf5fa12c601abec20bb9fda53d5bd42856d 5,449 1.00/1.00 vMB 13
866,841 866,841 00000000000000000001f9d4afc6903b81839ab8011dfae795ef081aec999e67 4,665 1.00/1.00 vMB 17
866,840 866,840 000000000000000000007d9d4db2437031ff300d90fc78cb137d4bd5075d1b9c 4,985 1.00/1.00 vMB 18
866,839 866,839 000000000000000000001105b0e3cfe1e2a31e2c060a7336ccb7fbbb484bc0f7 6,492 1.00/1.00 vMB 16
866,838 866,838 00000000000000000002bf8edf5df1a1b01c54f8f149998a6ed11468edf42e9c 6,549 1.00/1.00 vMB 15
866,837 866,837 0000000000000000000052da1df533dba0c2b950e8599fdc88355d4ff31a2d1a 6,939 1.00/1.00 vMB 15
866,836 866,836 00000000000000000000ce77976fee7d2039297a8fc61b9a38c17569a1082573 3,759 1.00/1.00 vMB 19
866,835 866,835 0000000000000000000249a2c90600411bbf9507e6131d8f07ef26eb8af3bfcc 7,513 1.00/1.00 vMB 14
866,834 866,834 00000000000000000000125861a7f24c3f65802b02f1e1a4df7162b0548ac6d5 5,388 1.00/1.00 vMB 18
866,833 866,833 000000000000000000020037a108cf1bb5a465150382aeaf8ded6dd2df5f8bfd 7,316 1.00/1.00 vMB 14
866,832 866,832 000000000000000000018a7470477b6327337594c7047dd52877e5fb5e31478e 4,501 1.00/1.00 vMB 17
866,831 866,831 00000000000000000002bba71d7162bb559ecabb31e1fbf45edd328f6dc2f9cc 3,085 1.00/1.00 vMB 21
866,830 866,830 0000000000000000000022988143e5392bbbed8eb644e00099fdaca464bd4c1e 6,494 1.00/1.00 vMB 14
866,829 866,829 00000000000000000000f05d966dd1dac9bfa754cf02c696f0f293912390655c 6,690 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.06 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 651.10 GB
    • Received: 13.40 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.