Loading Tool

Explorer IconExplorer

Memory Pool

13,420 transactions
5.70 vMB
0.03803547 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 33.57/200 MB

Candidate Block

Mining Attempt 8caf766047132461d4ff1800d89cacd983c2d46d4d84b68f7ec278c66691c7db
Version 20000000
Previous Block 000000000000000000008a32030f18bfbcf56f9bc4b6582f27818e6d2a5ec937
Merkle Root 4e8fc07af179e1fb58587dca6359f8d4cf967fdb02cd978f48ed22f756920910
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,815
Size: 1.00 vMB
Total Fees: 0.02847151 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,448 (713,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
200,014 200,014 00000000000002aa3345e7fb51412b3fca263437c27dc2b254750a84c42b6351 14 0.00 vMB 29
200,013 200,013 0000000000000545de4ef0f900ae90dacb55ca8a5fa4a34e68108e751d8c4c30 211 0.10 vMB 180
200,012 200,012 000000000000003fe099ac000da238875ebeaea02eef8bb146728da61b5603f9 13 0.00 vMB 334
200,011 200,011 00000000000003a7e694f93a71a2171587209a4f32b958f365d6a08b497f0a0f 53 0.03 vMB 118
200,010 200,010 0000000000000046897c934becb4ecd397ee53793db393d8f4bb73ee80eb0e34 358 0.14 vMB 144
200,009 200,009 0000000000000311572d41eff78776990c819de0b6fc94843c6f13ab08188dd8 159 0.07 vMB 114
200,008 200,008 00000000000005c1fea62c8fc8e6f69a1b39b13e9372d3d7e37490af2e6b6f69 17 0.01 vMB 117
200,007 200,007 00000000000002b5898f7cdc80d9c84e9747bc6b9388cc989971d443f05713ee 89 0.02 vMB 16
200,006 200,006 00000000000000c545b3420a66abe8bff779497cdcf10be0aa28cfb52fb2ee0c 190 0.08 vMB 119
200,005 200,005 000000000000021d1f70ad66189ac3271fc82fcb5620226202fa53eb24682011 147 0.25 vMB 76
200,004 200,004 000000000000032e1219acd8cdda073f5cbb42a216fede788ad4b555e7969a26 5 0.00 vMB 0
200,003 200,003 0000000000000566faa9fa71f77bf56b3494cbc56d5974b9f12cfb1969077582 85 0.03 vMB 156
200,002 200,002 00000000000001d164de39e85839b49d68d55604415b264820de242cb3863f0e 18 0.18 vMB 54
200,001 200,001 00000000000002e3269b8a00caf315115297c626f954770e8398470d7f387e1c 32 0.01 vMB 47
200,000 200,000 000000000000034a7dedef4a161fa058a2d67a173a90155f3a2fe6fc132e0ebf 388 0.25 vMB 256
199,999 199,999 00000000000003a20def7a05a77361b9657ff954b2f2080e135ea6f5970da215 239 0.22 vMB 99
199,998 199,998 000000000000017a86f33937e38281248ed65512f390bf175b60a50f321c85bf 124 0.25 vMB 74
199,997 199,997 0000000000000198a3a2b31b05409b20011a60800183a629814f73453b8a6ba8 169 0.05 vMB 84
199,996 199,996 000000000000044b1b5e161f64cc16ee6d5b9f4b795cd44feea6670288e7b738 20 0.01 vMB 248
199,995 199,995 000000000000008b5cc7149815a72ee057dcbf8926e788b49b97504853104398 236 0.17 vMB 102
199,994 199,994 0000000000000553828611e5ead40e4d153f09557573bf89dc637b9880859789 94 0.09 vMB 87
Previous 10 blocks ↓
Total Size: 779.65 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: 307.33 GB
    • Received: 1.44 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.