Loading Tool

Explorer IconExplorer

Memory Pool

85,626 transactions
26.39 vMB
0.15116281 BTC
Random Selection Loading Transactions
Max Size: 166.55/200 MB

Candidate Block

Mining Attempt 0a8de62c1e1750a1c531442694d8f46e4bb3145fdd5f24a85bf9aaca4aac6796
Version 20000000
Previous Block 0000000000000000000151e3529276bc41046e1b01e70644f9a98489f3b3defa
Merkle Root ec5b41bd48ec9efc222bfdde7ad0ec2051a2ef8c4f94bfc0e866e292a61bb1ed
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,696
Size: 1.00 vMB
Total Fees: 0.03408660 BTC
Feerates: 110.14 > 3.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,652 (836,267 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
79,385 79,385 00000000000bfdd51bb48c343b4db4391a829b095eb66aa9690f4a80e69c63d4 1 0.00/1.00 vMB 0
79,384 79,384 0000000000248beea305fe1f5fc6a4c3d61ef0e224e3ec1794067db74aa06b59 1 0.00/1.00 vMB 0
79,383 79,383 0000000000220650b869baaebaf1385cb5593c62ba7d2d13c6c537ea9678dfa0 1 0.00/1.00 vMB 0
79,382 79,382 000000000048412e1ac54c1af7039b97b166dfe9d4c2bbc89820deb560a2af1d 1 0.00/1.00 vMB 0
79,381 79,381 00000000001c04a5506af3693942562f48a17b1cefaf80f1fcb8f1570a8b2a95 3 0.00/1.00 vMB 0
79,380 79,380 00000000005000cee96a75a5a110b998b71ee4e993a596ec760c24568291c54c 1 0.00/1.00 vMB 0
79,379 79,379 00000000003d8281d2a8277bcc8d1c030c031e609b333263fea6d4b707e0504f 1 0.00/1.00 vMB 0
79,378 79,378 00000000005920ec148ef61aa9c6f9a5492bb6334c713da4fdc5147fedaa94ad 1 0.00/1.00 vMB 0
79,377 79,377 00000000001124f5152c3b321eac1c4e28fd2404438f750bd0d876bf107ee2f6 1 0.00/1.00 vMB 0
79,376 79,376 00000000000eb69c153b9c485291146291554c697afd063f2c28931712adedf5 2 0.00/1.00 vMB 0
79,375 79,375 00000000003f41e9a448aaa459bb8d2615c92583af6ebac7f950bae4e0f2ac22 2 0.00/1.00 vMB 0
79,374 79,374 0000000000169fae8e804b420d02b717a8bc8dc5a03fa6f584e544a3ba1296da 12 0.00/1.00 vMB 0
79,373 79,373 00000000004e70adc9f6468719ca90c4a536769b9d2467da908f01b42bcb9a72 6 0.00/1.00 vMB 0
79,372 79,372 0000000000468da80417209b81cd5211de464d804d0176372ccd9ffd347522b8 2 0.00/1.00 vMB 0
79,371 79,371 0000000000081771303da5e72ce427e8857b473eb34d4417dbcae99b5afa1dc1 2 0.00/1.00 vMB 0
79,370 79,370 00000000002ffb7f8d2d96d33b35d2eb70953392d7c79fbac9c1ce70466a870d 1 0.00/1.00 vMB 0
79,369 79,369 000000000021f8f872445eb79e57558c89d2a583f329a4f7369826c0091262fb 1 0.00/1.00 vMB 0
79,368 79,368 00000000004a42d58d7af193af056a6f6fe29c30f9c7e5e9149ac0002f055206 5 0.00/1.00 vMB 0
79,367 79,367 000000000033b7920e4c94609e7ce6a139a8891c1a745b2c8f38021f00a41891 2 0.00/1.00 vMB 0
79,366 79,366 000000000029c53ed74fd3a2a379addd7fbb141f883a832d93216c48cb470562 3 0.00/1.00 vMB 0
79,365 79,365 000000000016f81bb62fc2106508519b4d25d7a6cbdfeca4581a6b97fbace897 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.52 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: 773.29 GB
    • Received: 20.50 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.