Loading Tool

Explorer IconExplorer

Memory Pool

82,781 transactions
30.83 vMB
0.08198533 BTC
Random Selection Loading Transactions
Max Size: 188.98/200 MB

Candidate Block

Mining Attempt d06045fa4dc8a1fab5a774955a02e29a0381cdd0971a567bca6f80baa38c2ad3
Version 20000000
Previous Block 00000000000000000000da0edbb3d775bfacdf06a00f717a7f06ad044f066fee
Merkle Root 30685c17a2dba3c9d0efbe34ab87c77e6319e0206adb463b8ee977ec6f54e7fa
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,908
Size: 1.00 vMB
Total Fees: 0.01285618 BTC
Feerates: 79.55 > 1.29 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,334 (8,445 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
906,889 906,889 00000000000000000001e49b24d7799425d7987b2d29098bb8bd8a9b8b0e11c8 2,927 1.00/1.00 vMB 2
906,888 906,888 0000000000000000000112343c2b5f3252726925e7217f8bedcb22577361fc0f 854 0.44/1.00 vMB 2
906,887 906,887 00000000000000000000d4f66883e06b3657d3a5435a34e776135e3f243f48e5 1,088 0.38/1.00 vMB 2
906,886 906,886 000000000000000000006052b739afd77a39318928804cd818c41ef30a16a9ac 4,718 1.00/1.00 vMB 1
906,885 906,885 00000000000000000001dbc83084502c2c0458fea03e724d7de44e98467bbd4a 2,668 1.00/1.00 vMB 2
906,884 906,884 00000000000000000000b8e1091f1e9b64e7fa12fd75a0c722c85b316fbb2025 3,657 1.00/1.00 vMB 4
906,883 906,883 00000000000000000000be25a44d918d2159e5c5b4282730f614979bbe9c2985 3,065 1.00/1.00 vMB 3
906,882 906,882 00000000000000000001c45d27d346a9d57a27685db3eb6ea3e5d4e600f0f042 2,758 1.00/1.00 vMB 2
906,881 906,881 00000000000000000000c7b083cd2afd318ad63caa4d313ee793a1942c1e4e6e 3,848 1.00/1.00 vMB 1
906,880 906,880 000000000000000000021883a9767fadc318a12012912c38064330a100799c12 2,977 0.87/1.00 vMB 2
906,879 906,879 00000000000000000000bf4ab650448cbd97a5c436761d840893cc9114c895da 2,595 1.00/1.00 vMB 3
906,878 906,878 0000000000000000000201d5a6e21bc42e01d1e88c9b8a29ce24969cf0fc7f14 2,969 1.00/1.00 vMB 3
906,877 906,877 00000000000000000001e720b6491b0497806c38f4866b2662efb48d3b1c80a0 4,173 1.00/1.00 vMB 1
906,876 906,876 000000000000000000013f1a36d8b552d4c50ea11140cf3d87c3b87319e6dafd 2,754 1.00/1.00 vMB 2
906,875 906,875 00000000000000000000264374e6d9b26be206793712e94266a62ddb0e9551e9 3,257 1.00/1.00 vMB 4
906,874 906,874 00000000000000000000bee60ca2b325eacd9fed3885520c69e498753cd89915 1,872 1.00/1.00 vMB 2
906,873 906,873 00000000000000000000c7caecfa39d055eada40ce241132e2db7362ad7735cd 2,638 1.00/1.00 vMB 3
906,872 906,872 00000000000000000001d81f0885f152bd89f45853b0492e48945c4c38410a01 2,642 1.00/1.00 vMB 2
906,871 906,871 000000000000000000002b153bf160738f9f4dec618e3ac3fd7474f2f4f50759 890 1.00/1.00 vMB 2
906,870 906,870 000000000000000000018cdeee9f6f47ca6ed434f0ea0a12ea73a18ec64a8feb 1,111 1.00/1.00 vMB 2
906,869 906,869 000000000000000000003e0843b856c0a9100fd89d3b6106eb1f12858d57cfef 3,366 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.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: 715.96 GB
    • Received: 17.76 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.