Loading Tool

Explorer IconExplorer

Memory Pool

79,761 transactions
29.28 vMB
0.12383306 BTC
Random Selection Loading Transactions
Max Size: 177.26/200 MB

Candidate Block

Mining Attempt da0c15d67b61ce4a6172b95ea109d956d8e60c1b6151bf09522c63b18e9ce002
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root d9ef87ee109c7ee3c02b159db858e3f31dbda87b152dc0f62c8651a76529b252
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,862
Size: 1.00 vMB
Total Fees: 0.04586375 BTC
Feerates: 301.72 > 4.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (801,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
113,639 113,639 00000000000024265f238f7e8d9e797778fa349d22019fdf2feb77aa87fdea99 26 0.01/1.00 vMB 822
113,638 113,638 000000000000306578aacded7eaab83a47d4bb548630dd7434f2db7c1ca85e3f 2 0.00/1.00 vMB 3,861
113,637 113,637 000000000000b78732752e64467daa4fe01520035b92d1aa290f0b4c15e9e11f 9 0.00/1.00 vMB 680
113,636 113,636 000000000000cd0a1d51bfd6ad32651f826926e49dc59d8b90a9e91e96648412 122 0.03/1.00 vMB 136
113,635 113,635 00000000000056f922e629475b66fb517d8f862d2e2b4be9cf7835c909e8a604 5 0.00/1.00 vMB 0
113,634 113,634 000000000000cc503e3480824ce1cd1ca7c69a652c2a7d7508b340607b1a4d5d 7 0.00/1.00 vMB 326
113,633 113,633 000000000000415a4ce6dc7f55548d1553c44dda18afe5f50a0ca52458367983 22 0.01/1.00 vMB 679
113,632 113,632 00000000000047f664eb683729e6eb225986a713511ded2bb5f9d61f023e34e3 9 0.00/1.00 vMB 341
113,631 113,631 000000000000ace1f0028e5c33cec572516151b70d5895c42fefcca661834f02 10 0.00/1.00 vMB 1,162
113,630 113,630 000000000000071dac8e61e881998f1134c270935945b55399f20049aa4a5d18 34 0.01/1.00 vMB 0
113,629 113,629 00000000000015ba05f42c8020b95c90e1f73d567292c36f65eab8fa5848150c 14 0.00/1.00 vMB 0
113,628 113,628 00000000000037e55ea3c31425b21a935caa04bee517e118a78effc0d7e6a9f8 14 0.00/1.00 vMB 0
113,627 113,627 000000000000d3c74ab3f4e51e23dac40c22cfcee4dbe08c9d7778087180199c 34 0.01/1.00 vMB 333
113,626 113,626 000000000000159ae2ee04498d2f00fc44a03637c102fe1a6ad84e471c6d4865 10 0.00/1.00 vMB 313
113,625 113,625 0000000000001a47c3c9d9d5ef39703a7bdf4fff164cf1160cbd6c0ec5b182da 15 0.01/1.00 vMB 576
113,624 113,624 0000000000009aa40bab9537481a7b6b95f05cf86615fbfdcffb018de66fb1ee 12 0.00/1.00 vMB 351
113,623 113,623 0000000000000981207debedd4e09d37a930f71d38393204ff1a25ed232107af 35 0.01/1.00 vMB 111
113,622 113,622 00000000000029777f2a5b46c091f436b23abb07103b172df70e9de2607cf688 23 0.01/1.00 vMB 157
113,621 113,621 00000000000087c9e2286e8745d32c6d0a689707708dd6b069961db26f0b36b1 1 0.00/1.00 vMB 0
113,620 113,620 000000000000915056cbb09aa3be148626ca7f1defc4f9d85c4d74b3cd3e3a42 10 0.00/1.00 vMB 978
113,619 113,619 00000000000072520ec5b5293a92a1bea7b9d75fc723b6e5312771a876ad9192 105 0.02/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.90 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: 713.74 GB
    • Received: 17.46 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.