Loading Tool

Explorer IconExplorer

Memory Pool

41,766 transactions
26.82 vMB
0.06124990 BTC
Random Selection Loading Transactions
Max Size: 140.54/200 MB

Candidate Block

Mining Attempt d5856ab6ac60368efbf1028ebdfd58efcfef249ac13117b0d65b538c3fc94393
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root a120249f3e236c5110c9dc53f37dcae860a75d9842c6cfc76b542005955bee97
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,176
Size: 1.00 vMB
Total Fees: 0.01151581 BTC
Feerates: 60.14 > 1.15 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (338,963 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,949 575,949 000000000000000000149e0bf3da4a57de19d60a9c3ffcf58042b1b37b601150 1,774 1.00/1.00 vMB 38
575,948 575,948 0000000000000000000206c77f8d92101f6ae3a466cd58997d354fd12b5c8668 1,871 1.00/1.00 vMB 57
575,947 575,947 00000000000000000005df11795f7ecbaea860dc1ef864ce33b314e0f38fa284 2,527 1.00/1.00 vMB 13
575,946 575,946 000000000000000000280f0bca0b5793fd29e28c01a13b914a0ba3e800f8e452 2,612 1.00/1.00 vMB 31
575,945 575,945 0000000000000000000cbfd685bf423b541e4be9c46459f7c456212837291d5b 2,569 1.00/1.00 vMB 80
575,944 575,944 0000000000000000001a4c9ffdf8c05d3b36517cdbf7c32eeb9fa9eadc20ee74 2,510 1.00/1.00 vMB 54
575,943 575,943 0000000000000000000c7e3cbd9fc77e5a08593d7cc246c9b6af01114a5c9c54 1,900 1.00/1.00 vMB 32
575,942 575,942 0000000000000000000628b5c2a5307dadddeacafa71b12c5c87d9397262b22f 1,342 1.00/1.00 vMB 57
575,941 575,941 00000000000000000013b9911f5b646d06a1691ad1795677d468552a0ddd6fbf 2,435 1.00/1.00 vMB 84
575,940 575,940 00000000000000000021b9b934e7c8a3af2fe66a56ede0d9d63e2390525630c5 2,776 1.00/1.00 vMB 63
575,939 575,939 000000000000000000026ce80d87b935b3a94d14f5e1de99601f9be8ace4e608 3,075 1.00/1.00 vMB 67
575,938 575,938 0000000000000000000aa733ee960f952c8a45ae5771e3b2bf39fab67c55e47c 2,083 1.00/1.00 vMB 91
575,937 575,937 000000000000000000254e11a7e4ce3b018070677a0d51f7440fe79787ddf9af 2,215 1.00/1.00 vMB 70
575,936 575,936 000000000000000000292271bf6f336bdd63851177803cf110db63b0979997fc 1,450 1.00/1.00 vMB 71
575,935 575,935 0000000000000000000f13cd5935646b0acae9bca1d42d1fe33623be442840fb 3,448 1.00/1.00 vMB 95
575,934 575,934 0000000000000000001961f63f0f3f91e3918e618d4c156c0541ae02631c1b63 3,320 1.00/1.00 vMB 140
575,933 575,933 0000000000000000000f07aa027d85ac90249094f5ee2ce75b195be5e218d500 2,505 1.00/1.00 vMB 47
575,932 575,932 00000000000000000011e61f7249a6c62d679861596a25615d40313c0d3617a8 2,372 1.00/1.00 vMB 76
575,931 575,931 0000000000000000001ff8eaeffee9619f2786125f8b2bf277aa6eb109ca2f63 2,911 1.00/1.00 vMB 85
575,930 575,930 000000000000000000205b7a4ef7793a83876c33879cd13efded0aaf9817d717 3,701 1.00/1.00 vMB 117
575,929 575,929 0000000000000000000cf48d48bea796ca659fc21154d88b60a58e00ccb4c3ab 2,973 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.23 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: 655.02 GB
    • Received: 14.23 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.