Loading Tool

Explorer IconExplorer

Memory Pool

39,522 transactions
29.09 vMB
0.07685297 BTC
Random Selection Loading Transactions
Max Size: 147.12/200 MB

Candidate Block

Mining Attempt 1d7cc0f9476c2579c446d89e3c4dda95796b605d7a0d5bcf21f5b16557e0cb67
Version 20000000
Previous Block 000000000000000000005f6e061237a1b3be90d7e91949057a34a7b5facf2fa9
Merkle Root 6070ae8620536ae0730f7c05c45cd0d88a58a5ac47d479ccad40c5d3ae3dc94b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,255
Size: 1.00 vMB
Total Fees: 0.02006709 BTC
Feerates: 301.05 > 2.01 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,529 (838,276 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
76,253 76,253 00000000004128d9dddf6657fb59cdf417497982512666e390a635b5efab9ae9 1 0.00/1.00 vMB 0
76,252 76,252 00000000001f6c758e4c04851b7e786a286b8b442eb95eb2043e3b9d7e86a2b7 1 0.00/1.00 vMB 0
76,251 76,251 00000000004a310e6fd1b4ef25aa50c05ad3496d0b30c18a3510ca741811f399 1 0.00/1.00 vMB 0
76,250 76,250 00000000007e8ce5a13bb3dd536fe27b5b5a047caa96d9f36d07212bccaa4663 1 0.00/1.00 vMB 0
76,249 76,249 000000000076733ccfa93810adb679d2819b2219afcfd638644217461c900cf2 1 0.00/1.00 vMB 0
76,248 76,248 00000000003ce63bfc237c33d091f50465e2de295f2e8bdb2156cd1907edb8f7 5 0.00/1.00 vMB 0
76,247 76,247 0000000000626dc7560d94a1bdcbab7b4ab6227cca0fe4ea028638a9fd4981bd 1 0.00/1.00 vMB 0
76,246 76,246 00000000003cdc4be2729289922ce2e9543c2c358a256b7abf7fd9dd67f0508f 3 0.00/1.00 vMB 0
76,245 76,245 000000000047a271a5a6e3cdfa0740032a764310f93fd7d12cdd4bec43667392 1 0.00/1.00 vMB 0
76,244 76,244 00000000007fba1f940e25e541e7414506afe8cb80705f84297e4225823f84fb 1 0.00/1.00 vMB 0
76,243 76,243 0000000000748c4244b1c74672b0eef49b4385676cb2000aa968f09d432cff47 1 0.00/1.00 vMB 0
76,242 76,242 00000000003b999bc5095a60ce0fd36f271f9ae1c762d77d31246705c2aa58ea 1 0.00/1.00 vMB 0
76,241 76,241 00000000005208ea315b6336a532c9d0f8f9ec7913685277807294ca5db04a81 3 0.00/1.00 vMB 0
76,240 76,240 00000000006c6386e1271fb47c136056fd5ad2f32eb65edb17b855e4c7e8e2f8 2 0.00/1.00 vMB 0
76,239 76,239 00000000004f7589307826d69891d4abccefe0e56931c50d475e1cdab42aca74 2 0.00/1.00 vMB 0
76,238 76,238 00000000003e0ce5482d1f08e3f62eef2e55e3459843a2be4b393be386121c75 1 0.00/1.00 vMB 0
76,237 76,237 00000000004d18848fbf17d26e6b890e262254d82a4780c62d815cd1838e622b 2 0.00/1.00 vMB 0
76,236 76,236 000000000048d3a3c856aeaf5f7a71997f659a28792f954b34822dd8c415ca13 1 0.00/1.00 vMB 0
76,235 76,235 0000000000674d35c24d26fbb904ad4d8173f7d3e2edd6d0b0ec99b78d9deb47 1 0.00/1.00 vMB 0
76,234 76,234 000000000007a12bf4586fe0c0ede663d9254d0507cdcc3bb8ab0ee20703bae4 7 0.00/1.00 vMB 0
76,233 76,233 000000000065a266604ec71041a9b8c073345515f657cefc7a2d41d66423794d 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.55 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: 621.67 GB
    • Received: 11.24 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.