Loading Tool

Explorer IconExplorer

Memory Pool

74,444 transactions
27.62 vMB
0.07174326 BTC
Random Selection Loading Transactions
Max Size: 168.24/200 MB

Candidate Block

Mining Attempt 20ebdec3577c0ae800f048741f4f77b9bdaaf5cc8f6b1bd6dc96d65761f08654
Version 20000000
Previous Block 00000000000000000000333bb349bd4a528f0e80d3cc81bd16791bcab0dd2b8e
Merkle Root eec13bad2d874b531e3c8d0b4b5ceef9b860046cd160677ae6b5f48295d9ea84
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,904
Size: 1.00 vMB
Total Fees: 0.01278723 BTC
Feerates: 65.93 > 1.28 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,254 (803,495 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
111,759 111,759 0000000000006dbf656e550868e2335ab7ea84d8c9020c7dc00653e472b6813d 12 0.00/1.00 vMB 0
111,758 111,758 000000000000312e662689c1b7b8e8f63912d2bdd551302e526956a0965b1376 6 0.00/1.00 vMB 618
111,757 111,757 000000000000933597b90b27faf1137ccfe962f71152779d4f523b1fcee5ff25 12 0.00/1.00 vMB 0
111,756 111,756 00000000000045c886cdb72cb3ea5025b921bdd645c4486fb83914fe29ac5d34 9 0.00/1.00 vMB 0
111,755 111,755 000000000000715bff7b62fc548381dbe269a675616d8ef1ba86eef66b7e8d2d 10 0.00/1.00 vMB 353
111,754 111,754 0000000000002095d5d8ef2c9b766440857c9441cd33b829f362df46e14210ad 6 0.00/1.00 vMB 0
111,753 111,753 0000000000011184ee2866fbb2f70c64d13642cb5ef1e6c4904340ddae4c158a 6 0.00/1.00 vMB 0
111,752 111,752 00000000000073b385f584e54c381212dbb62f4684d7d589280b713e1088e724 6 0.03/1.00 vMB 1,059
111,751 111,751 000000000000a3f0a25f0710f07c8ad9757c67c52da57ff63e6052fa525a1951 10 0.00/1.00 vMB 0
111,750 111,750 0000000000002a306d42d0d2c3c31baaf8dcf08dab6fb7c512a6ef64a267fb6a 17 0.00/1.00 vMB 0
111,749 111,749 0000000000000ff9a5c0c55a7e655c98d13117d15d87bb262ccab79c5c4ce1e1 8 0.00/1.00 vMB 0
111,748 111,748 00000000000011f01ea9b5bfa5d94c892ca034d82df0761f4dee7c2f449c75f0 2 0.00/1.00 vMB 0
111,747 111,747 0000000000008911e28333cbc144334b9937e9feb83b3edbbb9983270a12e36b 6 0.00/1.00 vMB 0
111,746 111,746 00000000000100fe0ba4176902e519463379715f904a76b603927450d487aa3b 1 0.00/1.00 vMB 0
111,745 111,745 0000000000007162d3a987c65bcf9888d063728d8d5e741dccf728e3dfddd4f2 4 0.00/1.00 vMB 0
111,744 111,744 0000000000009f578367ff6d435e67bc2333ca55ad15c72f831885f716405da1 4 0.00/1.00 vMB 0
111,743 111,743 0000000000000c31994f90878f53707fdb0e35f4690e4745c9684f8d2883b2f2 1 0.00/1.00 vMB 0
111,742 111,742 000000000000ac2adb9183be2e7d47370f3ca53ca5862cee7fdaa9d2b27243ce 8 0.00/1.00 vMB 0
111,741 111,741 000000000000ba6b95b1d29ef9a32464187143ec2199dbe164428bd27a3c5c37 4 0.00/1.00 vMB 0
111,740 111,740 0000000000003f8d829f52ef338a1f5bb8dfb36520ea3dceff04010f7df86ad4 4 0.00/1.00 vMB 0
111,739 111,739 0000000000000412311e6840d835e1c795fc3b5e20fa2092eb38edb8b96113a7 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.83 GB

Node Details:

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