Loading Tool

Explorer IconExplorer

Memory Pool

42,464 transactions
26.77 vMB
0.06404698 BTC
Random Selection Loading Transactions
Max Size: 140.51/200 MB

Candidate Block

Mining Attempt 9ce169c9749c662a90a2e5dcbfcbaf72d60dd03b462be0b51c995b963cf708b8
Version 20000000
Previous Block 00000000000000000001c29ba26020ab8fee0b13c11f761cf92eaeb9c92dd03d
Merkle Root 822794d76368a0dd8b6931e85c2f7c1c5c0c8985c6a2d1bf981164192e422a35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,113
Size: 1.00 vMB
Total Fees: 0.01449319 BTC
Feerates: 181.54 > 1.45 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,932 (96,713 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
818,219 818,219 0000000000000000000057ebf49c324c42d6248fed333272268d6703d20fea62 4,055 1.00/1.00 vMB 44
818,218 818,218 00000000000000000001c352f87b59771606177112c40c3e2a861afcea647f93 3,249 1.00/1.00 vMB 41
818,217 818,217 00000000000000000000698f4978646fbed896b5b3d537325504253c9ab46380 4,159 1.00/1.00 vMB 64
818,216 818,216 00000000000000000003f61dabf23cacdb894c7699d6a450ef794732bcd525c9 3,690 1.00/1.00 vMB 61
818,215 818,215 0000000000000000000222b483d94c74835e46420fd64753a0b349fa357a81c8 3,011 1.00/1.00 vMB 59
818,214 818,214 000000000000000000040c026cc5ed672b3bbfc1cfb5b3f2c3e69b81f4bdb7cf 3,317 1.00/1.00 vMB 48
818,213 818,213 0000000000000000000205a899b9adffc80818117c58c00a45c269c84cbf7b06 4,523 1.00/1.00 vMB 48
818,212 818,212 000000000000000000003f2affd2d64e31c9bd59771d43bcbe7d415291ffe95f 3,707 1.00/1.00 vMB 52
818,211 818,211 0000000000000000000242cf57f442c1c7843e4cbfb55ebf1ece8c502f7851b3 4,628 1.00/1.00 vMB 50
818,210 818,210 0000000000000000000334a70ba0e93dea522feef48994379d2cd9c7dc84718b 3,704 1.00/1.00 vMB 55
818,209 818,209 0000000000000000000151b3810b76b052e458ce6a2fa8930c60f2aa720ac18d 3,219 1.00/1.00 vMB 71
818,208 818,208 00000000000000000001ee059cf3c7e5c4ea7577dc79feb8407d43d6d8b19b7f 3,225 1.00/1.00 vMB 74
818,207 818,207 0000000000000000000015e46656cf282a9b1b9de73177a0f27614d752636469 3,297 1.00/1.00 vMB 68
818,206 818,206 00000000000000000002a323797701ddbb4b34c10bcba828411c7d08a08e4cc1 5,298 1.00/1.00 vMB 51
818,205 818,205 000000000000000000008ba976070e4afa0a2bfff2b641a0777775bf669fa5ed 4,421 1.00/1.00 vMB 61
818,204 818,204 0000000000000000000211aad6b057cd1c7cfd1512d659654272e1b02c4cc364 3,817 1.00/1.00 vMB 50
818,203 818,203 00000000000000000001fbe7f2e23757676e99256ce4cb8411e40643fae86661 3,009 1.00/1.00 vMB 38
818,202 818,202 0000000000000000000044f43d57569b034c8af6baf99f7667a87713cc418567 3,331 1.00/1.00 vMB 82
818,201 818,201 000000000000000000036b33d61b2600fb59c7d0f7ada65f2a9fcb5bcf56f25a 4,404 1.00/1.00 vMB 65
818,200 818,200 0000000000000000000193c65e2431731b97e6172becf195ef7379ff7a98e7b4 4,139 1.00/1.00 vMB 65
818,199 818,199 000000000000000000041c0aaf2b72e04d6a74eca6660b7fecddb1bc21e201a0 4,147 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.27 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: 656.01 GB
    • Received: 14.37 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.