Loading Tool

Explorer IconExplorer

Memory Pool

86,197 transactions
32.36 vMB
0.10948089 BTC
Random Selection Loading Transactions
Max Size: 194.63/200 MB

Candidate Block

Mining Attempt ac7475461bc739d6985c4e544ab0018daebdc2b32f3f56c033a140a7f9dd1275
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root 05f5b17858d0acb78e49e3e4ca4a614920a0b455dc6d9bcead77a36b8d2a7d52
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,432
Size: 1.00 vMB
Total Fees: 0.03576093 BTC
Feerates: 218.18 > 3.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (237,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
677,465 677,465 00000000000000000002b7fbc670cb8e7183f37597f297722463a68f76f6fad9 2,281 1.00/1.00 vMB 86
677,464 677,464 00000000000000000001ff1d10d6a18608dbc1f443ec3a7e11b5c46f1207ab02 3,086 1.00/1.00 vMB 98
677,463 677,463 00000000000000000004e4aeb06e9424ee3dcb8b25adfd5e8b3f2be6f8297819 2,031 1.00/1.00 vMB 57
677,462 677,462 0000000000000000000b478cb4e72e4e7b8d15bf4f2d9b2b2964e84b6d68af79 2,180 1.00/1.00 vMB 15
677,461 677,461 000000000000000000065026e75c5a4a3d0ebca917114b50e6f5ee8c1274c560 2,450 1.00/1.00 vMB 29
677,460 677,460 00000000000000000006edc90f9f7e618103b34ec83454bc91eb72c469d02a24 2,400 1.00/1.00 vMB 36
677,459 677,459 0000000000000000000a13ef9fbae6d7918e0538543fd03b8578f95aa8bf1cf1 1,929 1.00/1.00 vMB 53
677,458 677,458 00000000000000000009e38785d7f1abdec3c1a837b277abaf756d6d327430ad 2,970 1.00/1.00 vMB 57
677,457 677,457 00000000000000000000f742b902fee278da14d8f3494ce7b40902cad970206e 2,431 1.00/1.00 vMB 61
677,456 677,456 0000000000000000000a59a043e08d9636ecbc7d9afe1588dabbd78d6a54891e 1,854 1.00/1.00 vMB 75
677,455 677,455 00000000000000000009fd27536263ec19b128e94301387b052aeedfc793a92a 1,454 1.00/1.00 vMB 76
677,454 677,454 000000000000000000033a1ba39a3b7223797fb0e62a58f295e0ee10fd192f64 1,483 1.00/1.00 vMB 78
677,453 677,453 000000000000000000092d93145ea1732bcb3136c73b366fb821aba84cd5851c 1,736 1.00/1.00 vMB 71
677,452 677,452 00000000000000000004fe604972290682e71c949cf2c85ffc917c1e2cc22954 2,265 1.00/1.00 vMB 70
677,451 677,451 000000000000000000068481e12685babb36ad788c5bdc66b5665a036b784351 3,127 1.00/1.00 vMB 94
677,450 677,450 0000000000000000000c211776d6c19dea45c180b45a5b406442292524dd5e7c 1,626 1.00/1.00 vMB 72
677,449 677,449 00000000000000000006ff0a20fd5d0eaf190f9682d73a09fd7f3b9cdccde21f 3,139 1.00/1.00 vMB 103
677,448 677,448 00000000000000000008192c33002f0be6df0ec6f6c28da9e8bbbc9ef2a74a46 2,447 1.00/1.00 vMB 29
677,447 677,447 0000000000000000000198376901c9e603224198921bf5da9f714f6904a7c573 2,626 1.00/1.00 vMB 78
677,446 677,446 0000000000000000000ba1c117946c1193e77a7524d46fc49c1419d03cda7274 117 1.00/1.00 vMB 65
677,445 677,445 000000000000000000031b6188faa54e1a188bd65ed6579c7192d66f8589d45e 2,155 1.00/1.00 vMB 85
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.87 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.