Loading Tool

Explorer IconExplorer

Memory Pool

46,213 transactions
28.19 vMB
0.10741031 BTC
Random Selection Loading Transactions
Max Size: 147.91/200 MB

Candidate Block

Mining Attempt 6a2400a404f0823285ab141911b3b0d9393079b8617aef8c6137405992f98a2a
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root 7abb1811c598df67ed61c6fee986e45e782150b2f4f9752e65cef12924aef187
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,574
Size: 1.00 vMB
Total Fees: 0.04461220 BTC
Feerates: 265.25 > 4.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (336,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
578,024 578,024 00000000000000000012d016a8411644100d5859190a36837ce350e099608105 3,069 1.00/1.00 vMB 179
578,023 578,023 00000000000000000025b854025849c3efc4c04d4d643e36dff745428d4c50a2 2,788 1.00/1.00 vMB 98
578,022 578,022 0000000000000000000725f946d5514654a7b9f77d195065dc664a3b4ccc8495 2,183 1.00/1.00 vMB 123
578,021 578,021 0000000000000000002696e22d3cb82581aa0898275c72fc0fdd40d7a900025c 2,640 1.00/1.00 vMB 97
578,020 578,020 000000000000000000178b495c00fd4def4bca1e0440fb3118d696b92bef3050 1 0.00/1.00 vMB 0
578,019 578,019 00000000000000000025d7c356f45864dcf1a57ca9b48d4caf09642c9045eb8a 2,687 1.00/1.00 vMB 115
578,018 578,018 000000000000000000105cba0b7388c015cdd1e1c691e1c423a250f2c354847e 2,612 1.00/1.00 vMB 121
578,017 578,017 0000000000000000001eb5e987a557443cdad0f48ebdba59de0b0530b11fc793 2,380 1.00/1.00 vMB 158
578,016 578,016 0000000000000000001df64d3224ec9d23d8990c94e246930eb91b1eb9f86e04 2,329 1.00/1.00 vMB 50
578,015 578,015 0000000000000000000eeeba2b1af62fad9d57a6c893410b5245293958eef759 2,421 1.00/1.00 vMB 79
578,014 578,014 000000000000000000248cfa2065a0c079ed3f34a1b2964ee98d44db599e3b6d 2,466 1.00/1.00 vMB 77
578,013 578,013 00000000000000000024c2ad9a277a8b8340052e2c961ccb2ff67f9b33194ade 2,389 1.00/1.00 vMB 134
578,012 578,012 0000000000000000001f16dbe195cea7481d65ae4f0ffd8cc225924250f70146 2,258 1.00/1.00 vMB 148
578,011 578,011 0000000000000000000cab25ed027a3ea7f4b03d2761dc95f3d1c0b9f17de92a 1,981 1.00/1.00 vMB 48
578,010 578,010 000000000000000000043e4b8e9f91979ce775f77b96256557dcda0e9bef7a4c 2,577 1.00/1.00 vMB 68
578,009 578,009 00000000000000000004d16ec10c398dda9608f81c7d567185ba35906bf6d803 2,523 1.00/1.00 vMB 153
578,008 578,008 000000000000000000033451ed313474ecb76e78ebd43ecb60b56f7605c1f8aa 2,607 1.00/1.00 vMB 69
578,007 578,007 0000000000000000001e710ce748b26eda82d3d090b1ca3c26c29dc897ba6368 2,906 1.00/1.00 vMB 106
578,006 578,006 000000000000000000160904cb3f2daca19a6d5953ff1f0bc22b2155fcc2acd2 2,874 1.00/1.00 vMB 162
578,005 578,005 000000000000000000196384b8bfa36bb2d85a02e0130a7c4493c873ae5802d7 2,119 1.00/1.00 vMB 89
578,004 578,004 000000000000000000243d4b91541ce443b1342e0d033ba243f98652313b5bfe 2,564 1.00/1.00 vMB 140
Previous 10 blocks ↓
Total Size: 782.27 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: 656.70 GB
    • Received: 14.42 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.