Loading Tool

Explorer IconExplorer

Memory Pool

81,540 transactions
30.49 vMB
0.11418574 BTC
Random Selection Loading Transactions
Max Size: 183.67/200 MB

Candidate Block

Mining Attempt 6f56b90a5986ab8bf358ebf15a605a861153cda2bfc9347666a0c702078e3247
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root 2f667f217769d8ce4c5330c2a0c6c631f9edd5959026862ba08ae96620b6313d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,480
Size: 1.00 vMB
Total Fees: 0.03935501 BTC
Feerates: 180.34 > 3.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (336,916 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
578,226 578,226 00000000000000000010e7cb58a14aa1a38cc4faceac2824200ac8ede702f07b 2,870 1.00/1.00 vMB 138
578,225 578,225 00000000000000000026e3e73f666d0e76f483252135b3287d06b71adb14dc09 2,553 1.00/1.00 vMB 180
578,224 578,224 0000000000000000001a37ad3f7ed99da834623a4e2186b7b2e1f9e407941518 2,549 1.00/1.00 vMB 175
578,223 578,223 00000000000000000003e96a264efb283ae079d6ef06609eff55d75bb493d79d 2,889 1.00/1.00 vMB 162
578,222 578,222 00000000000000000005b27b3dcfc0112c77e56f3cd46958f5c8962a4b5b1656 3,094 1.00/1.00 vMB 151
578,221 578,221 0000000000000000001a1c4e27c3ae4b181883c4b7b6d47e23e8e24a2b51d5c8 2,119 1.00/1.00 vMB 164
578,220 578,220 00000000000000000002cc5f03e9ea3268fa187029dbe8a8105f6d9c1bc3c466 2,802 1.00/1.00 vMB 175
578,219 578,219 00000000000000000017bb70d75f6dd43c419df18dd602f5317f6316f62f69c2 3,197 1.00/1.00 vMB 161
578,218 578,218 0000000000000000000cadfc4e529eeeb6cb4a203c15991875ea64a92b3b3ff7 1,907 1.00/1.00 vMB 174
578,217 578,217 000000000000000000192bf6316ecbd242291a90534d11fbd37bdf42bccf894b 2,239 1.00/1.00 vMB 187
578,216 578,216 00000000000000000000744cee500893e21c667fcfea6e55024d4285270d12bc 2,236 1.00/1.00 vMB 195
578,215 578,215 0000000000000000001227cee6f17bde7e005240863f87a132117ad36608bd2e 2,513 1.00/1.00 vMB 164
578,214 578,214 0000000000000000000280bee9e024cebe5ebecf23d90d7708532c48c77fc24f 2,682 1.00/1.00 vMB 199
578,213 578,213 0000000000000000000607652bed4d04ba12daa54acc4b7352c83c6154169852 2,169 1.00/1.00 vMB 179
578,212 578,212 0000000000000000001c96092cfbd00db9b0346e7a84f675f84c0c679044c1f3 2,541 1.00/1.00 vMB 189
578,211 578,211 00000000000000000003d67e24691ad071e195c2aab7c68aa9bb7649e10c96a1 1,673 1.00/1.00 vMB 167
578,210 578,210 0000000000000000000b1125f01e08edc860fc2958aa41d85a18cbca636ce41e 3,345 1.00/1.00 vMB 185
578,209 578,209 0000000000000000000711ba65d5b1cc9d690d5ff9ea2c793609657b0a2ba9f2 2,933 1.00/1.00 vMB 209
578,208 578,208 00000000000000000003e559eb51bb299694ab6c9ac2ca1077e9b32d2102fd40 1,921 1.00/1.00 vMB 152
578,207 578,207 00000000000000000007759ba94a62f0b79d23d1dd42bb45f7fdbc89e92cb5dd 3,288 1.00/1.00 vMB 159
578,206 578,206 0000000000000000000f56b846b4e9a4553b96c3a89ccc28ed59e10489586013 2,873 1.00/1.00 vMB 190
Previous 10 blocks ↓
Total Size: 782.64 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: 672.42 GB
    • Received: 16.24 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.