Loading Tool

Explorer IconExplorer

Memory Pool

18,640 transactions
10.63 vMB
0.02385143 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.18/200 MB

Candidate Block

Mining Attempt 44f8147c4451d0470dfa7c5da029382b7ae3d7ea3f9be4790105f5ef2ef233ab
Version 20000000
Previous Block 00000000000000000001e4adc040e5943a26aca16b48e6178a736f319d347df0
Merkle Root e38784d51f3795dbf1263ae141441c651161df8410f10265dcf246871fb6e556
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,292
Size: 0.997932 1.00 vMB
Total Fees: 0.00700187 BTC
Feerates: 101.00 > 0.70 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,638 (816,739 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
96,899 96,899 0000000000038dfd34872b63f930c0116784b6a258e2f769d9df17d873757c57 7 0.00/1.00 vMB 0
96,898 96,898 000000000000fb87cbd8b52eb9ab8c66c38dab046558024d7c9d6c6ce7889ec4 3 0.00/1.00 vMB 0
96,897 96,897 0000000000047944c4960325f0358ea5f4c22eec58300f33d88e0084b4f142a6 4 0.00/1.00 vMB 0
96,896 96,896 0000000000029ed40527d878956f665fd5f9af5ec9f83b8c588195d639022266 3 0.00/1.00 vMB 1,142
96,895 96,895 0000000000010658973f07276c305cf8e47f4772583dc7dc7f4959826887f310 2 0.00/1.00 vMB 0
96,894 96,894 0000000000008464e3b3240965aa19ded679d79d0b5254ff1df7cc3cb82a2347 3 0.00/1.00 vMB 0
96,893 96,893 00000000000518e4ba72bb32326e09bc0cfe37914c8cec1277973c7d9c4d79e3 3 0.00/1.00 vMB 0
96,892 96,892 000000000002b925f37ce8b7009f9a51acd9a4ee0eb84d22cb84b9a3bf8ca88a 1 0.00/1.00 vMB 0
96,891 96,891 000000000004f94bb361ba7f6ef5a97ff49a2dd6216ac13e3683642ce6069da6 2 0.00/1.00 vMB 0
96,890 96,890 0000000000013a3ae2724ec55c0698614168b5681cdc2a1211ae9dc38e7e7173 1 0.00/1.00 vMB 0
96,889 96,889 000000000003bbc7f31928e78d7074b8ff02a4dd5deb9fa758f4291b91ad4990 1 0.00/1.00 vMB 0
96,888 96,888 00000000000363b6e149511a525bb63307ab46f6bcdf93da50d6dd77c988dcb4 1 0.00/1.00 vMB 0
96,887 96,887 000000000002784d54d08a7dcaedc201573c2110e92b5951959ce861588290ef 4 0.00/1.00 vMB 0
96,886 96,886 00000000000034e60fe31ffcdf2ec93def4bbea982f459ecc9f3fe09351aced7 1 0.00/1.00 vMB 0
96,885 96,885 00000000000417e6ec152d51ae001b5b92afe277ab45f6d3161b823509d19d82 1 0.00/1.00 vMB 0
96,884 96,884 000000000000711110c6cbc33cdbc79d5386843bd6c2570afa42e46209e3836e 7 0.00/1.00 vMB 0
96,883 96,883 000000000004d565afca2b260fd04aaf9f2cb528bd05afb932a0cb8c1fcae05e 3 0.00/1.00 vMB 0
96,882 96,882 000000000000fd10885889d4f057eb9d5ad2ef73a3f187abe856951f1fde2e0a 2 0.00/1.00 vMB 0
96,881 96,881 00000000000419a4f5a37dd334a712ecc70a4caa0e2bb7a6306836c11c343dde 2 0.00/1.00 vMB 0
96,880 96,880 000000000000b62768b82eb409c683430badca34ee5377e5a4db66c574e51547 1 0.00/1.00 vMB 0
96,879 96,879 0000000000023b763814c0b85325d244d5a6f30af2474a85ac9a695fa6ea656c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.97 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: 470.30 GB
    • Received: 2.95 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.