Loading Tool

Explorer IconExplorer

Memory Pool

50,569 transactions
30.30 vMB
0.12681197 BTC
Random Selection Loading Transactions
Max Size: 162.30/200 MB

Candidate Block

Mining Attempt 7cb716e1267615dc49e88f7b2131ddf9f52c669f52c1f7ca593f063659ed6ff8
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root bebb8b248904a8831987d72dc8a85a499115fc2fe391340001819e3b639fb0ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,913
Size: 1.00 vMB
Total Fees: 0.05384941 BTC
Feerates: 150.75 > 5.40 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (857,943 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
56,870 56,870 000000000cd3156c1054b06eb56b671fed8975366b76c413125f5366acf61969 1 0.00/1.00 vMB 0
56,869 56,869 000000000de94f3d900dbcb1f9bdf8adae5c5a3d21e55afc226a52e84ec90846 1 0.00/1.00 vMB 0
56,868 56,868 0000000004ba685d777c892bf3cf962762205f89b8cbc9ec1f8ff21e4b263b10 1 0.00/1.00 vMB 0
56,867 56,867 00000000089b24d146985d4ac0343880761dad350da952de58503d721301c653 1 0.00/1.00 vMB 0
56,866 56,866 00000000043882b2ea5a239e21c9cf72b49afdcbfab3cb4ed46c890a8626a6ab 1 0.00/1.00 vMB 0
56,865 56,865 000000000c5e29b3295c9091c24f5ba4c3e462ba6656c7b6f6bbc781a8b39651 1 0.00/1.00 vMB 0
56,864 56,864 000000000ed4821105361301695f2d40988ea9c56ecf416f97910fd055606ce2 2 0.00/1.00 vMB 0
56,863 56,863 0000000011608c9f55cf385492d37089dc83a7b2ab26cb1982e4a215f3722dbb 1 0.00/1.00 vMB 0
56,862 56,862 000000000077ec99c2783436eb496191894bb2cae10a77ceb38a5af72a122f7a 1 0.00/1.00 vMB 0
56,861 56,861 000000001484a5e5767b97c498eff194c8d7884d67225b0e03bb11a43303d9df 1 0.00/1.00 vMB 0
56,860 56,860 0000000012ddb41b35b18489d3c0402f703bff24304e92bb457fdda2f8109e22 1 0.00/1.00 vMB 0
56,859 56,859 0000000008d3baa1f53b79055c82639c1f0a2bc3d9a52f5381c9368e1f3105fd 1 0.00/1.00 vMB 0
56,858 56,858 0000000012f1ebb1b70848342001cd3416976626168d0dce9b9bf33b1b7afd34 1 0.00/1.00 vMB 0
56,857 56,857 0000000000b54182a5e6ab6d7432d39a715d7254d91f9cc04bf58260c164bc95 1 0.00/1.00 vMB 0
56,856 56,856 00000000105cc9e6c142a3a64acf430cd2714d2bef94f58d5507a35804fd2cd3 1 0.00/1.00 vMB 0
56,855 56,855 0000000012396fc54c5a72304100e6b7182662dfff2bb0fdb211e5c4198684eb 1 0.00/1.00 vMB 0
56,854 56,854 000000000b88f29684c0a086d7049d3b48e010297f1ad3b62d362a672e753aaa 1 0.00/1.00 vMB 0
56,853 56,853 0000000001729b7dee2fb44ad2c285e9445e49406c126d62f6578df7344c2c9b 1 0.00/1.00 vMB 0
56,852 56,852 000000000c36f42d9ca6a989609d7269c0f0d4718c353d36d57e106facc0fc35 1 0.00/1.00 vMB 0
56,851 56,851 000000000721f530164477e0f7b47e377b4a5b7400271fa72c70c603ef340cb7 1 0.00/1.00 vMB 0
56,850 56,850 0000000012d6a9942e7b68bdbc64d70de03e936df9362822f8c2dcc174af77cb 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.06 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: 651.10 GB
    • Received: 13.40 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.