Loading Tool

Explorer IconExplorer

Memory Pool

81,676 transactions
30.82 vMB
0.09291958 BTC
Random Selection Loading Transactions
Max Size: 187.53/200 MB

Candidate Block

Mining Attempt a4317f21f6c62f0a5bf51f48b3ec9a91934e491bc41de83adad6a7f79ed2fd08
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root d0fc4921ed3260e8a6dc02592135a5cb4beaa7e8f9b840325e7feef3eb1cecb0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,701
Size: 1.00 vMB
Total Fees: 0.02348242 BTC
Feerates: 318.30 > 2.35 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (382,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
532,978 532,978 000000000000000000355552feac15605b3ba8187225c77d6c4953d42810bde7 2,473 1.00/1.00 vMB 38
532,977 532,977 0000000000000000000e398102c5e9622f05ba05f738ecf4aed8488bba364113 2,959 1.00/1.00 vMB 21
532,976 532,976 0000000000000000002313e5b68beb69c6882836edb281c221942790bd90d409 1,613 0.79/1.00 vMB 15
532,975 532,975 000000000000000000272578c9bb3afa979916ce281d92d3e9a9ff6f2c8ca992 1,805 0.73/1.00 vMB 5
532,974 532,974 0000000000000000000240a031b8fb689b64ca07b73ff39a1b7c354487d0cfbd 2,843 1.00/1.00 vMB 26
532,973 532,973 00000000000000000028c9f73efe35264fcec2d79081c9a35a3371bafdb1e6ec 2,419 1.00/1.00 vMB 17
532,972 532,972 0000000000000000000e3da8a6f18c5fd76470b01a7ed82579ca2d4bb6143036 1,521 0.67/1.00 vMB 32
532,971 532,971 0000000000000000000bef89617907dd5d27baceedb3c0550b55b324a1d755ab 433 0.15/1.00 vMB 14
532,970 532,970 000000000000000000202b83f602d17922c11c3dd95ee0b87f831816a6e1da85 917 1.00/1.00 vMB 5
532,969 532,969 0000000000000000001e3d287035e6f199c642860874b0c363dbbc7c34254d27 1,864 1.00/1.00 vMB 5
532,968 532,968 0000000000000000002edeacdbda1ace80d08be9544e79d00f0bc8f1758d2df7 2,446 1.00/1.00 vMB 10
532,967 532,967 0000000000000000002ba13ba85b1c45d771b18b52ae51944ba7edd2efef6e3a 2,973 1.00/1.00 vMB 24
532,966 532,966 00000000000000000019b47558e253af9b742fff8ba8dcd1da0b3f1522f91f8b 2,742 1.00/1.00 vMB 15
532,965 532,965 00000000000000000025a1bd62290f4bda6d74bee0ec2e09e346b998c45c3494 2,558 1.00/1.00 vMB 22
532,964 532,964 0000000000000000000683d3982a9b7e42924f5b86b42d41dade1c71349c1a11 1,816 1.00/1.00 vMB 9
532,963 532,963 0000000000000000000cd79fd93f8f47da77df32ea66ba331652670c45e50d8f 2,349 1.00/1.00 vMB 46
532,962 532,962 000000000000000000211b747f0c06f96b4ca6696fa07864e542e23b8094b945 170 0.06/1.00 vMB 47
532,961 532,961 00000000000000000010d21cf630767057a4732397aa6ea8843643aefbfc6639 1,019 0.35/1.00 vMB 25
532,960 532,960 0000000000000000001c485e30c39c08d658484ad0bbb5c112dda14e51994f33 2,503 1.00/1.00 vMB 19
532,959 532,959 0000000000000000002430f8860ec49bd6cb407a2284332f20de24510c2714b8 2,865 1.00/1.00 vMB 18
532,958 532,958 000000000000000000330844feeaa397113a8ad547c69f9831be21e0e8dd625d 2,225 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 783.00 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: 718.41 GB
    • Received: 17.89 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.