Loading Tool

Explorer IconExplorer

Memory Pool

82,294 transactions
31.74 vMB
0.10839235 BTC
Random Selection Loading Transactions
Max Size: 190.29/200 MB

Candidate Block

Mining Attempt 579e3411b6c9011fc92da0b779ca1c0ccb6e5f4e09a9403515a1bad874a548da
Version 20000000
Previous Block 000000000000000000010cf532a63a6441b67a3efb5df3eadda72118873c170e
Merkle Root 7608a9002bf81ae1977b54aaa6daa2f2aab97be008f9907abe4ed03962618577
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,971
Size: 1.00 vMB
Total Fees: 0.02460342 BTC
Feerates: 99.50 > 2.47 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,376 (27,240 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
888,136 888,136 0000000000000000000135f377659642ec86f64837e47a0658a2ac84e01d3eac 3,870 1.00/1.00 vMB 1
888,135 888,135 00000000000000000000f453806d8911746e667616ba808161adc0f44b8e629f 1,028 1.00/1.00 vMB 1
888,134 888,134 000000000000000000013ceab53128c4b5d9c538118a903b21b7a128a69a80fd 2,847 1.00/1.00 vMB 1
888,133 888,133 00000000000000000001be4b90157cb24d2bd02941182fffefa0b99a8c656011 2,502 1.00/1.00 vMB 5
888,132 888,132 00000000000000000000247a57351db6f80161ad60838439dc97684054bd9168 2,206 1.00/1.00 vMB 2
888,131 888,131 00000000000000000000c879f2ac3e5c66cfdf362ddff610f418dd7c83501423 3,376 1.00/1.00 vMB 3
888,130 888,130 000000000000000000026fcddc57abd9f91332ac3f94b6b58bc427fa7a058121 2,962 1.00/1.00 vMB 4
888,129 888,129 0000000000000000000190f093b42d7e77ca4148093f999ed10fea6dfb1f4a09 1,760 1.00/1.00 vMB 1
888,128 888,128 0000000000000000000126d1c68fdb0dcd49737ebfbca47a402fffa823ee4558 3,639 1.00/1.00 vMB 4
888,127 888,127 00000000000000000001d0ff1b8ef1615ab7301aee6d48f39c35e1542b477d18 2,475 1.00/1.00 vMB 2
888,126 888,126 0000000000000000000170b6cf1c46fb69382f4bb3181e8774a61cb333c728f0 1,869 1.00/1.00 vMB 1
888,125 888,125 0000000000000000000114ba0d4b060519979dbf384a9b66de40b8721b28c0f6 4,008 1.00/1.00 vMB 1
888,124 888,124 00000000000000000001163c00678a1c864aea81d872869c7312b450aac15f86 4,763 1.00/1.00 vMB 1
888,123 888,123 0000000000000000000092efca6d2d61ed19a75107f812a9500ac1ea71c2fdcb 2,440 1.00/1.00 vMB 1
888,122 888,122 000000000000000000006d9a4dbc6614d7832f69759a6df8a4ca083d5632e979 2,409 1.00/1.00 vMB 2
888,121 888,121 0000000000000000000159b48d35d5b0ac5ef4dba355bf107b3b992003a52a8d 948 1.00/1.00 vMB 2
888,120 888,120 0000000000000000000108b22c1faccd1d0774719d9cc7c6564d5d7c2f161e75 233 1.00/1.00 vMB 1
888,119 888,119 00000000000000000000d7acfec8a2f7319c6d99cb7f1eeeaec51a10938d2201 2,838 1.00/1.00 vMB 3
888,118 888,118 00000000000000000000728b3f9a8099826fe3f3401a46f97389f7f0a7b0ece9 2,446 1.00/1.00 vMB 6
888,117 888,117 00000000000000000001bdf3811e58286d0ea8306729286e467feafed411aa47 2,237 1.00/1.00 vMB 3
888,116 888,116 0000000000000000000077420ee9e81e04bf1f2afc139de29a8cf1420e261e9a 2,737 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.04 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: 720.41 GB
    • Received: 18.16 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.