Loading Tool

Explorer IconExplorer

Memory Pool

45,869 transactions
28.74 vMB
0.13856932 BTC
Random Selection Loading Transactions
Max Size: 152.08/200 MB

Candidate Block

Mining Attempt b91bcca930dc274e6b89017377f46997c7074d96c54515faa68ea1483c6d4279
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 89d10761f55fc2dd857c028d86eb5f393a355e3e5561cdba3cb083ce9a523ae0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,557
Size: 1.00 vMB
Total Fees: 0.07804366 BTC
Feerates: 15,654.48 > 7.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (845,836 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
68,970 68,970 00000000009e87e65a2202cc117e48edd0e350618e5333ba1e2b896d2a259c18 5 0.00/1.00 vMB 0
68,969 68,969 0000000000c726feac235d3576489bd9abbbf1ed52a8a8e1619befd96e7a01ca 1 0.00/1.00 vMB 0
68,968 68,968 000000000078f3e3eb604687fa5d604e80df97c5efc707251ea2cffbe6252577 1 0.00/1.00 vMB 0
68,967 68,967 000000000012354ce7289e9f700a8b164ca234fca1e4701d16f68dd302107463 1 0.00/1.00 vMB 0
68,966 68,966 000000000099cb295157d177edfecb2fe6f1d705b632e2acefdf5f56912f91a9 2 0.00/1.00 vMB 0
68,965 68,965 00000000012d36acfc9f208478546c1cb74ddd072b84c9e845b0d2ceb140aa47 3 0.00/1.00 vMB 0
68,964 68,964 0000000000c4b83c3ff78b42dbf1ca18b2c07ef4945fec1954df22022bdb7850 2 0.00/1.00 vMB 0
68,963 68,963 0000000000e4b7f6d50315527dbceaf2b773424eb509a61e32f70bbfedb21332 4 0.00/1.00 vMB 1,814
68,962 68,962 00000000009ca031aaa1eb71cca38d580b78475b3c0131528a942bb3c1d37ffd 1 0.00/1.00 vMB 0
68,961 68,961 0000000000b966fa329e3e13323624b9e7b81959d3c4e15fa4255dc0f1e9a943 2 0.00/1.00 vMB 0
68,960 68,960 000000000060688404172b09dfdfb18abfbf202d04dfd5ff6d25d423cb1589a6 9 0.00/1.00 vMB 998
68,959 68,959 000000000047b250a6ccf8ca04599c85ea30a2c53a9802fa889ceda5adf5ff36 5 0.00/1.00 vMB 981
68,958 68,958 000000000088c3e226a6ded58b27ee48dc54667bed027cb6dc1ab5e31622ecbf 1 0.00/1.00 vMB 0
68,957 68,957 0000000000c354b03530ea0accfe24ea2a7557383cb19febb766d1a8b3695065 2 0.00/1.00 vMB 0
68,956 68,956 0000000000bef5d742ad3ea3fab0548bf33077a6a91426f37e6ea90bf40205dd 2 0.00/1.00 vMB 3,875
68,955 68,955 000000000075e4a6f974115f67ec2e16275f66e4dc4537a50fbc61728f348bb9 8 0.00/1.00 vMB 463
68,954 68,954 0000000000e992e279921405da87266542001b5d0e4ff241f50cc894c074602f 9 0.00/1.00 vMB 442
68,953 68,953 0000000000f932242968975956cefac2bab722407b2c3d2e7391afe1df2fa268 1 0.00/1.00 vMB 0
68,952 68,952 00000000005502079ba25a4c8c4cfda97d20ec83a05f4ddd837e669c9ad3aaa6 9 0.00/1.00 vMB 349
68,951 68,951 00000000005b725e52b7fcf400f8e94af2d59ecd244da30962d8154d18e2446d 1 0.00/1.00 vMB 0
68,950 68,950 000000000104d85e0053c8e0a6e87be3cb88e1735a911c141891703b69377596 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.04 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 650.75 GB
    • Received: 13.32 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.