Loading Tool

Explorer IconExplorer

Memory Pool

83,516 transactions
31.23 vMB
0.09606324 BTC
Random Selection Loading Transactions
Max Size: 191.64/200 MB

Candidate Block

Mining Attempt 39477ffb2f117f724b50dd6284f6b9d5508a621066347240bd1158d6300d0b6b
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 2d1e41a51a981927d6583ef61a98e29e228c650eff455caa391f1639c23d0017
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,677
Size: 1.00 vMB
Total Fees: 0.02564181 BTC
Feerates: 301.57 > 2.57 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (283,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
632,036 632,036 000000000000000000115ff3bd4a5021f0867744b0710d731e31675ab2a922b8 2,272 1.00/1.00 vMB 27
632,035 632,035 0000000000000000000615a48c5821df760e0e016e5d6ff96162b8c9b8bcff23 2,741 1.00/1.00 vMB 68
632,034 632,034 0000000000000000000322dceef2b82217760e94b415500c5ced1ece35a1e6c9 2,249 1.00/1.00 vMB 96
632,033 632,033 0000000000000000000cc42d401a9cb5aa52abe4a77a2bcbe2f10138d0c2a88f 1,223 1.00/1.00 vMB 20
632,032 632,032 000000000000000000092da52abe4b3d2c07b47d35621046dfb5ee22d0c41311 1,960 1.00/1.00 vMB 35
632,031 632,031 00000000000000000009b1cb8705321aa7aaf297fa2581f525fcc605ffb4ec4b 2,780 1.00/1.00 vMB 57
632,030 632,030 00000000000000000001d0827f2b1f4cc4043627f8ae2609c5814ea25da27a08 940 1.00/1.00 vMB 11
632,029 632,029 00000000000000000005d0c208a0ea188154ba43117d3d91d778655f680d226c 2,368 1.00/1.00 vMB 27
632,028 632,028 0000000000000000000e7629205308799ea602326914781fc5a1f279e51f5af2 2,628 1.00/1.00 vMB 68
632,027 632,027 000000000000000000032ce0189e4264e34d6290072f4934601635d1f9abe4ad 2,450 1.00/1.00 vMB 30
632,026 632,026 00000000000000000001a0e6efc4ef5abc5e3506c064732bd2ad8b49b537f07d 2,470 1.00/1.00 vMB 45
632,025 632,025 00000000000000000002506e6aa78b1380942fbba40c639084496b848de9704f 2,637 1.00/1.00 vMB 70
632,024 632,024 0000000000000000000efe9bde92c925b701a7aa08681c0739b7a68ed05eadb2 2,704 1.00/1.00 vMB 73
632,023 632,023 00000000000000000009e8f57eaa0bae5582d1e1a82104b3511b654da263fd8f 1,887 1.00/1.00 vMB 42
632,022 632,022 00000000000000000007d8292fd910a14457b2eb937d1ff4485fe096b9c810d3 1,228 1.00/1.00 vMB 15
632,021 632,021 000000000000000000042d23c6de520657118b95968820a3b7d4d2ebd177f0f3 1,985 1.00/1.00 vMB 22
632,020 632,020 0000000000000000000b64de75faf534c334cff3200e20c596000d2510b52dce 1,402 1.00/1.00 vMB 47
632,019 632,019 000000000000000000042d8d1442796284c18ee8da4f8383ea9586fb9185ad67 2,062 1.00/1.00 vMB 44
632,018 632,018 0000000000000000000c0539f29f09f3c1af6b7709830e6d5ed2ec24837a1e07 2,229 1.00/1.00 vMB 56
632,017 632,017 000000000000000000090b0e58df0e52321f41847b9bb5534fb0cf8915b7352f 2,489 1.00/1.00 vMB 94
632,016 632,016 0000000000000000000d71200fa38e850b5128d4420767b6ec5d7d039e6cea94 558 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.78 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: 709.57 GB
    • Received: 16.92 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.