Loading Tool

Explorer IconExplorer

Memory Pool

76,746 transactions
28.71 vMB
0.09363663 BTC
Random Selection Loading Transactions
Max Size: 174.23/200 MB

Candidate Block

Mining Attempt 83336d323a135bace8b839f461d0ec4c63c4d4dcee9e9b3d2ad29069b03220a2
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 24385a7a3d4b67d4ee7f29532ad56de49c8d21f5223ae7dd633174f65c6b0d02
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,001
Size: 1.00 vMB
Total Fees: 0.02712406 BTC
Feerates: 180.82 > 2.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (406,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
508,674 508,674 00000000000000000041ce7010f909059ddf55cd8b69ac8afecaa9ef22fa3a5d 1,872 1.00/1.00 vMB 62
508,673 508,673 0000000000000000003221f00dff0cbd762a778ee9c20729c3df54b2509dbaea 2,300 1.00/1.00 vMB 106
508,672 508,672 0000000000000000000a49bbaa9aa55c0c541e111b103cc47a1129f74c8adf8c 815 1.00/1.00 vMB 7
508,671 508,671 0000000000000000005dbde6a34eb47a15adf875e8b0b094f42ba85a1a5d7dbd 1,259 1.00/1.00 vMB 30
508,670 508,670 0000000000000000000da655d0315443e7cc1679b9b9a12e162d5a5e76057d70 665 1.00/1.00 vMB 32
508,669 508,669 00000000000000000033b2acdbc261f969806da1e5cc997188021a505a5f6845 2,681 1.00/1.00 vMB 150
508,668 508,668 00000000000000000012a644732b48734f29f1539c5d998d8489e39aa017d482 451 1.00/1.00 vMB 22
508,667 508,667 00000000000000000047e5994589c2069900fcddfcdd9ec4d84337aac04d8ead 1 0.00/1.00 vMB 0
508,666 508,666 0000000000000000000cf50f92c15a22145234fc20519a0f2adc0f4e886c4832 193 1.00/1.00 vMB 9
508,665 508,665 0000000000000000002d317416a5d84cf97fca281c11a960bedc34f13cefc43f 686 1.00/1.00 vMB 39
508,664 508,664 00000000000000000017dee6ab0bc18f1a71454f234e38a6a059c6ac80615b86 1,896 1.00/1.00 vMB 94
508,663 508,663 000000000000000000068714a0030b2d7064ce46e2917b95070454517ebc3e45 1,583 1.00/1.00 vMB 69
508,662 508,662 000000000000000000128b040d3fa0ad1092c1e1cbbbd3576491c4f832f65e96 1,918 1.00/1.00 vMB 43
508,661 508,661 0000000000000000003d863d67b7f14853ce5273aa227f6f47dc9957dbd99aa4 1,552 1.00/1.00 vMB 106
508,660 508,660 000000000000000000261ce182a5225db7490ea669f346338d61d6a7285d1456 2,718 1.00/1.00 vMB 124
508,659 508,659 00000000000000000002d0c28e1aa3f50147c4b76971d174e8aaf3e7f8b3f2a5 762 1.00/1.00 vMB 51
508,658 508,658 000000000000000000552b92559bcdbbf021e4f19a2af753f0f3b1d57a2724c0 1,985 1.00/1.00 vMB 77
508,657 508,657 00000000000000000038eb8467d006870364a46b7d3ad6f341a4aa41745d125c 1,186 1.00/1.00 vMB 57
508,656 508,656 000000000000000000266a019d74dee97d252780081108c70a0aaa994241c7d0 539 1.00/1.00 vMB 28
508,655 508,655 000000000000000000087dba57003172e8df53da450e4a7f38a3c8f816be4f18 565 1.00/1.00 vMB 28
508,654 508,654 000000000000000000419a90d08ae7ca714cb9cea56b13cfd764d9ede67afa6b 1,408 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.86 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 712.89 GB
    • Received: 17.24 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.