Loading Tool

Explorer IconExplorer

Memory Pool

77,341 transactions
28.49 vMB
0.09029781 BTC
Random Selection Loading Transactions
Max Size: 173.43/200 MB

Candidate Block

Mining Attempt b793e0b090b459da2b2ef0afcb8cd04e65d0ce7f36bee40b6087b8d79402ffea
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root 98bf2c83f5d6d4d4f7ce560f3e639073832590adf252b862b1914e6c7730873c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,735
Size: 1.00 vMB
Total Fees: 0.02595937 BTC
Feerates: 477.45 > 2.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (209,165 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
706,134 706,134 00000000000000000009c46770c0f17f6034b1b6fe465936e5397b91cd404725 3,462 1.00/1.00 vMB 11
706,133 706,133 0000000000000000000a5a3f682b9f4c4a9f28842d61fe9e48143e2225e9fa35 1,150 1.00/1.00 vMB 10
706,132 706,132 00000000000000000006c35d241c8affc9f276b46ffd69bca02d38bf624f5e05 2,187 1.00/1.00 vMB 19
706,131 706,131 0000000000000000000651c8a5f91880f2a588d5fadf9bd649180dab823314e6 1,766 0.59/1.00 vMB 17
706,130 706,130 00000000000000000005d80f76c8b310e76d90ce3edfc8f95b0af8bad1a9dfe7 2,562 1.00/1.00 vMB 17
706,129 706,129 0000000000000000000dce7c38b57ba6eb3bb6e44341d211a0691eb87f53a788 1,649 0.73/1.00 vMB 8
706,128 706,128 00000000000000000008816b1c767f70b0ce1f3248dd58e12a1d08e93475b7f4 2,943 1.00/1.00 vMB 6
706,127 706,127 000000000000000000047a93cd2ec3dba17e340c5769fa1131690270076110db 2,879 1.00/1.00 vMB 16
706,126 706,126 0000000000000000000bd31ba7d94c4f231ffe7a266976cd9fc4b1c5e5230037 3,415 1.00/1.00 vMB 26
706,125 706,125 0000000000000000000213eab04fb0b8fb38691177c54b96cc9bd51856edc10e 2,819 1.00/1.00 vMB 7
706,124 706,124 00000000000000000000533478403c14390dede03f48f33dd7da3f017c5dfca2 1,470 1.00/1.00 vMB 17
706,123 706,123 0000000000000000000a336c21c7dc6edecaf71baa741db547e79b53e24849eb 1,754 1.00/1.00 vMB 19
706,122 706,122 000000000000000000019ed8317aaf93acaffdd4d6ad6aa13a32bf98a8c9d1ff 2,752 0.87/1.00 vMB 12
706,121 706,121 0000000000000000000b700110135ee188a6635f19ed57dc8a2b024775387225 465 0.25/1.00 vMB 13
706,120 706,120 0000000000000000000d8fbef0afc773468ed2fe2bfc3fe25a61d44a3e5fcd01 1,339 0.49/1.00 vMB 12
706,119 706,119 000000000000000000022ef428b21490f6e7e55e82a9279b8e23b80d162e3501 624 0.29/1.00 vMB 12
706,118 706,118 00000000000000000004e603f26d658854907e78be3bd3304e08107f06a80d23 1,326 0.42/1.00 vMB 13
706,117 706,117 0000000000000000000421bdef05e525c6b15c598b9bcaa70c7df5248cdf3a68 1,878 0.74/1.00 vMB 13
706,116 706,116 00000000000000000000ddcbbd2fd71c35db0fdbe90c543929a5dc558135d561 981 0.36/1.00 vMB 12
706,115 706,115 000000000000000000079b5a18f7c907111a555fe3fe3594edcbc894ebe7e7f5 930 0.36/1.00 vMB 11
706,114 706,114 000000000000000000090e71b5a6e0f6ea377288e238f41927e8f65e1653225a 689 0.27/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.91 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: 713.77 GB
    • Received: 17.47 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.