Loading Tool

Explorer IconExplorer

Memory Pool

51,571 transactions
29.28 vMB
0.08039297 BTC
Random Selection Loading Transactions
Max Size: 158.41/200 MB

Candidate Block

Mining Attempt c96a52f65ebf64f4c36898d2767e6f9dec1f27e36e92ba703f43bbef039350b1
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root 5c5c729e2866f48a1195766b53f13b6aec84ee0a2f31f28aebfe3303b8998644
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,329
Size: 1.00 vMB
Total Fees: 0.02424081 BTC
Feerates: 173.90 > 2.43 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (351,563 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
563,261 563,261 0000000000000000000b36a1789771184bd5bea63b980537343e2ddd02209c5e 2,950 1.00/1.00 vMB 29
563,260 563,260 000000000000000000025af152844345d2663adf09fcad4d97fd4ba7a19bd803 1,745 0.64/1.00 vMB 16
563,259 563,259 000000000000000000033cf51802d6bcc5cb91b4e4ba935891c132bda86c9353 2,084 0.66/1.00 vMB 15
563,258 563,258 0000000000000000000a75b961e4a28bd030577b098b9827c345eb370b865fdd 2,426 0.83/1.00 vMB 4
563,257 563,257 0000000000000000001fc3b2c18383526efdd6e8c1c7550d82b7611572648f07 2,928 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.11 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: 651.84 GB
    • Received: 13.65 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.