Loading Tool

Explorer IconExplorer

Memory Pool

25,715 transactions
32.37 vMB
0.05687235 BTC
Random Selection Loading Transactions
Max Size: 170.97/200 MB

Candidate Block

Mining Attempt 11aeaf93a403030f942ae29f33d4078c6ce5f8bb21c7a25cd03109348b63367d
Version 20000000
Previous Block 00000000000000000000d45b8edf0fd1af81fad5c105efea07197170cccac363
Merkle Root 0e250869dec597b7e0f02f40a9a90a69dfae13bf1ff6f7e633f2accc875831b4
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,531
Size: 1.00 vMB
Total Fees: 0.02000450 BTC
Feerates: 164.03 > 2.00 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,166 (442,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,191 497,191 0000000000000000004cb71ff92ab790747570416798a6449f7ed152c1e169c6 2,354 1.00/1.00 vMB 138
497,190 497,190 00000000000000000074b97ce2f7d2e12cc89175852585cf5160ab1f404eb933 2,050 1.00/1.00 vMB 99
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
Previous 10 blocks ↓
Total Size: 827.02 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: 4,439.91 GB
    • Received: 240.83 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.