Loading Tool

Explorer IconExplorer

Memory Pool

85,014 transactions
31.99 vMB
0.11773137 BTC
Random Selection Loading Transactions
Max Size: 195.66/200 MB

Candidate Block

Mining Attempt dfdb14a474a140ab51ca37b365dbcf2894509ca54d6305757d061e8551581028
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root 17b03cb6124c9d1d4b6027d4b945fceee0e07d9589fe3bf0d2fdc4676ca3be7c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,742
Size: 1.00 vMB
Total Fees: 0.03829717 BTC
Feerates: 301.05 > 3.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (377,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
537,636 537,636 000000000000000000062d12cb136d9da87eb67d7d4b6216338eaa7f35cd8919 1,203 0.56/1.00 vMB 9
537,635 537,635 000000000000000000148ea6d6e2200f9e3efa647c593d49bf370ab0caf6770e 2,109 1.00/1.00 vMB 21
537,634 537,634 00000000000000000023146c57e85ec19054987dc8d26391dab52f3f12ad26ad 652 0.30/1.00 vMB 17
537,633 537,633 0000000000000000001ac32c033ec5755513e8b828a4a31c2cf890892c725a12 1,157 0.73/1.00 vMB 31
537,632 537,632 0000000000000000001ee08a55bbfa9bd7a77a1bc6b66673cc8e4062565d5bf7 158 0.05/1.00 vMB 18
537,631 537,631 0000000000000000001eea820cb4d39d9d33fdd97a80383f1f99a06ea0457992 1,494 0.77/1.00 vMB 17
537,630 537,630 00000000000000000026c52748b2b74d7b974a6b2e241d24901924dd3d3ed84c 1,761 0.86/1.00 vMB 8
537,629 537,629 000000000000000000259940258b2e94f3a1eb74254e50fb2491d057296c22ba 2,125 1.00/1.00 vMB 28
537,628 537,628 000000000000000000185a92dd9a3e6a0c2170fd6ac5e57de5e69cddab7e04db 1,819 0.79/1.00 vMB 21
537,627 537,627 00000000000000000023126b0dbab64ab2cc98b181eeaf3996e0b9ef71e611aa 466 0.16/1.00 vMB 22
537,626 537,626 0000000000000000002a70d55f3179a15da8d031d5f3bce0ebf52728c4fbc595 1,326 0.55/1.00 vMB 17
537,625 537,625 000000000000000000043e3e6e8297ad9cdc7413f31cab188b74db7ee739af54 875 0.38/1.00 vMB 18
537,624 537,624 00000000000000000001c0b98f09f211b636cccf1644820d7f6d6e205c78f041 126 0.07/1.00 vMB 50
537,623 537,623 0000000000000000000ef8766ff69a0576445c9308f4993f8a1257dc247f8cb0 1,611 0.83/1.00 vMB 3
537,622 537,622 0000000000000000001835488c8080e11592a72851c9055751bf212f2ff5c545 1,938 1.00/1.00 vMB 26
537,621 537,621 000000000000000000045aee13fa5f912b89ab1241d4db4ba1ee6d8450b79dcc 2,327 1.00/1.00 vMB 15
537,620 537,620 000000000000000000273b4e5b5bf726e024426b94ec772694a5c4d577eea2b7 29 0.03/1.00 vMB 28
537,619 537,619 0000000000000000001b5d43fc8c4ce58c54f62079c1a990826fc2149d5fcc3e 2,417 1.00/1.00 vMB 6
537,618 537,618 0000000000000000000740e6d6defb455a045d87a4b05a77f84df382a0e6e16b 2,562 1.00/1.00 vMB 18
537,617 537,617 00000000000000000014a2cd35133b337cef60a8ffd93a801b0215016a289da7 2,115 1.00/1.00 vMB 13
537,616 537,616 000000000000000000256fa3e685621f5e8ed1148e078b39e7760f2ecc3d3b76 2,327 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.78 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: 709.71 GB
    • Received: 16.96 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.