Loading Tool

Explorer IconExplorer

Memory Pool

77,012 transactions
28.71 vMB
0.07418704 BTC
Random Selection Loading Transactions
Max Size: 173.87/200 MB

Candidate Block

Mining Attempt eaa6ff16f928cd381586499a1ad52bf14ee4fd64341c771a5a84b28abb74e5a3
Version 20000000
Previous Block 0000000000000000000034cfd79664e0a1680400ea13802d309e22ae00459d8a
Merkle Root 0e4684d8554e429d7f43bb96586707a4afaeff3231806c4e7e3d518b3ab1e8ee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,095
Size: 1.00 vMB
Total Fees: 0.01455344 BTC
Feerates: 129.25 > 1.46 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,159 (171,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
743,184 743,184 0000000000000000000544816af7e446d6c37ca4026f4e47bb6a8e7bff3f5e43 2,828 1.00/1.00 vMB 18
743,183 743,183 00000000000000000006d55604fc14fde648be4ecbf71812b10eb9f348212d3f 2,840 1.00/1.00 vMB 32
743,182 743,182 00000000000000000002dc16e17dec95661f190116b138b514c4611db9486815 3,201 1.00/1.00 vMB 21
743,181 743,181 000000000000000000026ab21e800df6d4f7255a8a15e3293ab5973bbd2b98b7 1,814 1.00/1.00 vMB 7
743,180 743,180 000000000000000000036b7fea0a70f7b9d66c2164011e0b4685d573b0cf5439 2,390 1.00/1.00 vMB 10
743,179 743,179 00000000000000000004fb91831a7951b00ff4a195f813c1af020211e88189cf 2,328 1.00/1.00 vMB 13
743,178 743,178 000000000000000000027fb179c5b19deae6c26c128ccbfdd9b33597a06f49d7 3,196 1.00/1.00 vMB 12
743,177 743,177 0000000000000000000573388bfb65eebf4a259d222427270876de8fe2b57b7f 2,863 1.00/1.00 vMB 19
743,176 743,176 00000000000000000001aaefdc145c841cac41355e54196b05b7f55024b9d01a 3,068 1.00/1.00 vMB 25
743,175 743,175 000000000000000000038f0151325682c56b85c86065cbcbd3d06efe1f0682d9 1,468 1.00/1.00 vMB 15
743,174 743,174 00000000000000000003a8ac8fae99ddd68ce8d1eef0fb8306dd71b1d4173b5c 2,360 1.00/1.00 vMB 19
743,173 743,173 000000000000000000015b84419c15deefc115ec63e9dc1fabaa5b36a44b584e 3,368 1.00/1.00 vMB 24
743,172 743,172 00000000000000000002b39e7eb2c86cf21c790acf6ffae2a058d20e4ce483b2 2,063 1.00/1.00 vMB 20
743,171 743,171 00000000000000000004642d8078838b8b24955bb549bc71aeb6f21b7fb63d42 2,790 1.00/1.00 vMB 35
743,170 743,170 00000000000000000002e5b35dbfe2266c09ea8809e26363e5649614be3255a2 2,847 1.00/1.00 vMB 20
743,169 743,169 000000000000000000053e0e28ead2a6d77f81a7b489eacca7937975a34f18fb 2,593 1.00/1.00 vMB 13
743,168 743,168 0000000000000000000488b9f3debe984ca2df373487488e4b83ea68df34fa05 2,490 1.00/1.00 vMB 5
743,167 743,167 0000000000000000000748478f21b47b0844f116a42859547541fd14969378a1 3,353 1.00/1.00 vMB 10
743,166 743,166 00000000000000000005a3cf66ebc3daeda6cfeb9a82c84fcc8e0797ad97cd65 3,123 1.00/1.00 vMB 25
743,165 743,165 00000000000000000000d4ae59277dd4ea1133dbb6777da1efe83deb29b16ab7 1,842 1.00/1.00 vMB 10
743,164 743,164 000000000000000000081c33d76cba8af867abf14ee66f86be6a5855c782c41e 3,334 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.67 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.12 GB
    • Received: 16.40 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.