Loading Tool

Explorer IconExplorer

Memory Pool

76,993 transactions
28.72 vMB
0.07695235 BTC
Random Selection Loading Transactions
Max Size: 173.75/200 MB

Candidate Block

Mining Attempt 3e0d75a77eebe1ebeda39575c888c8c62a24103af2404f5a8eb36581c073ebd4
Version 20000000
Previous Block 000000000000000000011d49c0349887e36fe6508c1977edbe2c0a508259bee0
Merkle Root 84a8a6e455b58b2a0cb3a25b3f0523faf9743a32804d01cf4de7a209d6ae7722
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,034
Size: 1.00 vMB
Total Fees: 0.01713967 BTC
Feerates: 100.17 > 1.72 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,136 (194,686 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
720,450 720,450 00000000000000000004abd74148bb2138ac6535b0c41c0fcaa220ca983bc1e9 2,083 1.00/1.00 vMB 3
720,449 720,449 00000000000000000003d1f361ce8f8bfe96713aceafb4cf27af2365d1f350c1 1,388 1.00/1.00 vMB 4
720,448 720,448 0000000000000000000582a0eda04cba7e9d10a1b2e4322b520d4d5b529e4f1f 3,016 1.00/1.00 vMB 17
720,447 720,447 0000000000000000000a14dd604543a3c36e80c154318b8e2369c1043e9c3531 359 0.17/1.00 vMB 15
720,446 720,446 0000000000000000000584f6c6c5492a09788b37956a11520d8ff82b136dd26e 1,637 0.99/1.00 vMB 10
720,445 720,445 0000000000000000000411b9a796176b3045eceb52ed60bba8a80de6048536e7 1,710 1.00/1.00 vMB 2
720,444 720,444 0000000000000000000766d5926ea1e01b126ca57b55c86f0f9e17b16c1cc2bb 2,840 1.00/1.00 vMB 11
720,443 720,443 000000000000000000049d4e9ab2260d95e4589a96ca0bbe0ffe5fb178cf565c 1,314 1.00/1.00 vMB 4
720,442 720,442 00000000000000000005251b1fa8b59234ba7a334a49e55680e1c26fdd003277 2,062 1.00/1.00 vMB 8
720,441 720,441 000000000000000000064d955384890ae18bce5be8d850b56268b278b2819a9d 2,459 1.00/1.00 vMB 7
720,440 720,440 00000000000000000002faba1ea372ade3fb4591749602a97a71b88aca401353 1,929 1.00/1.00 vMB 8
720,439 720,439 00000000000000000008b9262818f8fb01d14725240c8c55cdb53760a4df2a80 2,174 1.00/1.00 vMB 11
720,438 720,438 0000000000000000000a6fdfd33e6927922f1c8f48e587723dc3c35907215e77 1,431 1.00/1.00 vMB 16
720,437 720,437 000000000000000000081c8040adb8c0af737c4bc0a606a5fd2322f1c232e61c 1,419 0.63/1.00 vMB 8
720,436 720,436 00000000000000000009f71cf6995ab2ce0b54597c7d2ffb0146bb4266e659a5 887 0.33/1.00 vMB 6
720,435 720,435 00000000000000000003f2f531c905760497d4301f3c6413955fca859e45a31a 2,272 1.00/1.00 vMB 13
720,434 720,434 0000000000000000000a18366ec55ff0f4b7dc90a58d039e16494d08cd6a4d74 2,724 0.99/1.00 vMB 9
720,433 720,433 00000000000000000001f7dd0b15104d9ae7775c86ac7c039e6c837e6840df87 1,176 0.45/1.00 vMB 10
720,432 720,432 000000000000000000089b96b16ccc37ed14f14bb5fd671cd12f239dedeaa29b 489 0.40/1.00 vMB 6
720,431 720,431 000000000000000000095826b94224d98445e51781210ed6558d59f7ef15d97b 2,275 0.78/1.00 vMB 9
720,430 720,430 000000000000000000032b3de894775a945553a420b8118ab33ea74b3a321ba9 1,501 0.81/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.63 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.12 GB
    • Received: 16.15 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.