Loading Tool

Explorer IconExplorer

Memory Pool

81,662 transactions
30.01 vMB
0.15927004 BTC
Random Selection Loading Transactions
Max Size: 180.77/200 MB

Candidate Block

Mining Attempt 7c1cf851ae84a105ec7c32d10d9eb5eda2ef635092f977d11fd3ce74b5ae82b7
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root c18da5c3f35fc24952ada7b856063695832140fe7c69333ec4cef9e9c93cb95e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,771
Size: 1.00 vMB
Total Fees: 0.06059345 BTC
Feerates: 1,002.91 > 6.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (555,251 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
360,054 360,054 0000000000000000010e0dc3178e039d352b87436be88a69fabd42eba56df31a 150 0.08/1.00 vMB 23
360,053 360,053 00000000000000000f38200b4bb5a00f786695b462a19a0b90837ae5d0cf704e 70 0.06/1.00 vMB 11
360,052 360,052 0000000000000000144b2f6ee72fee8157e68aa3602a801cf97ade8a225e71e4 1,032 0.48/1.00 vMB 28
360,051 360,051 000000000000000002f3c3069f10e49be5a2b9f87e659cb5ec98c22327fe1a77 1,022 0.75/1.00 vMB 36
360,050 360,050 0000000000000000106b76b13a8816e2c24f426c1a0637e1d8f70de1cb9d0317 1,788 0.75/1.00 vMB 42
360,049 360,049 0000000000000000134b7b60f16945ff8673e12f1ddc9aa8357b91ef0a8cbd5c 1,066 0.50/1.00 vMB 32
360,048 360,048 00000000000000000d7799c16b2c297c2f131e8f57c9e1152160a64d9506a608 1,355 0.72/1.00 vMB 26
360,047 360,047 0000000000000000005f90331be579dc734426d789bc51c48dd7c6ad94503a4c 65 0.07/1.00 vMB 8
360,046 360,046 000000000000000015bcb46a0e0b1e779cf61f4bc2c22234ea2e3229e912f27d 995 0.54/1.00 vMB 26
360,045 360,045 0000000000000000123e12f26fec69bd3e18c2bb4ac971bc0d6eb689eee5fe08 288 0.14/1.00 vMB 27
360,044 360,044 0000000000000000152a0ae27be24382fc33ca8ffcf30f799988a98f3a449a17 543 0.28/1.00 vMB 22
360,043 360,043 000000000000000012ca283a4c6c55add40968a47eb82a85e1d160e2ae3fea39 1,191 0.51/1.00 vMB 32
360,042 360,042 00000000000000000783cf9ef8177b407976990117d03762efe7d3fdfe44d6a3 110 0.04/1.00 vMB 34
360,041 360,041 0000000000000000097689df71fb60cbbade7cddcaa35b6f4c9cb97b08a7a155 426 0.27/1.00 vMB 22
360,040 360,040 00000000000000000ed06b931aa293e1658eb7bb02953388746bd1dfa96ef309 481 0.26/1.00 vMB 21
360,039 360,039 00000000000000000505c812637ec8998e6a4c3df23918e544c442ee25a99bb3 512 0.17/1.00 vMB 42
360,038 360,038 0000000000000000062d27cd9f9e0918d7a186d4e3f7d305997bdf816e0c8b92 38 0.01/1.00 vMB 31
360,037 360,037 0000000000000000082d72a4f8c74641cf3c8372f8cac10ff7ded161136fa6b2 85 0.22/1.00 vMB 1
360,036 360,036 0000000000000000119d34b582604d5f3a5e2cac778a06dfa8a50f8b51c23dc1 652 0.41/1.00 vMB 24
360,035 360,035 000000000000000007580f75f8f51aea9492a4192c189e8ba0cd9e828a6662ec 1,297 0.61/1.00 vMB 32
360,034 360,034 00000000000000000ad79055a1fd2cb2056fb610a3960e4800e70a03b7613020 1,165 0.53/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.55 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.