Loading Tool

Explorer IconExplorer

Memory Pool

87,046 transactions
31.94 vMB
0.13448845 BTC
Random Selection Loading Transactions
Max Size: 192.84/200 MB

Candidate Block

Mining Attempt 32a3136c9a647917bef28575f08e1211407300abf9fcea00de457fed7984f668
Version 20000000
Previous Block 0000000000000000000039baa093585d61b0a383677ec75a312826d4a9fd68e1
Merkle Root 5e23433d3b1168cde7f276b62f07c828b9d30f637b87541297dd675c23c762aa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,030
Size: 1.00 vMB
Total Fees: 0.04819950 BTC
Feerates: 911.92 > 4.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,970 (524,342 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
390,628 390,628 00000000000000000b9c1b9c64e4aeb59c610cbeaf04717fa60f2fea56f4a33f 1,151 0.63/1.00 vMB 33
390,627 390,627 00000000000000000308d12e604f37d7a567ae4c03fc7657227e5841277e8e15 642 0.27/1.00 vMB 35
390,626 390,626 000000000000000004edfbd8f23a91dde005e6ddc0f2b8c3ff23a4b8100de6da 388 0.25/1.00 vMB 28
390,625 390,625 000000000000000003be7ef1bfa864a16c0edcc8314c0d26fcb7f121a838b191 1 0.00/1.00 vMB 0
390,624 390,624 000000000000000005ac7ecf47f88a2c1b925838b998c140cdab080095c1a4a8 312 0.79/1.00 vMB 8
390,623 390,623 0000000000000000089900ee10c1c6bcc5153af4e0dc786f6c440bdb70e6893d 167 0.25/1.00 vMB 17
390,622 390,622 00000000000000000010428349c1f9bf8137b8512e0051890597702dcfc4077b 572 0.99/1.00 vMB 11
390,621 390,621 00000000000000000228b8ce4d21a5082510300596fa5d16ff78fbce0686d9df 1,264 0.99/1.00 vMB 27
390,620 390,620 0000000000000000045f0a5a313d294d2123e1f3015592630cb1d775f6bd9c28 1,450 1.00/1.00 vMB 25
390,619 390,619 0000000000000000011d81b343c76ace2598f286db084b9c3848ed86283f7009 1,202 0.66/1.00 vMB 185
390,618 390,618 000000000000000002a1f09ad65f40da213848020bb5d37c2d84faebdafea8a6 2,621 0.95/1.00 vMB 46
390,617 390,617 000000000000000001443f18bcf61dfc62383f60a50e38efa9a7c4919485ae67 2,001 0.90/1.00 vMB 38
390,616 390,616 000000000000000007afb30f6a9314821ec1f531470e089b751e6d8b1ee19882 710 0.27/1.00 vMB 35
390,615 390,615 000000000000000009f090b08c9200bb60cec23f5486f53b1e89a82a707853af 834 0.89/1.00 vMB 15
390,614 390,614 000000000000000005f2542ed6d691dbd4194311826e3892fb5db037771022a1 1,965 0.81/1.00 vMB 39
390,613 390,613 0000000000000000054c7e0dd51236f8e2591f8c66bc3cff03a49b51e612b1b8 825 0.85/1.00 vMB 15
390,612 390,612 00000000000000000ae259cf3f295d643258ea770b95eb7c2b88e392b4fc19a6 347 0.99/1.00 vMB 8
390,611 390,611 00000000000000000a2c7fcba1151de1e8b999c5d97729a7c1ccd0fc5dd042d0 414 0.25/1.00 vMB 22
390,610 390,610 000000000000000000f85be915b3ea3df30232491f5b2c5a2212a4dfd5b06a1a 1,494 0.63/1.00 vMB 41
390,609 390,609 00000000000000000a7eba222b519c01aca1143323c49358314ba7f9a69329a8 213 0.21/1.00 vMB 32
390,608 390,608 000000000000000001f38a4a242db74e9e767f8ce1e8cc5598f7720e53b7f4e8 428 0.23/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.34 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: 660.98 GB
    • Received: 14.78 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.