Loading Tool

Explorer IconExplorer

Memory Pool

50,835 transactions
30.38 vMB
0.09407988 BTC
Random Selection Loading Transactions
Max Size: 162.94/200 MB

Candidate Block

Mining Attempt 676d757241c5907eb55e72f66d5c3008d4ea3bd90bf99e989de73824e7e81a62
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root 0c4c545390c9ec193459f97789198eb59d27e992570cd7bf8001d22f1ee0b1a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,658
Size: 1.00 vMB
Total Fees: 0.02336321 BTC
Feerates: 202.16 > 2.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (426,956 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
487,860 487,860 0000000000000000003cfb96df710f1e41131cf46c73e7224765f989cfcf8ee2 1,394 1.00/1.00 vMB 129
487,859 487,859 00000000000000000001ccc5b1653f9809d8e8c3cb8b2a2e44093e9ddd29a84d 1,243 0.98/1.00 vMB 107
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
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.