Loading Tool

Explorer IconExplorer

Memory Pool

41,316 transactions
32.86 vMB
0.09665224 BTC
Random Selection Loading Transactions
Max Size: 163.69/200 MB

Candidate Block

Mining Attempt d6aa90cae8879a87d8efefcfeb26829ee7fd26e2ef3305389e78e05c75513a09
Version 20000000
Previous Block 00000000000000000001b171574728f9b8bb47c58e2e3bc35b40a738258291cf
Merkle Root fdf6efdf09677766f7a4249364c06317dbe6a6a1cc756b4e93031a7a9242259a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,552
Size: 1.00 vMB
Total Fees: 0.02694949 BTC
Feerates: 501.64 > 2.70 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,561 (345,190 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,371 569,371 0000000000000000001d3202c8e24fb7fe4022044931235c0d47d080f203d2fe 3,336 1.00/1.00 vMB 54
569,370 569,370 000000000000000000155ab661db55298031690fd98ddf0d941119b51c9d3051 2,451 1.00/1.00 vMB 59
569,369 569,369 0000000000000000002394bba832d1fa79882e2ef0a5de28caa5486f592c5229 2,278 1.00/1.00 vMB 55
569,368 569,368 0000000000000000001371f071343a7801f2c5d11154cf84a2f3cbca747b1ef5 2,456 1.00/1.00 vMB 63
569,367 569,367 0000000000000000001b83cba5e8708d9a35c487a0870ace1dd29c9ad963703f 2,537 1.00/1.00 vMB 60
569,366 569,366 000000000000000000103f34619aa66d15989a3aba345aaf23eb3d31c50de89b 2,369 1.00/1.00 vMB 69
569,365 569,365 0000000000000000002bd02d27702f5cd37eaa50a49027d6ce9fd5c99e4cd81c 2,724 1.00/1.00 vMB 64
569,364 569,364 0000000000000000000dccf226afc3324071caff40829698e0821d7d5dc9866a 3,223 1.00/1.00 vMB 67
569,363 569,363 0000000000000000002189a04b5419ca3d4f0c6ddba091ced7434faeb01a2e24 3,143 1.00/1.00 vMB 45
569,362 569,362 000000000000000000261f25634702f9a80df2ba1fd659b2c06bf733831e7a54 3,223 1.00/1.00 vMB 51
569,361 569,361 00000000000000000017ed92fb8caffafbc6d3fd5f3139c86fca09f34268f3b2 3,237 1.00/1.00 vMB 51
569,360 569,360 00000000000000000009170a49994cf8309854e850c3e0084fe183455fc258e5 2,989 1.00/1.00 vMB 48
569,359 569,359 0000000000000000001cfadab61bae834bc3e4ad85d2336d79171a2d6c7150fe 2,762 1.00/1.00 vMB 35
569,358 569,358 0000000000000000001808a8006bb38f99a19257b6f57598fde0a9524f62a0df 2,689 1.00/1.00 vMB 43
569,357 569,357 00000000000000000015e5455cf4bb1aee4db12949bcb15a364fc34543b41e3b 3,143 1.00/1.00 vMB 55
569,356 569,356 00000000000000000016f31d66bbddabfefd44b0c1ff0f096e6d7527d19228a3 2,713 1.00/1.00 vMB 30
569,355 569,355 0000000000000000000b9762c66651ca487864eea5011269f36c22c7da4aa61b 2,954 1.00/1.00 vMB 35
569,354 569,354 0000000000000000002212bd8b0673e1ae04d4673402a059dec028afbfc8f506 3,140 1.00/1.00 vMB 46
569,353 569,353 00000000000000000017e44f785880e0522bc74bd67abe4817bbd8e116fa0044 1 0.00/1.00 vMB 0
569,352 569,352 0000000000000000001022b98f2f66861475c3494b5617bd2e795aefabed4512 3,086 1.00/1.00 vMB 52
569,351 569,351 000000000000000000084b9258ca7c4bed889bf07e2bbcb839e509b0ce2d8fc4 3,071 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 781.61 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: 624.09 GB
    • Received: 11.53 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.