Loading Tool

Explorer IconExplorer

Memory Pool

87,161 transactions
32.73 vMB
0.12105390 BTC
Random Selection Loading Transactions
Max Size: 196.70/200 MB

Candidate Block

Mining Attempt 858f513a969aaa36c530bebeea44e4231d8d38083d453cc3de4519c7a04bb701
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root cf0387bb0756defec45bbc45092aa5a4989b9f1062721a10215edb04be7767e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,604
Size: 1.00 vMB
Total Fees: 0.04328536 BTC
Feerates: 218.18 > 4.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (811,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
103,377 103,377 000000000003017d9f328e69d96126c7bd9e0bf106297e42dfa9962708655fe1 2 0.00/1.00 vMB 0
103,376 103,376 000000000001ff28113b81b6df0f7d7085b3ac84fc037566f08cf4aa37cd69ee 3 0.00/1.00 vMB 0
103,375 103,375 0000000000036ff28c5a772ad17d9678e6c52b61c8f41f1f03eed4140e619ffe 3 0.00/1.00 vMB 0
103,374 103,374 000000000001f91a845919d9726e375a195a9dfe164087cf903afab1049e233d 3 0.00/1.00 vMB 0
103,373 103,373 0000000000009a3240942e5e2af7fd38d9f30ef86fd55edea57f2c5e6562e541 6 0.00/1.00 vMB 0
103,372 103,372 0000000000011b4db70fa4830aee876d5e43ec8e9741153f49ca46396bedc0bd 7 0.00/1.00 vMB 0
103,371 103,371 0000000000011c5f628dce4d91d5a64d6293cc42d3d3be9c13a2171d679230db 12 0.00/1.00 vMB 0
103,370 103,370 000000000002ec3b6e04134c93c55e0310367a402b9fde62b0fdaa23a2012c04 18 0.00/1.00 vMB 0
103,369 103,369 0000000000018a17b2d6a6874492aaac0363875c3b9f69b95bdc4cf73493b0ce 1 0.00/1.00 vMB 0
103,368 103,368 000000000002c08a608640d7630ec709bc4b2a428e419ffa6bb7c99acd7911fb 3 0.00/1.00 vMB 0
103,367 103,367 000000000002c16c98a8ce8ddf1e6a0540947023646838df3585f496f83f7057 1 0.00/1.00 vMB 0
103,366 103,366 000000000002d44479b264563aeb49bb530369667a70ac2dee7868ee794100eb 3 0.00/1.00 vMB 0
103,365 103,365 000000000000706a27683dc58eb601c1fdd75e8ebb87fecd005e96de9cb6d4ca 2 0.00/1.00 vMB 0
103,364 103,364 00000000000055c5040a4ef0e3ae5bf8bcdd2ac4587d7088924a411b4fa1a13b 6 0.00/1.00 vMB 0
103,363 103,363 0000000000018fa3de766361a49c5f532ce526a4685ae59ddc4e8ac2f9a49531 12 0.00/1.00 vMB 0
103,362 103,362 0000000000010d98058c41320451bb56d5814e240884fb7f8f5a19155a9b1c0c 9 0.00/1.00 vMB 0
103,361 103,361 00000000000241e2433a0ac6dd3b55cc90937eb65078e090e6bf79f3baed5aaa 20 0.01/1.00 vMB 0
103,360 103,360 000000000000f64bcec2e37569f83b920df870fbacad7dbf9bf4a95ed6ad31a1 1 0.00/1.00 vMB 0
103,359 103,359 00000000000028bfe108436f40a8ead0482fff32e7b3ac76a0c37c24cf7952cf 3 0.00/1.00 vMB 1,937
103,358 103,358 00000000000133c15396bdc0deada3b92e1853cf4758aeb2164bd43a382c723c 2 0.00/1.00 vMB 0
103,357 103,357 00000000000240a659de59a1e0a7903b19db4e0820c4747b2b854c4730b6869a 6 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.52 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: 668.88 GB
    • Received: 15.61 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.