Loading Tool

Explorer IconExplorer

Memory Pool

45,867 transactions
28.62 vMB
0.07432564 BTC
Random Selection Loading Transactions
Max Size: 151.99/200 MB

Candidate Block

Mining Attempt 666c1b9a859be51e7d3a917deb6ab1ca4a8b7c5fded92ecc7bb5d217a7f4d52c
Version 20000000
Previous Block 00000000000000000001d31dd75d38543959c8b9e526cb3be5dabf3325e25fb6
Merkle Root 6b7e08b33dba1c060ff897af4013e1705a3d256f3478e122d6b1ef826ae5cc91
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,355
Size: 1.00 vMB
Total Fees: 0.02008439 BTC
Feerates: 361.66 > 2.01 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,850 (692,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
221,857 221,857 000000000000042ee583eaccb4aac6818eae1b11f617425b424d568e6ec50fa3 402 0.25/1.00 vMB 186
221,856 221,856 00000000000000aed2d036450ff48766189b12aadba737fef531ce4ff399f303 594 0.25/1.00 vMB 202
221,855 221,855 000000000000048b33c49907c7d34b240964dfe35b8faa3cfbdae3965f4a5d0f 78 0.05/1.00 vMB 696
221,854 221,854 00000000000000a98b49c6d0b2c42fcdd40cd18f2a10d6c0b737b4e7a2022355 585 0.24/1.00 vMB 188
221,853 221,853 000000000000034335df1f6b008f25e5e19707858a032779ec705a861539763e 129 0.05/1.00 vMB 94
221,852 221,852 000000000000023f4ece6f8912fdcaadf24c8ecaaf93a6eb96f05213ccbae139 450 0.21/1.00 vMB 175
221,851 221,851 00000000000003d320e1ff41ba43c02e78a3659f96f785a9d81557b9b705fc9f 104 0.05/1.00 vMB 74
221,850 221,850 00000000000003319624085bce4918e7a3fd0c62216c78a0bec51e6db1c86319 536 0.25/1.00 vMB 178
221,849 221,849 00000000000001cd9188619c027e37b9b73c13af86c21946d9f3ebe268efde9f 580 0.26/1.00 vMB 179
221,848 221,848 0000000000000014457d69591cf6206be1b60e5f9c72e615365ae6ea7fffda22 153 0.11/1.00 vMB 87
221,847 221,847 000000000000014b98857f1815b41b7f43497d8c7a17fa144673daa40c9fb196 728 0.25/1.00 vMB 220
221,846 221,846 00000000000000996d699aa8e9abbdcbd7560e3d27c753aa4621b8a7e17fe688 304 0.12/1.00 vMB 198
221,845 221,845 0000000000000032a6ece3a395a34d5ac045e0e7e674134ada15006bb98cd691 107 0.05/1.00 vMB 189
221,844 221,844 0000000000000261ff5e015e268278b63ec9a099cc3a3d85afcf713baf9fd2d1 57 0.03/1.00 vMB 218
221,843 221,843 00000000000002fb9225be62af156098466d41e8a801491f84b10e5bcfb2bcd3 264 0.11/1.00 vMB 169
221,842 221,842 00000000000003e627e537dfe8d12fa736efd919cbeb3df5255a1d5f74885f1a 372 0.13/1.00 vMB 210
221,841 221,841 000000000000023029b798c7b943e58568c3dd9e68f4cc80836e19e17cf327c5 159 0.08/1.00 vMB 158
221,840 221,840 0000000000000238fe640fb1a603274c66306dad242cd3a0c56d298282d397c1 127 0.05/1.00 vMB 64
221,839 221,839 000000000000024ff25a0d3768bb68517177f6439e41df645fa757c4e4b4c692 372 0.20/1.00 vMB 161
221,838 221,838 00000000000000c000cbe815626f92e40d37dcdfd86f1f4fa7eb057c70a8147b 700 0.25/1.00 vMB 210
221,837 221,837 000000000000042a55486a16b74cd275414565ad82c377f3724ddb65cb3143ab 12 0.00/1.00 vMB 323
Previous 10 blocks ↓
Total Size: 782.12 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: 652.17 GB
    • Received: 13.74 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.