Loading Tool

Explorer IconExplorer

Memory Pool

85,072 transactions
31.90 vMB
0.17022593 BTC
Random Selection Loading Transactions
Max Size: 189.83/200 MB

Candidate Block

Mining Attempt df875eabb8596e07d64d930f8d4f95bab364cc4581050ca84f158b9db6fb5154
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root de71b1c73994b3f1d7d9c8f1bbafc4c67f928aca068728c6d3da396d3fae8135
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,895
Size: 1.00 vMB
Total Fees: 0.05367285 BTC
Feerates: 402.75 > 5.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (404,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
510,434 510,434 0000000000000000005bfcf0ff832d934ea698b3c9fa842d65c47b1d3d076924 1,984 1.00/1.00 vMB 76
510,433 510,433 0000000000000000004edc40ee932a099537129ff67d3de629b516224a88fced 1,048 1.00/1.00 vMB 26
510,432 510,432 0000000000000000001a4e6a7e892bdc43edd10287032371c7fabc6d4e7d83b8 1,261 1.00/1.00 vMB 37
510,431 510,431 000000000000000000519a4c3855dfc234883832ab682265d948a83f21b62ad3 1,653 1.00/1.00 vMB 8
510,430 510,430 0000000000000000000fbf7da3e0f7b4414f91ea9d2d38bb8e62e30b1288c0d4 2,211 1.00/1.00 vMB 11
510,429 510,429 00000000000000000026fb216e752071f99be4f16e9bdd60e9ba3af34d5f7b06 1,691 1.00/1.00 vMB 45
510,428 510,428 0000000000000000005897d9c88645a9b30c862da297515d4431219fe2489c12 2,626 1.00/1.00 vMB 32
510,427 510,427 0000000000000000003c7cdfdd90448f015103b481fe285bfd353323c312bc9f 2,718 1.00/1.00 vMB 26
510,426 510,426 0000000000000000002ad719f72d374345b6b110b11fac53276ab864b1199d55 2,435 1.00/1.00 vMB 38
510,425 510,425 0000000000000000001105a507c66a5b849b4f3b5029e6a08810e6adb68d6629 2,667 1.00/1.00 vMB 36
510,424 510,424 00000000000000000036592cdb3985b8f2898824754d05f4395f1de5322ad2fc 2,130 1.00/1.00 vMB 68
510,423 510,423 0000000000000000003e670a40d4a6be3ead3a1ab3da4686838bd973c7a26323 1,768 1.00/1.00 vMB 94
510,422 510,422 000000000000000000519fe0e6d45e3c4382bcb51297ca70643095308cb5a063 2,351 1.00/1.00 vMB 66
510,421 510,421 000000000000000000573b5c744b9edf00ac77a890789a10440c185b16bfb672 600 0.38/1.00 vMB 38
510,420 510,420 00000000000000000003893ec95b87ba65c98da00fe711f91e57411517ced3c6 303 0.36/1.00 vMB 19
510,419 510,419 0000000000000000000d2e41e1740532d540fcc186b89b0f5304cd523baddd2c 1,086 1.00/1.00 vMB 21
510,418 510,418 000000000000000000332cd99272d428273a789957cd0b186bca67d820d51d47 1,617 1.00/1.00 vMB 16
510,417 510,417 0000000000000000004acc0e3b88895554355f13a8fb547238267a8546fc3d24 2,593 1.00/1.00 vMB 7
510,416 510,416 00000000000000000036e53c4f545ef4c889929affe8f0ca2634092020d4dfa6 2,301 1.00/1.00 vMB 22
510,415 510,415 00000000000000000039426e1d6268133d9dd59ee31a68350b7e7bb131330e10 2,134 1.00/1.00 vMB 150
510,414 510,414 0000000000000000005a7a5b1a9f45d6f08f9b4aa1bc3c585633acf797bd8671 2,329 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.65 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.66 GB
    • Received: 16.30 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.