Loading Tool

Explorer IconExplorer

Memory Pool

77,014 transactions
28.58 vMB
0.08697429 BTC
Random Selection Loading Transactions
Max Size: 173.42/200 MB

Candidate Block

Mining Attempt 8690f31cf7afbea4d23dcf45d345e70b8f905513358472ba84b705a254433089
Version 20000000
Previous Block 000000000000000000005304b920c57207721ddd4d0c139fd52ef7ddb82f87f0
Merkle Root b80dcaec02363c4d36a377e743732ce886afa1ffca0eeff288b0e25052bd526b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,944
Size: 1.00 vMB
Total Fees: 0.02446102 BTC
Feerates: 446.64 > 2.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,606 (840,273 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
75,333 75,333 000000000034486bbddb785227f8790e03df5a4e4cfda593809755dcf70a9c02 1 0.00/1.00 vMB 0
75,332 75,332 00000000007314b4c16e4939ed591aa6df74f2aba34d636d224e219c6553857a 2 0.00/1.00 vMB 0
75,331 75,331 000000000058c4d9c3d7d366a668f8c6d1cfd1d72ef41cc45d6da2f538e8ee11 1 0.00/1.00 vMB 0
75,330 75,330 000000000020d38f92880355673c76911f4fc82bed84c8c5afeb0bfd274962ec 4 0.00/1.00 vMB 0
75,329 75,329 0000000000694d662ebb8658cc0979e0bc44e879bf1d1072692fd40b8301e486 2 0.00/1.00 vMB 0
75,328 75,328 00000000006317d4e633c7c3aaf2f0a8c432a9098bd7e20f68bf62afcf3777a5 1 0.00/1.00 vMB 0
75,327 75,327 0000000000369ae6aaaea6c883fb36414e5681f8e5d1f1e16a1c6b37caca8642 3 0.00/1.00 vMB 0
75,326 75,326 00000000002f75e707c9e4b024b951c2af68f41425b3e6c92bdfe513e7e5fe2c 1 0.00/1.00 vMB 0
75,325 75,325 0000000000777ffce5dd9cc5512efcdd0951f91da4301c6380d0c1027e8060fe 1 0.00/1.00 vMB 0
75,324 75,324 00000000002a594c537dc796b7c7e89ac065c1046c6ec8f722751441483ae850 1 0.00/1.00 vMB 0
75,323 75,323 000000000033223d719615e8d4a384dd2f3b9443249cfe0ea7add24a3e79c3a5 1 0.00/1.00 vMB 0
75,322 75,322 0000000000527ae3a415222e531f04e84e45e53c44affbbfe270fce393d6cd87 1 0.00/1.00 vMB 0
75,321 75,321 00000000003c96f929211cf676de07c113b2d36ee95e32e1a640df9930aee245 1 0.00/1.00 vMB 0
75,320 75,320 00000000006077cb303a5f3f4d8ac37f12f63d661aef60203b5f73ab91652aa0 10 0.01/1.00 vMB 0
75,319 75,319 000000000020a9df96c413427e516a41ed0e4278f8252f1b1ea3bada3875fa4d 1 0.00/1.00 vMB 0
75,318 75,318 00000000004d51ede0668a6de12fe599a892c1489bf6f9c9fcdaaf798cd8fbd5 1 0.00/1.00 vMB 0
75,317 75,317 000000000005ad5904e93f92b3e3d48dc8a140a275234a1b2ae511fa5971eb12 2 0.00/1.00 vMB 0
75,316 75,316 000000000022b8437ed288aaddc5e67d808e6d67dcb717668adf0fd2ac9128f2 4 0.00/1.00 vMB 0
75,315 75,315 00000000002fdbd6b1a1ffb0901d7760834bea14de0edc6d180bbfb30ab393dd 2 0.00/1.00 vMB 0
75,314 75,314 00000000003f3e99b66fd38692980666b27284332c145dd81bf40f2aa2cf844d 6 0.00/1.00 vMB 0
75,313 75,313 0000000000579489cc8cb5856ce7ab8ef970307f4ae635a86b054e256e78bb8d 11 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.44 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: 770.80 GB
    • Received: 19.98 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.