Loading Tool

Explorer IconExplorer

Memory Pool

80,891 transactions
30.70 vMB
0.08992042 BTC
Random Selection Loading Transactions
Max Size: 186.94/200 MB

Candidate Block

Mining Attempt 755b67fb1ef00434ebf78a6c19b926e95a42d6c74b970ad764d1511784e1fe57
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root d09c7680edcf429f3fd6da256a3f13fda1d39def1f3b505421b1bf3af4e2b9c6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,414
Size: 1.00 vMB
Total Fees: 0.01960915 BTC
Feerates: 151.12 > 1.96 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (27,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
887,466 887,466 0000000000000000000050a2357216bdb4043cc079c93b1ab3b920d24829d2ae 3,791 1.00/1.00 vMB 2
887,465 887,465 000000000000000000027e510b894bf8225b6a76d66e85c3f0a3642291d60b88 2,821 1.00/1.00 vMB 3
887,464 887,464 000000000000000000027755490437d3e7670033bdca1b1417a23fbe57691a07 2,540 1.00/1.00 vMB 1
887,463 887,463 00000000000000000001f68e1a776e6a267bd90801bb92810a3701e97004af0f 3,396 1.00/1.00 vMB 1
887,462 887,462 00000000000000000001fa15911b90f4daad111e17ce445170b850275877c62b 2,968 1.00/1.00 vMB 1
887,461 887,461 000000000000000000006c260dca92c942a5734de21b1e1cbfce85d018ab316c 3,746 1.00/1.00 vMB 1
887,460 887,460 0000000000000000000141e6489df973fe0782800d8174d95adfb59f5673b5b2 2,914 1.00/1.00 vMB 1
887,459 887,459 00000000000000000000b325a0de2bd2f302b4f8995b3c39fcdf8bdaa0cc478e 2,586 1.00/1.00 vMB 3
887,458 887,458 00000000000000000000c910848614c3ce55b2308ecaa5677a6ce3ef4f4444a4 3,665 1.00/1.00 vMB 4
887,457 887,457 0000000000000000000274d1d18c61604b69acf4f26a7fa7de0c1825d2c20e6a 1,871 1.00/1.00 vMB 2
887,456 887,456 000000000000000000005d1d0ffc708acfeae33fb2279433b6e2fc1a86f00eea 2,046 1.00/1.00 vMB 2
887,455 887,455 000000000000000000005d6da9647c846dcc2e7bda7ec77d90c3239443b9710d 3,408 1.00/1.00 vMB 3
887,454 887,454 00000000000000000000025572c6895550fb0f6fd3bd654f8c9b6dc7b1e49f40 3,050 1.00/1.00 vMB 5
887,453 887,453 00000000000000000002436a5b7a710ff192503cd6867e0e68ba2f02d8de52ba 2,905 1.00/1.00 vMB 1
887,452 887,452 00000000000000000000580a928dcb0bf1061629c32aa6ec823a764cad487a71 2,570 1.00/1.00 vMB 3
887,451 887,451 00000000000000000002228ded1199d880fd1bae1caa116dab3ae2cf057b6e8e 711 1.00/1.00 vMB 2
887,450 887,450 0000000000000000000201c472d0c0a19fe9cb90401526434d0f0e0f485747b9 3,767 1.00/1.00 vMB 5
887,449 887,449 0000000000000000000181422169ff27815a57daeaffdfa36acb6d1cc0224412 3,113 1.00/1.00 vMB 3
887,448 887,448 000000000000000000024529e05b27a21b76b4a4ca72ef3365d02ece30b74204 3,960 1.00/1.00 vMB 9
887,447 887,447 0000000000000000000229eb20b88367efbda504f54a943bfec9aa3f0fd79ce9 3,139 1.00/1.00 vMB 1
887,446 887,446 00000000000000000001cf84cc844aa9db70c96e5c405be484cd73e1e144bf49 3,679 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 783.06 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: 720.64 GB
    • Received: 18.23 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.