Loading Tool

Explorer IconExplorer

Memory Pool

3,074 transactions (1.01 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 6.33/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,511 000000000000000000022b910000000000000000000000000000000000000000 3,062 0.60704912 BTC 1.00 vMB 2.05
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,510 (642,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
269,640 269,640 00000000000000077c3d715a5536bf58de70a5eb20477239aae95f4eed400a5a 0.13 MB 309 74
269,639 269,639 0000000000000007b505aab8df567620322e47f6006808b05fca7426a930be76 0.07 MB 182 94
269,638 269,638 0000000000000002432df6fb09bbbb3357e69f2f8dc2c53e6370e30d378c4617 0.18 MB 373 66
269,637 269,637 0000000000000006b9dbc777db52c3330ed27b4b564efeafab140a90f4677c13 0.19 MB 360 76
269,636 269,636 00000000000000013d4f05bbde3fed22585177218bcb462a5bf2cf5f71a19a2c 0.14 MB 304 76
269,635 269,635 0000000000000004f1e0fd7f4995b3f71130ed027952f4b8469286598dde2998 0.10 MB 180 6
269,634 269,634 000000000000000837d7051aac01f0e290d70c00435121b19d967619820a13e2 0.08 MB 46 48
269,633 269,633 0000000000000005154fd97adb232d6fbabbf25f64fb44dac60d2d3da3c4b4a3 0.28 MB 570 77
269,632 269,632 0000000000000003214243a1a0ba2936be8124b5570416850e88b2e0ae4c155a 0.25 MB 598 82
269,631 269,631 0000000000000004fcd45a0adf1d8712db76ef915bd715170aa4e0e12cf93400 0.20 MB 342 32
269,630 269,630 00000000000000048e4761367acff7b928961e6c5d8e8e9d35ada2f136264351 0.25 MB 686 111
269,629 269,629 0000000000000002c8d47efe7f3d774b9eb50f0931af541c4576f4b0ae3cac32 0.19 MB 449 61
269,628 269,628 00000000000000016259ad6760cd01ecde591ebfd884f63bd7a52a2848ee666e 0.50 MB 1,053 68
269,627 269,627 000000000000000330d9e02610ddf79afcf49dd46331d1e6bf1d220c5775df71 0.04 MB 64 78
269,626 269,626 0000000000000007480d6649bb6902c9b2825668bdc8df01c0cf22d585a4ada8 0.09 MB 189 61
269,625 269,625 0000000000000003415ae8894e793d71a3284e16abb86fe39a690ba2eb2f1e76 0.21 MB 407 98
269,624 269,624 0000000000000002e5079fa0df30c47e09ea8f0f10ccc69b59f1614cb3bcf707 0.03 MB 63 58
269,623 269,623 00000000000000045d40395a0bb485393c768ffe7dc9932c2d00219b72de0975 0.13 MB 293 32
269,622 269,622 000000000000000655ee5995b1383850dae187f247c14a9123e88a3ef2f50b58 0.44 MB 577 25
269,621 269,621 0000000000000006962ed9ba8ef3945d50cf94a9d050c2a6f1bdb5cd3ddea0ae 0.50 MB 1,326 111
269,620 269,620 0000000000000005b6899920fbf1096ee3720d74b6e8aeadfe22988473e70b48 0.15 MB 265 6
Previous 10 blocks ↓
Total Size: 777.98 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,562.37 GB
    • Received: 138.17 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.