Loading Tool

Explorer IconExplorer

Memory Pool

86,573 transactions
31.79 vMB
0.10820863 BTC
Random Selection Loading Transactions
Max Size: 194.74/200 MB

Candidate Block

Mining Attempt eed06ebae2f8d311d316585de071158200154950662339d069ef930d0eee4733
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root 96e43a3086af6dd430b1bdff89401066b6b52ba29cceae0c5598248fa55302f4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,880
Size: 1.00 vMB
Total Fees: 0.02774647 BTC
Feerates: 1,236.26 > 2.78 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (159,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
755,809 755,809 00000000000000000005c3a9e7daa61e3c9c71e7c491ce0d40b03ca223b8d688 1,676 1.00/1.00 vMB 4
755,808 755,808 000000000000000000049f57455a227ac65a57fb16739e6b06ffdb54ae3ab0de 2,320 1.00/1.00 vMB 10
755,807 755,807 0000000000000000000266a99bc7e9ad902792f289f30604ee4aaa2b84d9cee9 3,474 1.00/1.00 vMB 21
755,806 755,806 00000000000000000005e27e52f916d989cfcec21d2f9e051c7e645962ab5a5b 2,289 1.00/1.00 vMB 10
755,805 755,805 000000000000000000011ffcef936effbbc26ed099f75678b0e20f243ebcc6f6 3,528 1.00/1.00 vMB 14
755,804 755,804 000000000000000000038bc0e07fe7b578d0845ca1a4dd2d0816a87e4c732c59 3,206 1.00/1.00 vMB 27
755,803 755,803 00000000000000000005b8afbae9a0578ff4ba44bd2f538bb57c6d5715c856c3 1,553 0.64/1.00 vMB 12
755,802 755,802 00000000000000000005c80c027c245e3dfe64ef37a391761c5ffa320a0276ec 40 0.01/1.00 vMB 10
755,801 755,801 00000000000000000003cc42f17860206aac32e0e0f22e472a1b1f70deb8837c 2,489 0.81/1.00 vMB 11
755,800 755,800 00000000000000000003bc0067df27dcc900ea72ddbc673458a166531ff3dd13 783 0.25/1.00 vMB 12
755,799 755,799 00000000000000000006219945d3c70b1b5b51f9582220e50f19c43a5475f2a3 1,471 0.52/1.00 vMB 11
755,798 755,798 00000000000000000006cc4a5662dc4e8aaa4e585a109bb223b1ad84c31ff0d3 1,029 0.98/1.00 vMB 1
755,797 755,797 00000000000000000001e208f4929c75c141451c5a81d130fbbea271e8412036 2,101 1.00/1.00 vMB 7
755,796 755,796 00000000000000000002434a4e7578734e21b9facd7067b35d793b2e6face799 1,325 1.00/1.00 vMB 14
755,795 755,795 00000000000000000006e3a7e0f98388a6711dcb7b9778c9e38be848c3dc18c5 1,054 1.00/1.00 vMB 15
755,794 755,794 00000000000000000006c0e1997fa616017e720f1fe8baaf982f7bac8c4c7b00 2,598 1.00/1.00 vMB 22
755,793 755,793 000000000000000000015bf2271b817124c3c94ef42b1f1c63b8a278ceceead0 2,447 0.76/1.00 vMB 12
755,792 755,792 00000000000000000006e5902306443c3a5a0158f7a943183fec6b1e83724fdc 1,102 0.44/1.00 vMB 10
755,791 755,791 00000000000000000000a3a5df1b7e203ef7132a9c09c6e6b7f9440a4f74160a 2,502 1.00/1.00 vMB 7
755,790 755,790 0000000000000000000064582ca5b0923f7b71d86d5eff265f51f0714cdc6ac6 2,938 1.00/1.00 vMB 17
755,789 755,789 00000000000000000003ed483f1d3d80107b2486804030335015022a8cb9e77a 687 0.49/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.05 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.