Loading Tool

Explorer IconExplorer

Memory Pool

78,301 transactions
29.36 vMB
0.06555004 BTC
Random Selection Loading Transactions
Max Size: 176.48/200 MB

Candidate Block

Mining Attempt 2c36a045fae4b21cb0aa3f632f4b10f441662fb636dcd6908981267d4d632618
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 60b3562b057df3ef4566e6e291c3789c8610a8757857a20199012002e6663540
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,143
Size: 1.00 vMB
Total Fees: 0.00602075 BTC
Feerates: 50.25 > 0.60 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (269,984 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
645,016 645,016 0000000000000000000a108b5938fe6035c71f34a715afdf9294ab2a13e88408 3,577 1.00/1.00 vMB 117
645,015 645,015 0000000000000000000030111b75e388d13596cce8f22d4bc40333ebbca98712 1,830 1.00/1.00 vMB 23
645,014 645,014 00000000000000000007d618ab71aec78dfc4aa78e5d3e4846a4379371934969 2,558 1.00/1.00 vMB 71
645,013 645,013 00000000000000000003a9ae8663c2f3874fcec7ee33d18e409a5048f6ecb63c 1,704 1.00/1.00 vMB 16
645,012 645,012 00000000000000000002ffc10008f9e09f5bc62fd1356f9341bed393a39d58cd 2,313 1.00/1.00 vMB 35
645,011 645,011 0000000000000000000ad196609c3cea0b5affe1269b67fcdc9bb9d9c0764c1f 2,587 1.00/1.00 vMB 36
645,010 645,010 0000000000000000000007499088370e6cc85efd4c8d7dcf03a2a2de2fda18cc 3,594 1.00/1.00 vMB 80
645,009 645,009 0000000000000000001031132ad1000effa51de311e89b77b5abad91a3e60a02 2,290 1.00/1.00 vMB 132
645,008 645,008 0000000000000000000d9777608a7faa3df7c5cfdd1bb70ec7a7895f14918cad 2,503 1.00/1.00 vMB 36
645,007 645,007 0000000000000000000d0066cc1bdd0d96a23771a4a309ed0fffa345341ca55f 2,878 1.00/1.00 vMB 64
645,006 645,006 00000000000000000009c767439989af3ed7fc603173cdb0561534ee7f90e435 2,987 1.00/1.00 vMB 35
645,005 645,005 00000000000000000005f9fdff6ec127d0cf5d7f20bfacbcf520a164c3e114e7 2,529 1.00/1.00 vMB 45
645,004 645,004 000000000000000000076a4e49d7ac0f177a75ae38ad01e3c676f1df406f3364 3,151 1.00/1.00 vMB 133
645,003 645,003 000000000000000000035947861a587785bfe9e729409124204920f80bb5c9f7 2,762 1.00/1.00 vMB 28
645,002 645,002 000000000000000000095042995d4861c779575d50617a0b0a74cb8a36f29f6e 2,004 1.00/1.00 vMB 16
645,001 645,001 00000000000000000004d1985d94e25009436b9bc6f130cc3a893bdbf9080a03 1,240 1.00/1.00 vMB 116
645,000 645,000 000000000000000000034e21f4bb3e31c4f58856763e774102cf8a478a2daf00 2,672 1.00/1.00 vMB 45
644,999 644,999 0000000000000000000b0d6229e51a82de23c03f8420f967cf8a259b6ab00f60 1,157 1.00/1.00 vMB 33
644,998 644,998 0000000000000000000f9d892578b4a1bf25693ef07accdc1b68cd29ff423075 1,888 1.00/1.00 vMB 27
644,997 644,997 00000000000000000004e14c84787336b9e2a00da15d93eac8ba758ec60d6bfa 2,361 1.00/1.00 vMB 58
644,996 644,996 0000000000000000000e8b0e697f9a658768550c0bbea5220407f1701ebbe57f 694 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.