Loading Tool

Explorer IconExplorer

Memory Pool

75,993 transactions
28.41 vMB
0.06680316 BTC
Random Selection Loading Transactions
Max Size: 172.02/200 MB

Candidate Block

Mining Attempt a81795ff4ee26ca01f3ae16d9d49ebb30e4e5c83098e0df58e79941f9691cd93
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root 036940f2f35527ca16f7472844027349fd85ef2ae315d44292fabfa4fd3e6ab3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,654
Size: 1.00 vMB
Total Fees: 0.00786227 BTC
Feerates: 101.00 > 0.79 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (457,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
457,198 457,198 0000000000000000001a0e0306031de97798d98ae90b1ddef195ad8eb1acdc2b 1,794 1.00/1.00 vMB 161
457,197 457,197 00000000000000000054abaad08d0ca21b239dd5792cbbc3431cf60df800422f 2,249 1.00/1.00 vMB 192
457,196 457,196 000000000000000000425aa16bdf6efe32375cb1525a0a265ccd7012aa3ef92c 1,582 1.00/1.00 vMB 253
457,195 457,195 0000000000000000012dcd069af30845f054cfe7034fdbfedcd682fca6b94193 2,418 1.00/1.00 vMB 207
457,194 457,194 0000000000000000009ec943a787436af3c9d0ec3ac7583c46edc56641758027 3,089 1.00/1.00 vMB 297
457,193 457,193 0000000000000000023d92b1018a7c6bf88a913872c5b0e78bdcfbffa170caf2 875 0.39/1.00 vMB 194
457,192 457,192 0000000000000000006687cf94aa45073b9aa752631388febe39ba124fd3d79c 2,154 1.00/1.00 vMB 122
457,191 457,191 000000000000000000ee23307a87bcfcbd0fab4b9d4deb9272bc36bd8c6ff6ff 2,583 1.00/1.00 vMB 236
457,190 457,190 00000000000000000055424d6124d62e737c5f058cef92d535b0a429ef4d9ad7 2,246 1.00/1.00 vMB 167
457,189 457,189 0000000000000000014e177fa40e630a1c010d94ae8c2f1c086deb24a0529de7 1,856 1.00/1.00 vMB 209
457,188 457,188 000000000000000001a87c2506d4e43753c9a13d2846be2059cfbd789088b5c4 2,478 1.00/1.00 vMB 218
457,187 457,187 0000000000000000008bca7e050a1889c5ad6ea9a1208038484ec278f45f40f9 2,075 1.00/1.00 vMB 144
457,186 457,186 0000000000000000021bdf5b93a38cbd9fff231da78befa43e24488cd4901fda 1,114 1.00/1.00 vMB 116
457,185 457,185 0000000000000000012b95a75b3f53e8b1c88b291e73244480ee8996c20697c0 1,565 1.00/1.00 vMB 92
457,184 457,184 0000000000000000014864390d89bf62e818d2b453f2a8883e0d8ffcf44c0dfb 2,100 1.00/1.00 vMB 179
457,183 457,183 0000000000000000013f9bee2fdc645c5bd5643fbf6f0f85f9979083cd786b27 1,560 1.00/1.00 vMB 102
457,182 457,182 00000000000000000150c8f37c617d64038a2c331c11ec758a3636285c1e5a51 691 1.00/1.00 vMB 93
457,181 457,181 0000000000000000014ce28488409eef25bf9d686ed08b6e9b1d1f5c3b603d67 1,269 1.00/1.00 vMB 65
457,180 457,180 0000000000000000019d076c5e1004dd1cc173bbcca9cee2cba5db8cba477569 2,169 1.00/1.00 vMB 147
457,179 457,179 000000000000000000bfe97d64490c67324410b83071d198c3f849d56bce07da 2,299 1.00/1.00 vMB 210
457,178 457,178 0000000000000000023a79ffe80b6d8d25b9e439f2f776c6e84161179656a09b 1,940 1.00/1.00 vMB 141
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.10 GB
    • Received: 16.39 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.