Loading Tool

Explorer IconExplorer

Memory Pool

37,070 transactions
30.69 vMB
0.06727192 BTC
Random Selection Loading Transactions
Max Size: 151.64/200 MB

Candidate Block

Mining Attempt 624b7212339c922b5cfec4221289aa342641b67f1c3a3b3ebd6177b298a99eb3
Version 20000000
Previous Block 00000000000000000001b2b8b03ec5944ecabaa6a12afcc2204c8d5943cca227
Merkle Root ac9ddbd3f0f98f22f8702ff53f0ec2c3b6db81ff5cc06b687bdffcac01464d1d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,094
Size: 1.00 vMB
Total Fees: 0.00485446 BTC
Feerates: 20.11 > 0.49 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,392 (872,979 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
41,413 41,413 000000003204a15096710826b4f490797a4fbcdefed443f1c9e0186fee81d0d3 1 0.00/1.00 vMB 0
41,412 41,412 0000000020b442d3cc0aeee652bce0046cafed214c13580733228ebbe61ced48 1 0.00/1.00 vMB 0
41,411 41,411 000000006542bf67bb06185ad4af7ec85a3c5b6a5d656bbd99f09896c15be1bd 1 0.00/1.00 vMB 0
41,410 41,410 000000002ec206f201f12762f2bccab2e9ab37f7b890f790ca64fe3638916dce 1 0.00/1.00 vMB 0
41,409 41,409 00000000275b0f93af631c6a142e1c911049618234a8882b78034a3515b64721 1 0.00/1.00 vMB 0
41,408 41,408 000000003ef0ce9f7121563e57ded8131446708ad05bba3d076eed32ebcecca6 1 0.00/1.00 vMB 0
41,407 41,407 00000000624c1666fd42ce138776e44a1d858fe135d00341bb413ce0e1065f9a 1 0.00/1.00 vMB 0
41,406 41,406 000000003c57edae84b6891892ffff3526d4ab8d873944e6686a35b0f1d85056 1 0.00/1.00 vMB 0
41,405 41,405 000000000ffdc7563266205bbd7e9450293bb6e2bde8bac135a499058ca1e1ab 1 0.00/1.00 vMB 0
41,404 41,404 0000000054c6c90be07f71d3b865d3261f3bd1a627a2f648164b6277d8f08d0c 1 0.00/1.00 vMB 0
41,403 41,403 0000000020dd4be4e6f2c575166596334fc60c8b7ff0de11ca9a175504012d3b 1 0.00/1.00 vMB 0
41,402 41,402 000000002bb238f9db7cdde2a0940b697cb9f4c2a214fd933055651f04fb8b30 1 0.00/1.00 vMB 0
41,401 41,401 00000000392d9d687bfdfa99c9b14de66c39da76d2869689abd04798ae0a27d3 1 0.00/1.00 vMB 0
41,400 41,400 00000000145f99de0af55c9fe81556f6adf986954fb7fd7522b4433a71c50c09 1 0.00/1.00 vMB 0
41,399 41,399 00000000499b325a15928b7a645827c1b1aba2b4025c863651a2b219a786010e 1 0.00/1.00 vMB 0
41,398 41,398 00000000622cca173db31c7e603180c97903b7313175919af3f15e508b4cc92c 1 0.00/1.00 vMB 0
41,397 41,397 00000000513eaed5d03e79cfc08f7778eb81af4f08e3609cac7a47585fc4ed5f 1 0.00/1.00 vMB 0
41,396 41,396 0000000061e90a6654723f5429b71ba7b73d9fbe4863b5d62001ec4b6d227730 1 0.00/1.00 vMB 0
41,395 41,395 00000000475bbdcef78648addb71744c273d3b5d2f10ea3f1d63825c367ea1c9 1 0.00/1.00 vMB 0
41,394 41,394 00000000115193a76df6146da844275827a593cbf2e02d15f4215ebecc5fd001 1 0.00/1.00 vMB 0
41,393 41,393 0000000019fb7e68247f5acce4974d0b6c7e6968c3622cfcc7293e3650748869 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.30 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: 598.25 GB
    • Received: 9.93 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.