Loading Tool

Explorer IconExplorer

Memory Pool

83,980 transactions
33.18 vMB
0.15464286 BTC
Random Selection Loading Transactions
Max Size: 198.23/200 MB

Candidate Block

Mining Attempt 9adcca303d2704c56bcc06f263ce0a5bb304177d871f1ff7921cf62bac3143bb
Version 20000000
Previous Block 00000000000000000000ed28e39baea4b6623f6a6c602c921cd015c56b2bd9e9
Merkle Root 6567f70456fb24a1d8d0505dfeca787204149fb20eb02c584d52ba9cb882a65f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,708
Size: 1.00 vMB
Total Fees: 0.07145199 BTC
Feerates: 348.43 > 7.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,171 (350,216 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
564,955 564,955 00000000000000000017700ff0d514ef3062b739ce9af16ffde4d620b1f2a7a7 1,521 0.47/1.00 vMB 17
564,954 564,954 0000000000000000001f27daa50b205fa93e39fa693a98a7c4784eebe01c2e54 778 0.22/1.00 vMB 17
564,953 564,953 00000000000000000012d09a9f9169f7aaf9ac0670b906355ae3a5b6a65438a9 1,281 0.43/1.00 vMB 15
564,952 564,952 000000000000000000102cd366c6c7a253f6cbcca934ec173c7b392f85d2907d 3,263 1.00/1.00 vMB 17
564,951 564,951 0000000000000000002177b3096cea5afc4554a632f8747f2001d6898eb87a50 2,857 0.90/1.00 vMB 18
564,950 564,950 0000000000000000001193f5110f96e18c6999d82b1b9477d4834b7ae09b7741 2,354 0.68/1.00 vMB 20
564,949 564,949 0000000000000000000e786e1e39961547b282c256df5f96aad4e31913ea5577 3,228 0.99/1.00 vMB 5
564,948 564,948 0000000000000000002214f7766f846fedd7a8f5bb7c3d65d15f13158fe907f0 2,851 1.00/1.00 vMB 29
564,947 564,947 0000000000000000001ae1246da8ae43d290a9b61ccbfc1d895bf72db8060b99 3,092 1.00/1.00 vMB 26
564,946 564,946 00000000000000000009100c3b97060ecaec44d843285f115b0d784502bf4d90 1,925 0.58/1.00 vMB 19
564,945 564,945 0000000000000000000617de496bc8c8186a8994367fb938d307b061b7ffcf85 1,607 0.49/1.00 vMB 15
564,944 564,944 00000000000000000022e188c1b5ca1de619a924730b11a9392c8f8aa7bf4bca 1,465 0.44/1.00 vMB 10
564,943 564,943 000000000000000000133629449fa3c77646df4694a5dd26a165a1719999f88b 3,165 1.00/1.00 vMB 16
564,942 564,942 0000000000000000002b098eedc37764d99c22705ae4ff29271fa84c77adb02b 2,820 1.00/1.00 vMB 31
564,941 564,941 0000000000000000001c5d9e541add541ceb633bc20a98dd2cfd9e09fa04b19e 2,392 0.82/1.00 vMB 19
564,940 564,940 0000000000000000001fa0f6bd14b4c6381294ad1e24a4a27aa3bd62b6028001 394 0.23/1.00 vMB 10
564,939 564,939 0000000000000000000953579d782cb86bf2b7e509e3ba1c47b06b5caffa6dc6 2,784 1.00/1.00 vMB 9
564,938 564,938 0000000000000000001b25b6f4367d19006e5a4036b5e4362b79aff2acb59bcb 578 0.27/1.00 vMB 10
564,937 564,937 000000000000000000266308625358c603aee432a62aee9d099d2075550fefc4 1,035 0.48/1.00 vMB 14
564,936 564,936 0000000000000000001841d36697232e5a3c0b41cb0f6fbd96a275f47dc4d957 3,323 0.92/1.00 vMB 8
564,935 564,935 00000000000000000014ec47cdfc47c49ede39cb518451841ca470c6387352bb 1,115 0.32/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.69 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: 697.30 GB
    • Received: 16.54 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.