Loading Tool

Explorer IconExplorer

Memory Pool

50,628 transactions
30.30 vMB
0.09127843 BTC
Random Selection Loading Transactions
Max Size: 162.45/200 MB

Candidate Block

Mining Attempt 853fefa12111b536cf634cf2ac57ad110be2f7ea801de3ccabce46986da4e98d
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root 625c5fb8ef602966a29ce7f6d51493285397debf0d9ca1f3758cab588a7a44d7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,725
Size: 1.00 vMB
Total Fees: 0.02092862 BTC
Feerates: 100.34 > 2.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (426,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
487,858 487,858 000000000000000000c76d178addc10b2016262bf65926bef0094ecff5b4a4b0 1,520 1.00/1.00 vMB 109
487,857 487,857 00000000000000000028f439a108ca3856e63d8ed007aa33426b5668540e7f49 1,619 1.00/1.00 vMB 97
487,856 487,856 0000000000000000006bd718563a04873ec69646839a8ad0ad52385773a66b5c 2,013 1.00/1.00 vMB 150
487,855 487,855 000000000000000000eaafe233c95018b7a93729fcb58f3cbd6c01428cc7c4e1 2,252 1.00/1.00 vMB 98
487,854 487,854 0000000000000000005a8f6ed1e9387284143ee49d8f22a3e4d10dbeef731359 1,387 1.00/1.00 vMB 111
487,853 487,853 000000000000000000d28a3ba854033b94a4270f23cdd4c95551491991d31929 1,521 0.99/1.00 vMB 122
487,852 487,852 0000000000000000001595602c8fa813298d9c70a86ec46ac6f0f668d822cbcf 936 1.00/1.00 vMB 96
487,851 487,851 000000000000000000f8bb287424800ed3b8e210ffe262b527a7e03b48623e9f 2,053 0.97/1.00 vMB 129
487,850 487,850 0000000000000000000dae2319cc9be4b5500f4bb1e1385efbf3cc55bbd88df1 2,337 1.00/1.00 vMB 155
487,849 487,849 000000000000000000405bfbe4d502ecfbad39451c6cef8b762b6896f70d1a8c 1,066 1.00/1.00 vMB 90
487,848 487,848 0000000000000000005666302545a26a8091bb831b5498bc6dc5d30bef5ea946 2,020 0.98/1.00 vMB 236
487,847 487,847 000000000000000000d472d374cb897bfba8396d61bd9b2d91c5a962d4d3c683 1,195 1.00/1.00 vMB 130
487,846 487,846 0000000000000000003dd9051435954de04ef3d9a75a5c9fba7a9d3166255981 1,371 1.00/1.00 vMB 117
487,845 487,845 000000000000000000d7c8038d3f9305615b9d4f872c56bd6702617b47ae18d2 1,168 1.00/1.00 vMB 117
487,844 487,844 00000000000000000076e3b816e94e33caf70f10abeeeb6d60737da9b1719671 727 1.00/1.00 vMB 104
487,843 487,843 0000000000000000007df909fcbac711b8e46ec3bba82851ea2b88c618d20fa1 2,396 1.00/1.00 vMB 117
487,842 487,842 00000000000000000077ef46aba9381fa4be6485092ed6637a6607852a63db1d 1,907 1.00/1.00 vMB 110
487,841 487,841 000000000000000000224f219ad77d6fc81b43cbc5725e55615920d46c9a0ac8 2,416 1.00/1.00 vMB 122
487,840 487,840 000000000000000000fed7278cb7fea14e82766a3bfee320d9f2c8464a1c2fb2 2,330 1.00/1.00 vMB 132
487,839 487,839 000000000000000000661613343d0c13898262a89366182282e593d24f166814 2,159 0.95/1.00 vMB 121
487,838 487,838 000000000000000000fbda47e7ae4617d9443394f3d3cbf6d8fb430f3ccdd1ca 2,522 1.00/1.00 vMB 132
Previous 10 blocks ↓
Total Size: 782.06 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.16 GB
    • Received: 13.44 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.