Loading Tool

Explorer IconExplorer

Memory Pool

79,028 transactions
29.61 vMB
0.07410913 BTC
Random Selection Loading Transactions
Max Size: 177.89/200 MB

Candidate Block

Mining Attempt b1477011ed404364f9dc57c3f8c24b3ae6da07b1835b1e25551e43203e019770
Version 20000000
Previous Block 000000000000000000017605c1e892b5219bb01111e98918f1b31a287e9eade5
Merkle Root 8094faa09ad46f436e06e085161465762dc84f7ada11e6073304567c76c44794
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,094
Size: 1.00 vMB
Total Fees: 0.01394620 BTC
Feerates: 302.06 > 1.40 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,012 (552,649 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
362,363 362,363 00000000000000000fa36e04631f2b26ceceb4b995e39ba1e7b919badc8da666 2 0.00/1.00 vMB 0
362,362 362,362 000000000000000014469bd30fe3607d472d6666f46913250fea0ef0f81d6e80 1,397 0.75/1.00 vMB 24
362,361 362,361 00000000000000000b387f184d27a170921a10f6f6ce4017c6388d99a3c3dc6c 131 0.10/1.00 vMB 11
362,360 362,360 000000000000000002a157fb80db183bd73bd1005f6f8f6aa97cfafd01172c0f 893 1.00/1.00 vMB 16
362,359 362,359 00000000000000001468ccc8253daeea10462a950e00f0757e5e771a5f80d9ef 92 0.03/1.00 vMB 41
362,358 362,358 000000000000000011f7e8ef1f5725fdd9b54394496585d5a2a3fedcc4190bf0 1,381 0.75/1.00 vMB 23
362,357 362,357 0000000000000000107425b45b5a01aec9a16e96a11f3e9863e46de464037995 2,553 0.75/1.00 vMB 52
362,356 362,356 000000000000000002aac90a22a32088a16e075756a6b2f3fb09c9da4658712a 1,300 0.42/1.00 vMB 41
362,355 362,355 000000000000000002d3c41d9410b7df7e9eee2861911bc379111794e76c9ea8 868 0.49/1.00 vMB 24
362,354 362,354 0000000000000000011349b089b70bcb3695dbdab131a15dfb425aa2792eb0cd 1,247 0.72/1.00 vMB 25
362,353 362,353 00000000000000000df40f30c24c33c6ada6f127ea1ccd83b89700360c9f2f17 1,605 0.93/1.00 vMB 24
362,352 362,352 000000000000000002e4a3f323bfb7de2d89d7a9176858735b34e87063dca551 2,185 1.00/1.00 vMB 33
362,351 362,351 000000000000000008bb0bb850dcf1e7f4147a2bef58fac378a4d6e11d741b1b 1,311 0.71/1.00 vMB 25
362,350 362,350 00000000000000000d9c3456d7c6dbc8617473e56613ea06acc61b8789fcab5d 1,376 0.73/1.00 vMB 26
362,349 362,349 000000000000000013592a34fc1e6ce2c8c964bdbe7e4ee836e8a60119a3fed9 403 0.19/1.00 vMB 18
362,348 362,348 000000000000000008cb93c92c99da0ca801316a3088996ed5e8e64450d111f0 943 0.81/1.00 vMB 19
362,347 362,347 000000000000000003fd01378d1849037362230eebf5e757a5efc0a19378a501 1,994 0.75/1.00 vMB 37
362,346 362,346 00000000000000001318175f523c95868a5d02ae7a81be266a1b5ff31eff2f40 1,097 0.72/1.00 vMB 19
362,345 362,345 00000000000000000e57cad5bf1036dfeb0b57af6c8ebc9f0d9a11bca14f5296 1,923 0.95/1.00 vMB 31
362,344 362,344 000000000000000002ec0941bf4a8ede00e1721469e447c27ea6ebe1350029ee 488 0.17/1.00 vMB 48
362,343 362,343 00000000000000000fa84684d2863250f2939d63dafbedf228427a4edadcf873 379 0.25/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.42 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: 665.29 GB
    • Received: 15.11 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.