Loading Tool

Explorer IconExplorer

Memory Pool

79,232 transactions
29.53 vMB
0.06920426 BTC
Random Selection Loading Transactions
Max Size: 177.72/200 MB

Candidate Block

Mining Attempt 1a8ef28c0c9fc9041fdda20ed9625d44f3f81e927d6d32ab262c533374dd51e2
Version 20000000
Previous Block 000000000000000000005ca632d69633021cee09eb0a1dc73d46b978a1e9df69
Merkle Root 6728577473f4d6514598dc7878351db5c7ab7d28ae4cbd8ed20ca10b711bfd1f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,097
Size: 1.00 vMB
Total Fees: 0.00912644 BTC
Feerates: 454.44 > 0.91 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,985 (739,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
175,959 175,959 0000000000000a70a3ff66e5b95c3c9343db2643e4f70b0d7f16cc6810dc358f 60 0.04/1.00 vMB 88
175,958 175,958 00000000000000ded9ca6d7f50ba077978c84644c6d96f03b9521826874f6e81 142 0.05/1.00 vMB 36
175,957 175,957 00000000000007ac5ada94cf9ebe937bb1acd67be18bae49378f5e6da46d2763 131 0.05/1.00 vMB 237
175,956 175,956 00000000000009403ae47bd8d5d48a16be6cc3a31675fabe40ad094e2978b681 148 0.07/1.00 vMB 212
175,955 175,955 000000000000057e71d48c23a3e9f28c1c98383de9b4c78404da7232006f269b 5 0.00/1.00 vMB 47
175,954 175,954 0000000000000006c3090a3a7e0d04fdf0f11ecdc22830579fea7fd1662f0043 21 0.01/1.00 vMB 222
175,953 175,953 0000000000000074c3e54f8ba496856c9eae63b8b1bc5ad87e683ea847154fa9 25 0.01/1.00 vMB 14
175,952 175,952 00000000000007116c2bcb5bf931864471a37d99dd0a8dd3ca81d133fba2ec37 33 0.02/1.00 vMB 33
175,951 175,951 0000000000000056c5c429862f02f297e683e1f57c65d08edbd91096087861aa 85 0.04/1.00 vMB 95
175,950 175,950 000000000000089fa78f877aafbfcfb0fa585c7d4133e547efdbc493e97b81cd 10 0.00/1.00 vMB 53
175,949 175,949 00000000000006c79ab5007f47a460f28d6a4a9588abad418e303b360665c71a 41 0.02/1.00 vMB 59
175,948 175,948 00000000000000223d02667798486c23a35d3ff47a1b19b91d4da355b08e6cff 24 0.01/1.00 vMB 98
175,947 175,947 00000000000007153b246e1f18ca3c02ae39c12a50c6604d518225cd5eb05213 92 0.03/1.00 vMB 27
175,946 175,946 0000000000000a6e095bb8828afdd49d5207c771d7d6495fdc9b8a8d1e222adf 73 0.04/1.00 vMB 57
175,945 175,945 0000000000000783a475aee49e20a382e11d54d849658274420851bc3ed1c31b 9 0.00/1.00 vMB 286
175,944 175,944 0000000000000215dfca4c943300d713f82c9a4d699f153a94a6710ad1699f4d 74 0.03/1.00 vMB 170
175,943 175,943 00000000000009dd60629d656e1fb22aa55c1b1ea3f6edae700daa148bc823e2 28 0.01/1.00 vMB 84
175,942 175,942 0000000000000121b2247c9c9798a1a46012c48b48057ea8f1c89c68dd9b8bfc 85 0.03/1.00 vMB 59
175,941 175,941 0000000000000188806870f63b5a73d5fbbf5f4c049b9718bae795287bca9901 17 0.01/1.00 vMB 37
175,940 175,940 0000000000000a4f63bbdf9f22157018482d0adde21f35c06d34b20901f6e889 93 0.03/1.00 vMB 50
175,939 175,939 000000000000000965d4e821760afc62550312ea5bbfed8a5e96ce14f757877a 120 0.05/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 782.37 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: 663.22 GB
    • Received: 14.89 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.