Loading Tool

Explorer IconExplorer

Memory Pool

80,110 transactions
29.56 vMB
0.09064292 BTC
Random Selection Loading Transactions
Max Size: 179.19/200 MB

Candidate Block

Mining Attempt f4aab16207ca172a0d383fc4c0c95ecb5daca37e5d347ba11209afad39aa21c3
Version 20000000
Previous Block 00000000000000000001fa937a9d4dce7a38d755f594edd200e4f323094a5ecd
Merkle Root cfe3297516644505b34cb8cdc29f1dc04dbc5003111d5b25e4411a77707e19be
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,182
Size: 1.00 vMB
Total Fees: 0.02833697 BTC
Feerates: 502.67 > 2.84 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,089 (424,468 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
490,621 490,621 0000000000000000000d57973ba365125ecc32f46f289e892bda2823e4854b0d 2,237 0.96/1.00 vMB 171
490,620 490,620 00000000000000000083cc7cd6e4643124170b7d69d95b38d17f65a63bb642f3 1,626 1.00/1.00 vMB 134
490,619 490,619 0000000000000000004615a7c3bf2258cb14bdf4b295d3d76e54c6f517779d3a 2,413 1.00/1.00 vMB 153
490,618 490,618 00000000000000000041dbf43bd2725fc407bde4df841a9bfbbe3977d394bbb5 2,146 1.00/1.00 vMB 346
490,617 490,617 000000000000000000d16c73923d0ee22ee476f9bab5d4f06b907950b4e604ee 3,021 1.00/1.00 vMB 127
490,616 490,616 000000000000000000cdf8fd2ab203fffa8efdce95b150a37171b5d71b479a38 2,150 1.00/1.00 vMB 151
490,615 490,615 00000000000000000035c16f1f0b696895b31e5b34d730a2fb11c8d2aa8ca4b0 2,164 0.95/1.00 vMB 156
490,614 490,614 000000000000000000428121f75a96f025349484796235fa73601b173d0c22b7 2,353 1.00/1.00 vMB 170
490,613 490,613 000000000000000000978ffc57d4b2b902a0f3ec69804833d59f51008c8021a3 2,089 1.00/1.00 vMB 157
490,612 490,612 00000000000000000006279a4a5f9b57ff3aeff0ca6c45585681fbbc68c8c46f 1,603 0.63/1.00 vMB 193
490,611 490,611 0000000000000000000f684d810cb9ac5ffa9ea3c9836ff3f774de88b6bd14cf 2,575 1.00/1.00 vMB 177
490,610 490,610 0000000000000000009450f8b06ce8bdbc41ffc5883b3b2536e69b471a2928df 2,552 1.00/1.00 vMB 175
490,609 490,609 00000000000000000053aa940b02f32cf5c7ee5587f76053c34e7fd9c68da633 2,624 1.00/1.00 vMB 201
490,608 490,608 000000000000000000ce207efe80e548cc916a1add5bef8c9aa9148a55de4ba2 2,140 1.00/1.00 vMB 180
490,607 490,607 00000000000000000015f7847e59e6b1abed2af22d5de9b1b26a0cbf79351956 1,988 0.98/1.00 vMB 127
490,606 490,606 00000000000000000041fd248def41427b62dd04ca62f66737d20251b39b358d 1,881 0.96/1.00 vMB 144
490,605 490,605 0000000000000000001082831c99c5a5bdf74a1311da104c49f1b4bfe28c03b2 314 0.26/1.00 vMB 115
490,604 490,604 0000000000000000001eb3fbd8f2a5dc80ec84db2e587d6a70d1c75ccb7cab6f 1,670 1.00/1.00 vMB 43
490,603 490,603 0000000000000000008a4fede29d9f6b5c081e51884cea95379560e7efcd2e16 2,396 1.00/1.00 vMB 174
490,602 490,602 000000000000000000200754c1e2810b00db11fe5379815c9bdf740094f3d624 2,361 1.00/1.00 vMB 146
490,601 490,601 0000000000000000005c95acc2b5b3b855264c016c733a0d26f313bf78ae0b8d 1,978 0.95/1.00 vMB 177
Previous 10 blocks ↓
Total Size: 782.55 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: 669.80 GB
    • Received: 15.76 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.