Loading Tool

Explorer IconExplorer

Memory Pool

24,761 transactions
5.68 vMB
0.02862406 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 41.64/200 MB

Candidate Block

Mining Attempt d3781194867bec7e71adba1d17e1d63fd2b444a780079143a8b1488851eebbf3
Version 20000000
Previous Block 00000000000000000000d7318bad5d3698ab014db08d08ca274b94c8882dcf45
Merkle Root 7e7fb8f0608339a5b5ae1dd9d5736d8f232e67e90b2d52a6b870ed2119335cb6
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,429
Size: 0.72 vMB
Total Fees: 0.01558521 BTC
Avg Feerate: 1.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,142 (713,130 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
200,012 200,012 000000000000003fe099ac000da238875ebeaea02eef8bb146728da61b5603f9 0.00 MB 13 334
200,011 200,011 00000000000003a7e694f93a71a2171587209a4f32b958f365d6a08b497f0a0f 0.03 MB 53 118
200,010 200,010 0000000000000046897c934becb4ecd397ee53793db393d8f4bb73ee80eb0e34 0.14 MB 358 144
200,009 200,009 0000000000000311572d41eff78776990c819de0b6fc94843c6f13ab08188dd8 0.07 MB 159 114
200,008 200,008 00000000000005c1fea62c8fc8e6f69a1b39b13e9372d3d7e37490af2e6b6f69 0.01 MB 17 117
200,007 200,007 00000000000002b5898f7cdc80d9c84e9747bc6b9388cc989971d443f05713ee 0.02 MB 89 16
200,006 200,006 00000000000000c545b3420a66abe8bff779497cdcf10be0aa28cfb52fb2ee0c 0.08 MB 190 119
200,005 200,005 000000000000021d1f70ad66189ac3271fc82fcb5620226202fa53eb24682011 0.25 MB 147 76
200,004 200,004 000000000000032e1219acd8cdda073f5cbb42a216fede788ad4b555e7969a26 0.00 MB 5 0
200,003 200,003 0000000000000566faa9fa71f77bf56b3494cbc56d5974b9f12cfb1969077582 0.03 MB 85 156
200,002 200,002 00000000000001d164de39e85839b49d68d55604415b264820de242cb3863f0e 0.18 MB 18 54
200,001 200,001 00000000000002e3269b8a00caf315115297c626f954770e8398470d7f387e1c 0.01 MB 32 47
200,000 200,000 000000000000034a7dedef4a161fa058a2d67a173a90155f3a2fe6fc132e0ebf 0.25 MB 388 256
199,999 199,999 00000000000003a20def7a05a77361b9657ff954b2f2080e135ea6f5970da215 0.22 MB 239 99
199,998 199,998 000000000000017a86f33937e38281248ed65512f390bf175b60a50f321c85bf 0.25 MB 124 74
199,997 199,997 0000000000000198a3a2b31b05409b20011a60800183a629814f73453b8a6ba8 0.05 MB 169 84
199,996 199,996 000000000000044b1b5e161f64cc16ee6d5b9f4b795cd44feea6670288e7b738 0.01 MB 20 248
199,995 199,995 000000000000008b5cc7149815a72ee057dcbf8926e788b49b97504853104398 0.17 MB 236 102
199,994 199,994 0000000000000553828611e5ead40e4d153f09557573bf89dc637b9880859789 0.09 MB 94 87
199,993 199,993 00000000000000e1508de5ee2d86d9d8f59aab0515a72f9dccf88085cd105046 0.20 MB 212 86
199,992 199,992 0000000000000255f8f7dab3346c395127dceacdb685868c615cefe4a7557ccc 0.01 MB 49 142
Previous 10 blocks ↓
Total Size: 779.10 GB

Node Details:

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