Loading Tool

Explorer IconExplorer

Memory Pool

82,839 transactions
30.70 vMB
0.13896816 BTC
Random Selection Loading Transactions
Max Size: 184.99/200 MB

Candidate Block

Mining Attempt 9850f0d9b133654f89a4f600136ee8b3fccfd4b5dcabb862e4d4e64381373a81
Version 20000000
Previous Block 000000000000000000019df273a09481953b04854e28e5bee40f0a5bbd926969
Merkle Root 70bda640dfa92251b5fb68e2d640b6a2461bbf7be241cf4273e0c5db9c2dee48
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,718
Size: 1.00 vMB
Total Fees: 0.07408538 BTC
Feerates: 203.60 > 7.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,973 (417,784 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,189 497,189 0000000000000000007c90466a72d457f3dd2c93aa8fa133364ed11b368ca897 3,021 1.00/1.00 vMB 60
497,188 497,188 00000000000000000007c1f87e93468f037ec639e7e8426348e9201158c54c8e 2,557 1.00/1.00 vMB 91
497,187 497,187 0000000000000000003c0c5c3ad1afb0a36ed04e1e38451a505099fe0de32b6a 2,476 1.00/1.00 vMB 159
497,186 497,186 000000000000000000934f4e68001443fcdbe878aa679de0eaeebf76d29b22c6 2,633 1.00/1.00 vMB 141
497,185 497,185 000000000000000000a072569434614a236fda9db5461e54352f4bb96cae2bf4 1,683 1.00/1.00 vMB 185
497,184 497,184 00000000000000000048bb9bd2dce0838b59c92ebda167d7e544a8358fc563f4 2,499 1.00/1.00 vMB 202
497,183 497,183 0000000000000000000b2f01ead1c56927f00710ff1b9529845860a72a6efdcd 2,012 1.00/1.00 vMB 155
497,182 497,182 000000000000000000865e0808ca463227e7099a19f08450559d802975eeb4fa 2,262 1.00/1.00 vMB 151
497,181 497,181 000000000000000000a3bd19c048aaf28f363bafb6dad25b6fd150e21d68f44b 1,829 1.00/1.00 vMB 194
497,180 497,180 0000000000000000001da25b5810b0bbf3650b6f290dee778ed6bc1f48f7294f 2,641 1.00/1.00 vMB 90
497,179 497,179 000000000000000000774ef22301b9717461a0686913f703d2721acb6255db9b 2,026 1.00/1.00 vMB 176
497,178 497,178 0000000000000000007e3649f84e5811c28483f94806aee0765e24afa7903a49 2,670 1.00/1.00 vMB 47
497,177 497,177 000000000000000000a0010681750fa039f54d28763a062637893a99bcf4db1a 2,775 1.00/1.00 vMB 79
497,176 497,176 0000000000000000007c5f3e8099ee660febb76165a1b4bfdbf2b232c9a10e11 2,172 1.00/1.00 vMB 184
497,175 497,175 00000000000000000085497a7a5eb421e9e2b90c5b976edfd3a9266c20cd6e19 2,167 1.00/1.00 vMB 136
497,174 497,174 000000000000000000ce6a64c1fcb8cd8548f06d99f01ad1aa2218130c482a44 1,942 1.00/1.00 vMB 120
497,173 497,173 000000000000000000a790074e4e6ea7861ec32f0862f967901d68dd310bed24 2,113 1.00/1.00 vMB 152
497,172 497,172 0000000000000000004e981a883977412ea51d7d24b1e3f08087e3a50c99958c 2,125 1.00/1.00 vMB 155
497,171 497,171 0000000000000000005aece54f5c9099e34b4a982d278333a5c8d204d31ff212 2,130 1.00/1.00 vMB 193
497,170 497,170 000000000000000000ad02dce2fb0424d66d9d06b4ac082b1318f3382ed81198 1,803 1.00/1.00 vMB 184
497,169 497,169 000000000000000000a625721e408d60a2a6128cb188b598612323196d22c815 580 1.00/1.00 vMB 160
Previous 10 blocks ↓
Total Size: 782.34 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: 661.33 GB
    • Received: 14.80 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.