Loading Tool

Explorer IconExplorer

Memory Pool

101,013 transactions
24.95 vMB
0.07494247 BTC
Random Selection Loading Transactions
Max Size: 173.60/200 MB

Candidate Block

Mining Attempt 6fc536e37379a00419eb037c83ad1418e109bec7df224e9f2fa7f6e406b4ea30
Version 20000000
Previous Block 000000000000000000018d13605ee1d6be4bcd3eb55a27fea096865e7123cb9d
Merkle Root 581c8b0995bbb33b1eb6cc81cc6ba1389cb04ee5cdfa1f76a5bde351b06af350
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,873
Size: 1.00 vMB
Total Fees: 0.01799792 BTC
Feerates: 151.12 > 1.80 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,921 (862,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
53,574 53,574 00000000058b40cd811005be351e9a77bc5697dfe156383607293204f3eb5bf5 2 0.00/1.00 vMB 0
53,573 53,573 0000000005073539eb258f72429edf7740a85c3333b830e22150209759cd2b46 1 0.00/1.00 vMB 0
53,572 53,572 0000000016122b01791d9b4f1af396a212d80753a3bf76c95217329735a19473 1 0.00/1.00 vMB 0
53,571 53,571 0000000013a36d2722208045fcec1d5c87bf1628fcd16885541bd3179ea44a2c 1 0.00/1.00 vMB 0
53,570 53,570 000000000a40973a4422084cf05475f3f362579f8d7d8de5186e1c254d19d310 1 0.00/1.00 vMB 0
53,569 53,569 000000000308cbb69a69074e9dac10b6f753b2c00d4adba42cf1684a99be2643 1 0.00/1.00 vMB 0
53,568 53,568 000000000cb7da0228d52bcabe1ee545b3204a5baa0462cc93ed6732617ec829 1 0.00/1.00 vMB 0
53,567 53,567 00000000019b48efb4255948378f65863026e19f4f4342a710c195987cc37873 1 0.00/1.00 vMB 0
53,566 53,566 000000000b16a2569c9eb984654806d46a3c5b1ccdf157f5aac3663f2ce4a06f 1 0.00/1.00 vMB 0
53,565 53,565 0000000007a33e310a09ce57614bac08a0b39676a2c7dbee89ea4d3802b84d38 1 0.00/1.00 vMB 0
53,564 53,564 0000000001847acebdb54f81d4c59d3567606d86e1f4ea75f7f06edce43e29c9 2 0.00/1.00 vMB 0
53,563 53,563 000000001319b491935de9ba6f73a1e63a9090230e79ee9788396db659bd39d0 1 0.00/1.00 vMB 0
53,562 53,562 00000000080e921848ffba46de95afec818d569e2456392a2b9d6692275cc78d 1 0.00/1.00 vMB 0
53,561 53,561 00000000122378af5cc5cec536096ba94dbbbe91c3184f6ff43d8776a7418146 1 0.00/1.00 vMB 0
53,560 53,560 00000000014e798ba7bcde1257f06c4fad7d730e9f04c8fd537bcd47a0add1b4 1 0.00/1.00 vMB 0
53,559 53,559 00000000003aaeab819cfe8cfc247aca0dd50f7099f09fc0e18681d820360688 1 0.00/1.00 vMB 0
53,558 53,558 0000000000323f1b6e11fd4a20c80b417460efaded95949c7cedd0fd68a1ee6c 1 0.00/1.00 vMB 0
53,557 53,557 0000000002a8a3b47c2c4f09ac754a469420b05e9e9fa352075d4b406edd7027 1 0.00/1.00 vMB 0
53,556 53,556 00000000052ab0c88a8d99ebe602dcae4d7e5351e19bfb44f3554e71d5328de9 1 0.00/1.00 vMB 0
53,555 53,555 0000000007c0701a2b275d9629f221bc6266882b6d9be395b560fe55789ce06f 1 0.00/1.00 vMB 0
53,554 53,554 000000000b46a0d239bc12c8f54b8ef74b1ca607da29ae5880e783e8def32b24 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.97 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: 798.67 GB
    • Received: 22.54 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.