Loading Tool

Explorer IconExplorer

Memory Pool

76,190 transactions
28.79 vMB
0.07166982 BTC
Random Selection Loading Transactions
Max Size: 176.02/200 MB

Candidate Block

Mining Attempt bdb3bb0688c53dbaa0488f2da79c5c5c94d58cd459a15512254c1e3c676bfda0
Version 20000000
Previous Block 000000000000000000009df2a42daf883294bc70d5e3dcb4236d35117bf4386b
Merkle Root e67ac7ffca76e114e1690f3c29c06cfb42c33e024ccdb879f5eb405e5304a044
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,026
Size: 1.00 vMB
Total Fees: 0.00910523 BTC
Feerates: 77.76 > 0.91 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,246 (371,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
543,676 543,676 000000000000000000070e7a68dfa7fbfe026d9c6d711de8827ffbb6a213aca5 1,625 0.91/1.00 vMB 20
543,675 543,675 0000000000000000001033000a4182c2063648d0926ba278a6ca2832cb85a84e 1,442 0.50/1.00 vMB 17
543,674 543,674 000000000000000000070e7cfca4f3aded0cf64934eb1147c84cb95d578c28bc 1,274 0.48/1.00 vMB 14
543,673 543,673 00000000000000000020ab82bf2daec2ecebb92bbb58b0f2200a8bc5b478683c 2,768 1.00/1.00 vMB 9
543,672 543,672 000000000000000000000206254c56610d6bc9b64c141d7b1705ac9e8fa43b55 2,934 0.81/1.00 vMB 28
543,671 543,671 0000000000000000001abcd475b4dc0f5414a753c72e2b06c1ac6f459b11c2c0 1,317 0.57/1.00 vMB 13
543,670 543,670 00000000000000000000c4f0ddceada2a1871954feec9b48c2dc436719d7b6b8 203 0.06/1.00 vMB 14
543,669 543,669 00000000000000000014c26928c178cbf4c9c59262ffbba156510b40955cf87b 1,912 0.74/1.00 vMB 16
543,668 543,668 0000000000000000001d94deb4003d5528aeb253db29ddf38991daed2b983969 3,209 1.00/1.00 vMB 17
543,667 543,667 0000000000000000001ab7587bf2cbf41b85735327ba81a5a5a1be7bf5a33b4d 2,457 1.00/1.00 vMB 19
543,666 543,666 00000000000000000005cc8a87013aec268447122e8db6678600a3d0b1e6a6e0 1,418 0.43/1.00 vMB 16
543,665 543,665 000000000000000000116663231c0812ec971441fe8525768a7cf5ca558083fc 1,098 0.39/1.00 vMB 19
543,664 543,664 00000000000000000023d2b0bf8492a89d81a6f9c1dea139f7b42caabe74464f 826 0.40/1.00 vMB 24
543,663 543,663 0000000000000000001f4ebc6dcf83fbe95b3f88d7c6b2aa66df6d34900e7b44 403 0.14/1.00 vMB 16
543,662 543,662 0000000000000000000b496c5741fa3687a86bd6fb3da3184a9d4bc97ded9566 2,360 0.78/1.00 vMB 15
543,661 543,661 000000000000000000082627c4eb27d8dbe56af4eb9776003ab8ac6e322df9f2 327 0.10/1.00 vMB 17
543,660 543,660 00000000000000000021043cd9956ca2bd773bf4b09b7ab9be75ff7bc85212c9 1,097 0.54/1.00 vMB 5
543,659 543,659 000000000000000000218002984c80da392129b4b4741698dd0fbb52e1f1e3c5 2,915 1.00/1.00 vMB 23
543,658 543,658 00000000000000000025dd83f0cba52d3c47d190f69143720d9a1e88e33f3ab6 410 0.13/1.00 vMB 13
543,657 543,657 000000000000000000174c095063d94600876e5358e50d57443098ddea0b583b 3,221 1.00/1.00 vMB 18
543,656 543,656 00000000000000000006d5afa860b6b281fbae08e42ccd1df7a9038dff5cce6e 915 0.30/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.82 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 710.74 GB
    • Received: 17.08 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.