Loading Tool

Explorer IconExplorer

Memory Pool

75,824 transactions
27.80 vMB
0.07540798 BTC
Random Selection Loading Transactions
Max Size: 169.97/200 MB

Candidate Block

Mining Attempt ec187e350285b16aa3dec6924b85d9857960c605fbd9d5ed8c54819e5cca8310
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 0a3742e0c4b9809abad9c39d4a483ef58f4cea896c8a16e582f379484f1f8101
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,927
Size: 1.00 vMB
Total Fees: 0.01591032 BTC
Feerates: 107.45 > 1.59 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (295,107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
620,198 620,198 0000000000000000000977981f5dae65ea95a108c5ca61bcbe23d5082adf0328 2,270 1.00/1.00 vMB 4
620,197 620,197 00000000000000000011a97674c3688b6d79a55000b8b6e05348667688718a09 1,538 1.00/1.00 vMB 4
620,196 620,196 0000000000000000000b1273767568b53001b3c0659437bffac55f7cf22aff5d 1,918 1.00/1.00 vMB 12
620,195 620,195 00000000000000000006753649142f5b0cb874fcdd6e7371dd7288fbf7992443 2,348 1.00/1.00 vMB 9
620,194 620,194 0000000000000000000d3a75c36b165deb4278c897be98d0dbf88f0c6bcd381f 3,159 1.00/1.00 vMB 25
620,193 620,193 0000000000000000000d087db9606dbeef2285d6c07cd0189f04c054f7faa8e5 2,354 1.00/1.00 vMB 12
620,192 620,192 000000000000000000048f5aa966c579bfce03dddee82fa6b4b7c0fa42372091 3,088 1.00/1.00 vMB 13
620,191 620,191 00000000000000000000530da64e1d0af8d9ae50cdc3086844398556eb7e4674 3,267 1.00/1.00 vMB 31
620,190 620,190 0000000000000000000d5b4c646469f07358ed319ddc51fb90b73dacdeef0eb5 3,028 1.00/1.00 vMB 14
620,189 620,189 00000000000000000005092bd520aa3230fd4391675693c37cccace25be720ca 3,115 1.00/1.00 vMB 21
620,188 620,188 00000000000000000008279e870537b797c1b4882d8aeea773b6b4abdbc2697d 3,596 1.00/1.00 vMB 22
620,187 620,187 0000000000000000000d13e44844b56e399746719d415ece1f2d97d1f785572f 3,292 1.00/1.00 vMB 30
620,186 620,186 0000000000000000000792556e48d50ccb41e3ead99e9b323d1f2fdf903a0774 3,156 1.00/1.00 vMB 19
620,185 620,185 000000000000000000024db48fcb7a80921b0950d3b0518d594159fd22cd9b11 3,185 1.00/1.00 vMB 24
620,184 620,184 0000000000000000000dafbe6ceb09385f1a9f95da4346752b0e872b9753af8a 3,086 1.00/1.00 vMB 21
620,183 620,183 00000000000000000003fe0f5568f4b9aad9c9a21f4d17ca0b1f41a0edf2f698 3,548 1.00/1.00 vMB 20
620,182 620,182 0000000000000000001214cdba99431a983c6e9d9a017d6b95d0d197c2561712 3,503 1.00/1.00 vMB 26
620,181 620,181 0000000000000000000a36bb12be58027d76768dca83818a110c72bdeb0749d0 3,220 1.00/1.00 vMB 31
620,180 620,180 00000000000000000011cccb4e18389179518af5799b7a835f884142f588a7c9 3,132 1.00/1.00 vMB 21
620,179 620,179 000000000000000000113e9375c6cc495ff495455572e0f2bae0f23f8533a3cf 2,897 1.00/1.00 vMB 29
620,178 620,178 000000000000000000003af2198402807ff56e9391a50c806c6d7d43df53b723 3,198 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.92 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: 714.28 GB
    • Received: 17.52 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.