Loading Tool

Explorer IconExplorer

Memory Pool

81,597 transactions
30.03 vMB
0.09358798 BTC
Random Selection Loading Transactions
Max Size: 181.26/200 MB

Candidate Block

Mining Attempt 6a0786ba18a4aa1dbe53aa768ac3a7bdcfcfe410f5498b9c4c68b70d26164438
Version 20000000
Previous Block 000000000000000000014edc16f735012cfd6c99b298f4296e1026fc6bd193bb
Merkle Root 4f19c0e63115d788dc4a8d072520eae286c77a552602afb5d66a5132f7dc542d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,246
Size: 1.00 vMB
Total Fees: 0.03213207 BTC
Feerates: 526.32 > 3.22 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,967 (739,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
175,938 175,938 0000000000000495b89103e93ce4992dc82a100773a7b28130fff56609f5152c 31 0.03/1.00 vMB 30
175,937 175,937 000000000000047ebdf1d5f31f9a6acc91c1cdf6eae1feb2b28be53632bccb2a 85 0.06/1.00 vMB 681
175,936 175,936 00000000000000394419e86cb5d0c2e3ce88ac9b8f4a64e333d0795dd3122772 69 0.03/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.33 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: 660.41 GB
    • Received: 14.72 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.