Loading Tool

Explorer IconExplorer

Memory Pool

80,396 transactions
30.22 vMB
0.07586350 BTC
Random Selection Loading Transactions
Max Size: 184.95/200 MB

Candidate Block

Mining Attempt 731496b0b0208396927d1f42060792ab8e40c0393a1b2beda8a94d3faa40a2b3
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root bc5cdecfbeb690762bd384d9cc03cab1a65cd0bb9b10e4402c93d9ca13ae80f2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,378
Size: 1.00 vMB
Total Fees: 0.00848268 BTC
Feerates: 318.30 > 0.85 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (700,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
214,579 214,579 00000000000000027f5077f5b72ec36584df6aef98cdff0cbccce4264ed78808 107 0.04/1.00 vMB 216
214,578 214,578 00000000000002a26a6ff0aa6f4b5fbb9095b2d1a325252a60b2995b23e72722 46 0.01/1.00 vMB 236
214,577 214,577 0000000000000450630da4953d2bf6779b999d16134a4460c6cada2c1b668ea0 34 0.02/1.00 vMB 180
214,576 214,576 000000000000022fdcde36f1a3840d4bd6b375d865159f7403a464430d972fcd 72 0.04/1.00 vMB 132
214,575 214,575 00000000000002489a75f50e31b612ca9b6a650d6dea6f32f3d89b9d88b8d8b1 278 0.13/1.00 vMB 126
214,574 214,574 000000000000054cebf4aaed713e9dd3768833e7f37669c64cdd89173a2b4fa7 17 0.01/1.00 vMB 103
214,573 214,573 00000000000002ba6bb3dcc5957028ad155a2f93fd0fd2aaf10079ea9f37771c 129 0.07/1.00 vMB 153
214,572 214,572 000000000000059f4e8dd3dffc0f7ad6501c1cc208efdefaaa8da67a916ac64e 32 0.01/1.00 vMB 118
214,571 214,571 000000000000040d666eaa0222955c81c8527878cf5bbc5b3c81257d158e5efa 187 0.07/1.00 vMB 182
214,570 214,570 000000000000014b6a28dba617dd0dda3a7c27645b2ea904cef0640a557eb1a9 137 0.06/1.00 vMB 155
214,569 214,569 00000000000003bced167000a6f4fde73e3b6edcb3ecb82c7dd5493a8d8138c9 236 0.11/1.00 vMB 116
214,568 214,568 00000000000000ddf6e9bc5a55e1c4cafbc1c2ec7f0f19f28dd2687510befbfa 330 0.14/1.00 vMB 162
214,567 214,567 00000000000002d5cdf6f475323d4f607b4e2d1ab5dd1c955434bab4b3a89935 258 0.16/1.00 vMB 57
214,566 214,566 0000000000000546ede587455f236e60a1a5e92c797b73f50c5ff332a0326cca 623 0.23/1.00 vMB 165
214,565 214,565 000000000000019628011f72080a2ee60c2d74f68bfee5d329420bca0bb67a38 748 0.20/1.00 vMB 193
214,564 214,564 00000000000001e9013be46cb510cabd28888bb0dccca88ad253a4d697d4ff44 458 0.17/1.00 vMB 155
214,563 214,563 0000000000000092aff28a1264abc8e7cd9c78e5d966ace2df6be7b0177f6f28 8 0.00/1.00 vMB 292
214,562 214,562 00000000000003295ad8492236979f0ed56e71e5c3dc8c3d2aaeb52eee502d22 260 0.11/1.00 vMB 194
214,561 214,561 000000000000008a23db775539cd8e37669a6e56ceeffc2dfaf9dce2064ef9e3 142 0.05/1.00 vMB 112
214,560 214,560 00000000000003d61cdfdd3e9ac40b8b3f6ebeebaf59e9234f3d1caf52974f30 1 0.00/1.00 vMB 0
214,559 214,559 00000000000003e663fd343e1656cd4f7d3a5c36eb51d6e13b69da98f923bd59 259 0.13/1.00 vMB 165
Previous 10 blocks ↓
Total Size: 783.00 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: 718.21 GB
    • Received: 17.88 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.