Loading Tool

Explorer IconExplorer

Memory Pool

80,598 transactions
29.72 vMB
0.09525599 BTC
Random Selection Loading Transactions
Max Size: 180.19/200 MB

Candidate Block

Mining Attempt e9697e57809a3c800b45134e89df5267b7e6672986b03757590bb43932964e41
Version 20000000
Previous Block 00000000000000000001fa937a9d4dce7a38d755f594edd200e4f323094a5ecd
Merkle Root cc6bc34741425971606f96f6e2e63a5464424cae0b78e6e0ad168be2728d4d0f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,146
Size: 1.00 vMB
Total Fees: 0.03157362 BTC
Feerates: 502.67 > 3.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,089 (612,809 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
302,280 302,280 00000000000000001ffd2d91dccf14c98223d98ec3a8609ca8c3f2b335f47641 112 0.24/1.00 vMB 18
302,279 302,279 00000000000000006ec1009d0f0a6e3d9a90f4116f3ea8326c53db26825d9a88 635 0.35/1.00 vMB 26
302,278 302,278 000000000000000010cf9bb6389f2965d99fb9c0cfce65fe6c2ccda36fb945d3 898 0.35/1.00 vMB 36
302,277 302,277 000000000000000044cc2d236b6a4511335a7e29d28956fd68360d87a41452e6 764 0.41/1.00 vMB 32
302,276 302,276 00000000000000007806284282c4694c2df55f9b58917711cb8e3fc73b05b5a7 1,418 0.86/1.00 vMB 30
302,275 302,275 00000000000000004e2d0e6759083a9eb7e8f6cc1b3261aa0afb926b810b1179 183 0.15/1.00 vMB 23
302,274 302,274 000000000000000070879745f95de119a42596be788bebf14e30bef4016d6555 1 0.00/1.00 vMB 0
302,273 302,273 00000000000000004d80b0a9a9075c3f2e8e09573d2cd18b445418d1b51bfd27 246 0.19/1.00 vMB 27
302,272 302,272 000000000000000019eade7bfd868580f64a3b79f67d6989a77cc0697df78275 936 0.50/1.00 vMB 36
302,271 302,271 00000000000000007a7a63e35021c18b6bf6f0becfa6359315fa160e184fea3e 319 0.16/1.00 vMB 31
302,270 302,270 00000000000000005aaed27d7ef733eb22e5684889087b514ba6bec2c3385401 224 0.15/1.00 vMB 28
302,269 302,269 00000000000000002d64a9570b1c47bdcf84b161e290a3ca7627524737061fa4 1,171 0.75/1.00 vMB 28
302,268 302,268 0000000000000000269ff5f7d88885508f5a0dd62ee0e145ff570b5a22275cd9 1,048 0.65/1.00 vMB 36
302,267 302,267 000000000000000059cdfb9ffae35d3ffd4d6cf6bc73ef667f08e3fc0e72f737 900 0.43/1.00 vMB 31
302,266 302,266 000000000000000047d08541753ad5c2f7d55b21e18dfd3aaf52ec0c709d3ea8 1,114 0.70/1.00 vMB 32
302,265 302,265 000000000000000059de1f46ad3d980de5bc4cb771868fbd7b5de15c9b754a7e 281 0.13/1.00 vMB 33
302,264 302,264 000000000000000002062deccc1817b5a3fb2e8c319c347df222a7b56fcbbc75 1,391 0.68/1.00 vMB 35
302,263 302,263 00000000000000005d4b86299311c1c5e7dbc4b37ad977b893f720c504b0dc87 433 0.21/1.00 vMB 35
302,262 302,262 00000000000000000245d5eda7a57d7b3000b7b08d1ca504e87627666a0aade4 549 0.28/1.00 vMB 31
302,261 302,261 0000000000000000358b3793b9795325f91ec4f0fb4ced73495f575ae9ba5419 425 0.29/1.00 vMB 59
302,260 302,260 00000000000000003856203128bc536d1b715355c31bb0d93ac662f57996eeb0 184 0.08/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.55 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: 669.80 GB
    • Received: 15.76 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.