Loading Tool

Explorer IconExplorer

Memory Pool

82,739 transactions
31.99 vMB
0.13146284 BTC
Random Selection Loading Transactions
Max Size: 191.89/200 MB

Candidate Block

Mining Attempt a2c95b0bc9f4e601959eb5e4c0e531390ef525edef938822a791fa10cb9bc19d
Version 20000000
Previous Block 00000000000000000000ed28e39baea4b6623f6a6c602c921cd015c56b2bd9e9
Merkle Root 1fd5c9e17827996ee20cf5e800a6e6b70935e6ecb65f9d052d400e684577df55
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,383
Size: 1.00 vMB
Total Fees: 0.05701432 BTC
Feerates: 180.34 > 5.71 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,171 (248,542 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
666,629 666,629 0000000000000000000b0e2428968cd3e0a0fba49f1841e193b19f66632e0a4b 2,621 1.00/1.00 vMB 94
666,628 666,628 0000000000000000000a5f53baa145f7a6f44e7c9cfa4be8581283a420eb1036 3,413 1.00/1.00 vMB 132
666,627 666,627 00000000000000000006a293574d0f999c0b653535720741778d5c24f76a3921 2,722 1.00/1.00 vMB 30
666,626 666,626 0000000000000000000c7eb0b3c4590dc631db558e5b07d9bd17b5d29c16effe 2,768 1.00/1.00 vMB 91
666,625 666,625 0000000000000000000c53b3931139359240257d9e9cfa49591569d14361626b 2,896 1.00/1.00 vMB 53
666,624 666,624 0000000000000000000a71d1366680793814535b60394f24b56571cd860e1e64 2,552 1.00/1.00 vMB 57
666,623 666,623 0000000000000000000c97791cca98e6cbba68f768fdef97b8ecaf05c2162b70 2,617 1.00/1.00 vMB 54
666,622 666,622 00000000000000000005687e3b710468b22f2f2d0b02fcbce76750c470220128 2,748 1.00/1.00 vMB 36
666,621 666,621 00000000000000000008e4c6bafc4a2bbb0bca962777d518f1d0e943e626ba16 2,346 1.00/1.00 vMB 64
666,620 666,620 00000000000000000008ab607d783e0d56323ea36f1e060fda57174e7b90882c 2,953 1.00/1.00 vMB 42
666,619 666,619 0000000000000000000329073f64d929e3535d367f4790a33a9d2224ce02a7b2 2,210 1.00/1.00 vMB 43
666,618 666,618 000000000000000000029aabb5911ba4553684603986a9111d1648b4d87d758e 2,883 1.00/1.00 vMB 71
666,617 666,617 00000000000000000003f5d5568515453aedfb7db3b907f27a264dad81880918 839 1.00/1.00 vMB 76
666,616 666,616 0000000000000000000a4daaaa0d674d625e8325e5f35b92b99a5d4b0b97f238 1,378 1.00/1.00 vMB 71
666,615 666,615 0000000000000000000944e30618346fa9800a77b1a7dbd03817b80f6d82fadf 2,572 1.00/1.00 vMB 90
666,614 666,614 00000000000000000002c920ade1d965a40d42b03153b14ab6e35c3cfcd8843b 3,298 1.00/1.00 vMB 113
666,613 666,613 00000000000000000002323cce781d0ae52a1809d8b73dff370b57a10ba98b83 2,340 1.00/1.00 vMB 66
666,612 666,612 00000000000000000002a2ad2054b19f39050065ef320200b70c205154090b89 2,852 1.00/1.00 vMB 105
666,611 666,611 0000000000000000000a0494ba6d885aaca180ad621abaa8169126e734d6e67f 2,130 1.00/1.00 vMB 50
666,610 666,610 0000000000000000000024791c43407fd32f8629a6f52a25c8bd847366b5fe38 2,245 1.00/1.00 vMB 97
666,609 666,609 00000000000000000007804b5e50f7aed882ab15f8b6c6dade858dbe76928b56 2,356 1.00/1.00 vMB 81
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.29 GB
    • Received: 16.53 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.