Loading Tool

Explorer IconExplorer

Memory Pool

38,906 transactions
26.26 vMB
0.05495243 BTC
Random Selection Loading Transactions
Max Size: 136.47/200 MB

Candidate Block

Mining Attempt 03b05621041fd1bde0af5967b54a18762e14469d36d56b289358f409aef84fd0
Version 20000000
Previous Block 00000000000000000001b7674223024d82c52e523316ed94cc86a2e4e969203f
Merkle Root 409160d389ca13a83979236f794b07037673a29d6b0d26193c6fdcc46f2b3b02
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,592
Size: 1.00 vMB
Total Fees: 0.00664234 BTC
Feerates: 77.76 > 0.67 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,867 (351,585 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
563,282 563,282 000000000000000000150f8ba1e3f3e1736dad7768d961ff32346b5a53cf5689 2,930 1.00/1.00 vMB 8
563,281 563,281 0000000000000000002b4b5793372db76ff35212060ec3a3bc39ff355a13e0bf 2,270 1.00/1.00 vMB 20
563,280 563,280 0000000000000000002206b024635645b805f1b35e06f57aed6096dcfb894b0d 2,449 1.00/1.00 vMB 15
563,279 563,279 00000000000000000029e73e065962b6ed2e852110cd21a508d12c4f8fbeb87f 2,202 1.00/1.00 vMB 12
563,278 563,278 00000000000000000020484e4d02cce3c9fd86629d6327d57f19ebf1e5b0e1d2 2,250 1.00/1.00 vMB 16
563,277 563,277 00000000000000000020cc485b61a5c2e7f6cfaf258ee0a4ddec55c0750d2d06 3,235 1.00/1.00 vMB 40
563,276 563,276 00000000000000000014b4ad82c4f2d9b5a813b43d83d570140c3e94a3863775 1,724 1.00/1.00 vMB 17
563,275 563,275 0000000000000000001bf697d1a4ca46232cc8b8fd56e67b825027e914180829 1,433 1.00/1.00 vMB 24
563,274 563,274 00000000000000000022856e96966af8d5cfcd9c170437c901b375ab1ff96e5e 1,966 1.00/1.00 vMB 38
563,273 563,273 00000000000000000006b514e37b514d5115f067154dadf086ed06d6ce88c288 1,236 1.00/1.00 vMB 58
563,272 563,272 000000000000000000207f760d613533da400f943c5ca449d775afc3ba0f67bc 1,385 0.47/1.00 vMB 14
563,271 563,271 0000000000000000000fe841c70a4d74c84467c41bebf330b416e53a647513b6 3,076 0.99/1.00 vMB 4
563,270 563,270 000000000000000000233ff357d8546541a187229a86339474c9c4e60aadafa4 2,704 1.00/1.00 vMB 7
563,269 563,269 00000000000000000016ef8e602e1cfe47bb706ddf061c0e56d8d3a6ab33dacd 2,822 1.00/1.00 vMB 16
563,268 563,268 000000000000000000272278b745a9d866563254ae81cbf379f911252ea637dd 2,738 1.00/1.00 vMB 32
563,267 563,267 00000000000000000024e8595966e4e0f8dde5483852da3b924944f1a1663358 2,841 1.00/1.00 vMB 37
563,266 563,266 0000000000000000001ee81cbd84b2059c0b0fced57f0a4ff66b84c7021768e1 1,921 1.00/1.00 vMB 29
563,265 563,265 00000000000000000002d4aa63b1c2e96a8b56d198e8fb380a32709c0a2dd20e 2,483 0.89/1.00 vMB 11
563,264 563,264 0000000000000000000ebdd6b97cc104901350a35a774a9dfa1cbed9882c60ec 2,596 1.00/1.00 vMB 12
563,263 563,263 0000000000000000001be0a295cd74849f0e3299c1124bd64783803b0d7561c1 1 0.00/1.00 vMB 0
563,262 563,262 0000000000000000000d145d72be05d35fd5b668ab673d950c28066f6e2bd1b6 2,857 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.15 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: 653.14 GB
    • Received: 13.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.