Loading Tool

Explorer IconExplorer

Memory Pool

83,174 transactions
30.75 vMB
0.08279018 BTC
Random Selection Loading Transactions
Max Size: 188.77/200 MB

Candidate Block

Mining Attempt 0b00d12c0a5484598ea16b1c2950016fd81fe0bb149f54a4cfa00b8e1c7ee947
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root 90c81891c076f26e116feb50a844af407ae3c391161a86eb7b995298e683781b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,303
Size: 1.00 vMB
Total Fees: 0.01392741 BTC
Feerates: 150.77 > 1.40 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (44,853 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
870,476 870,476 00000000000000000001350f2ca3e1606bab8a9340a4665b6b91bdf5252a52b2 3,497 1.00/1.00 vMB 46
870,475 870,475 00000000000000000000e4bca5a161503e97ab34eb1fe569b4650121a9c4a52c 3,266 1.00/1.00 vMB 20
870,474 870,474 0000000000000000000167f5acf53e75e423720dc8547e810aed119bfce8cff3 3,566 1.00/1.00 vMB 49
870,473 870,473 000000000000000000015a22ea69f7a24e34652433accf65c4966d19840218f3 3,080 1.00/1.00 vMB 15
870,472 870,472 00000000000000000001d5bc058692f5954d11545f93cd568921408eab8a31b4 3,131 1.00/1.00 vMB 29
870,471 870,471 000000000000000000011dbead3f9d979fd0c772e74d7cf063312ae1ffb2ec80 3,030 1.00/1.00 vMB 44
870,470 870,470 000000000000000000017633a98f864e3c146c95b02e046b172ac8eb3683da0a 2,339 1.00/1.00 vMB 13
870,469 870,469 000000000000000000015be34020df72b5058527c296253d28934444d4ec297b 3,588 1.00/1.00 vMB 26
870,468 870,468 000000000000000000021bf09c625a94345ceefa0585b295c7df7d13f781bbfe 2,630 1.00/1.00 vMB 9
870,467 870,467 00000000000000000001e60c06e779b4afa5304d75ea0141f6bd2fffa31d80fc 3,521 1.00/1.00 vMB 42
870,466 870,466 00000000000000000000558deeee2290ddb5f22f89944bfe817c93ff149c0cc1 3,631 1.00/1.00 vMB 32
870,465 870,465 000000000000000000015bd93bafb7323e9dcb6c9189ff76947d3636f9ea6995 2,968 1.00/1.00 vMB 13
870,464 870,464 000000000000000000025d63e89c929a0fd4114daba382ff7080b79c58a4f2dd 3,104 1.00/1.00 vMB 12
870,463 870,463 000000000000000000029d6e0b727ac9e6c186fc007c86e8a5fb07ddb545ace1 2,690 1.00/1.00 vMB 13
870,462 870,462 0000000000000000000229707cb1d81e1fd4f767cef8edc8281e81e83658b684 3,256 1.00/1.00 vMB 46
870,461 870,461 000000000000000000013bb10c3f275496c52b4e514c932b19147f547b2ac216 2,521 1.00/1.00 vMB 14
870,460 870,460 00000000000000000000d2d3fd54ae5b82c13f0298785a2bf19f2505e346e6cc 3,023 1.00/1.00 vMB 41
870,459 870,459 00000000000000000002abea3cfafa080768d56e99d40db1e5af4d0281103e4c 3,494 1.00/1.00 vMB 14
870,458 870,458 00000000000000000001e5541d423c965dce26372087c5d49c0e1bcf8b2470c1 3,238 1.00/1.00 vMB 21
870,457 870,457 00000000000000000001c0e7519dd3f4b6b453adaafaec85385867418d710eb9 4,833 1.00/1.00 vMB 19
870,456 870,456 0000000000000000000015bfa786d8b26c489171c41c897c15a9197f1879a2a3 4,770 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.96 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: 715.43 GB
    • Received: 17.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.