Loading Tool

Explorer IconExplorer

Memory Pool

24,778 transactions
5.42 vMB
0.05099733 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 40.23/200 MB

Candidate Block

Mining Attempt 350ce6b5ef5740aa44c2faf873153df3b5396ac2526ed9dd75c215912c7d5b98
Version 20000000
Previous Block 00000000000000000000fd012ea049d25cf28e26aee7c7a1fa30d0c8cd0c6532
Merkle Root 3a08dc8bac7f397459d9878824e6d2d901abb8b5d7ea2214f4c4324f966ac4e9
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,061
Size: 0.63 vMB
Total Fees: 0.03797828 BTC
Avg Feerate: 1.08 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,982 (709,986 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
202,996 202,996 00000000000005539be47c16943569b60c68f05a712dff574dd9a25c484d3a39 0.05 MB 99 411
202,995 202,995 00000000000003419e04a9b14f458d585cd32b54175b2c5d5b49ab8adf5d97c1 0.12 MB 251 141
202,994 202,994 00000000000004fc1f06fd53dd448b8dfab86df23e0fefacdc80dfe5c2da3d1d 0.04 MB 80 281
202,993 202,993 000000000000029096e97bac28b18488e7d4a3e1997d82c49c4d5464b87fad2c 0.13 MB 274 111
202,992 202,992 00000000000000a460b70d1083ef55ca92842b419267249ead1787892855888c 0.40 MB 767 95
202,991 202,991 00000000000002d0e12a657892f8e4062329af0fd1a3f71f55825b77f9815c17 0.05 MB 134 38
202,990 202,990 00000000000000914483a3a4c48c94888cbe4341478e8f38bb5a73a4ab535b94 0.20 MB 526 150
202,989 202,989 000000000000056a966e7e8cb27683e78262e5fc8764d5ffc3fea178b50573eb 0.36 MB 699 116
202,988 202,988 00000000000001e46d959913543e96b0074a821672b684d0292a9baeeaa6b70d 0.22 MB 456 137
202,987 202,987 0000000000000230703003b1b26b5fc0831372e1926b1531707a0a15c766c13b 0.48 MB 959 63
202,986 202,986 00000000000002daeb1b2e665dbc06ccfae2e0790c3015da02cbf84e9e0c945d 0.02 MB 32 599
202,985 202,985 000000000000031617e9222ed2fbc572cbb683ccdbf778bf25155e28881cd2ea 0.14 MB 367 147
202,984 202,984 0000000000000320ae1086ae8ca60db2ce33e6526da2432b39baa1f55c8cf95c 0.00 MB 13 463
202,983 202,983 000000000000001199fae184d1fc778fa290b1bbcd7e28d47d33635e7b6e231a 0.14 MB 384 134
202,982 202,982 00000000000003a57551188d235ef759418df0bf8c7251c61489c4766abfa1c3 0.09 MB 104 67
202,981 202,981 000000000000004893b7894a14935f8cb7833c1c970841f24a81e03ca1a6be1a 0.00 MB 11 27
202,980 202,980 000000000000000cadf212c71a8cbaed894aec3e16ec629a04f5130798840dd1 0.20 MB 287 138
202,979 202,979 000000000000047a0722c44b7cd3c047cdb4158efeea709998ceaac7ddfd0dbd 0.05 MB 123 86
202,978 202,978 00000000000000d17a7be203eca68ea0b6a153e90cfdd04576c9f87b5a63f858 0.25 MB 724 190
202,977 202,977 00000000000004ba48de225d0906e544b6d1a07113cf354253a993c81da5dccb 0.00 MB 1 0
202,976 202,976 0000000000000192800ca7dc10f735b134a429e55399ebb081f7c5e91a91911b 0.00 MB 11 0
Previous 10 blocks ↓
Total Size: 778.81 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: 361.57 GB
    • Received: 3.25 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.