Loading Tool

Explorer IconExplorer

Memory Pool

79,088 transactions
29.30 vMB
0.09661261 BTC
Random Selection Loading Transactions
Max Size: 177.08/200 MB

Candidate Block

Mining Attempt 5b2a83dcbef53adec481f41c6ae1ca3157dbc4f269e12277175fa27dc153d2c1
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root 308d77455f9a8bf8e5933d217c038703d2de07a09c73493b4148ad9e7fcf41c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,259
Size: 1.00 vMB
Total Fees: 0.03456422 BTC
Feerates: 150.62 > 3.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (301,713 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
613,443 613,443 0000000000000000000ed029430b87857cff9b4c1fc9f0da49af8549ad5bcba2 2,688 1.00/1.00 vMB 19
613,442 613,442 00000000000000000007ff471a7b6e1ee8990d65101ae4a03a54220c7fd0a392 155 0.04/1.00 vMB 14
613,441 613,441 00000000000000000004547a0eef84a4ea19e0176f710db78cdb21e0c39edf64 2,006 0.64/1.00 vMB 15
613,440 613,440 0000000000000000000dea538962d14ee8178235ebf6e7eae9ac3f117352f2a0 1,213 0.37/1.00 vMB 16
613,439 613,439 0000000000000000000d2a5edb5cc0a34dab2545d2c329e858cc76f55c3b7677 1,252 0.40/1.00 vMB 19
613,438 613,438 0000000000000000000cf679ab96bed533640ae8db89cb50cc8e03a67298ad61 426 0.12/1.00 vMB 16
613,437 613,437 0000000000000000000c99bf0f1e3b7eec8784afae2a59b1100e848407e70a52 2,071 0.58/1.00 vMB 14
613,436 613,436 0000000000000000000da3e31a1d9a5d240e48057ede8b0257c51974499d135a 2,030 0.65/1.00 vMB 15
613,435 613,435 000000000000000000026966d2d8d6bc6109e8edfbebb41820ab902d193eff1a 3,214 0.92/1.00 vMB 14
613,434 613,434 000000000000000000064d5a1275dccb8e4ea4595878d4ed9a870be2e3a5dc07 588 0.16/1.00 vMB 14
613,433 613,433 000000000000000000087dbfdf8d9c5e69543d9bdd046278065d09366a08c371 1,150 0.35/1.00 vMB 15
613,432 613,432 0000000000000000000fad5d8162f2c5f206b75301372ceaadf3861c05d7bc31 2,012 0.66/1.00 vMB 13
613,431 613,431 000000000000000000116c939065f79d09fdae9ad067c094ffd7d7c2a53cd068 861 0.28/1.00 vMB 13
613,430 613,430 0000000000000000000f4d902e0d0ef6cf1bf8bf1fd1186bc49a51ec9fd2de61 1,933 0.54/1.00 vMB 15
613,429 613,429 0000000000000000000e68eba88c02613741234745c9549bbb506b98341af895 2,753 1.00/1.00 vMB 14
613,428 613,428 00000000000000000004d844280c2ce3d738c3fde14b9111859b0d2e2e2a4882 715 0.28/1.00 vMB 16
613,427 613,427 0000000000000000000884ae010816c9737049a5ab15bcb6f980c3fb8e15fc50 1,763 0.72/1.00 vMB 16
613,426 613,426 000000000000000000120cc30de69b9a6f2b4332b212369fec12a5420bd7e28d 418 0.12/1.00 vMB 15
613,425 613,425 0000000000000000000371f5b587105c9a6c8f4a366d26b421f97a6b70476dfe 428 0.11/1.00 vMB 18
613,424 613,424 00000000000000000000f08052cdc0a9ccf3db2344ed0b87941864951271494f 392 0.12/1.00 vMB 20
613,423 613,423 000000000000000000065c6ff11c19377f3757cc628e260e9d9edcf08d7e7cd5 1,997 0.64/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.