Loading Tool

Explorer IconExplorer

Memory Pool

31,701 transactions
18.32 vMB
0.06875845 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 97.75/200 MB

Candidate Block

Mining Attempt 62f1d4879090f12f766110758404957e001cecd40df48b4aecf270fc919017f0
Version 20000000
Previous Block 000000000000000000000ef1c9db2f006859af34c284a088f4666400a52b05f3
Merkle Root e29d2f206b72461945e4ff1a6193b0c959ae497e1f2a56a0da3c7a1230516ebb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,292
Size: 0.99798775 1.00 vMB
Total Fees: 0.03472204 BTC
Feerates: 526.32 > 3.48 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,864 (765,142 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
148,722 148,722 00000000000006098364951d45eb433bdd8f37e44a7f41120d175af55bc1e132 16 0.02/1.00 vMB 94
148,721 148,721 0000000000000646fd5b01d810bbfcc8442c5aae58442940567e9f2c86abd0c3 30 0.02/1.00 vMB 106
148,720 148,720 00000000000009581a155477bd9d5b0411cc20424c79fb33623a303ed113650e 24 0.02/1.00 vMB 18
148,719 148,719 000000000000099600128fa27857270e6bc5813ae08cd1721443eadc4e0a8c77 80 0.03/1.00 vMB 106
148,718 148,718 000000000000057c0d100ddaf31d99962e35dd9bb2367e001c1bc99797038b9e 105 0.05/1.00 vMB 188
148,717 148,717 000000000000016b969fed61b3e4e4cdeb3c0a2a1e5fe87f0dc18b6a808b8f83 6 0.00/1.00 vMB 28
148,716 148,716 000000000000031cf95e63200dbe9a98cecd2775ab906a10002355cba8e23391 65 0.02/1.00 vMB 88
148,715 148,715 0000000000000036009e758a9f1e6200392a8e59311ac46d80f45ed7cdeb8da8 90 0.05/1.00 vMB 112
148,714 148,714 00000000000003f1e78b9ef7f39cfb4b63c371447c804c9feeae6f6a85c3fdd6 68 0.02/1.00 vMB 119
148,713 148,713 000000000000074c042a91212ef8539e9c9cf312d0c7ce9faeb5304c1bb48f40 1 0.00/1.00 vMB 0
148,712 148,712 0000000000000061e24b055ca865278eb1b1e303942375643f39b2ae604e605a 125 0.03/1.00 vMB 85
148,711 148,711 000000000000040608ed5498f823a6578a1cddf2d95d996921fa80bfdc3bdd51 51 0.04/1.00 vMB 76
148,710 148,710 0000000000000022b2e428df72ccd06e1fbd962acf2637e26100dd81ce8fe68a 15 0.01/1.00 vMB 256
148,709 148,709 0000000000000541646a1d6d251098968136b31b3ad45102d8fcbcd76064834a 67 0.03/1.00 vMB 71
148,708 148,708 00000000000005d90902244d6488d2cde32f9722f4b537e9279c8684d4fe3125 69 0.03/1.00 vMB 209
148,707 148,707 00000000000000dfd683ea45abe61b2cb69d4d7f40a47331bb47eba5ab140a06 53 0.01/1.00 vMB 3
148,706 148,706 000000000000014c442bb6fce10786cabed5f9f256303345f46aaff8d76fa589 10 0.00/1.00 vMB 545
148,705 148,705 00000000000002c623e3f856d9a5866e0f1c709a6cf5c24159b24ac6304ab0db 18 0.01/1.00 vMB 48
148,704 148,704 000000000000076b93ecaadab0245c2c46d0556c49eec96e0941f91f4fd48ac8 139 0.05/1.00 vMB 56
148,703 148,703 0000000000000679bff5466e3838a9da3650cc85fe74a7fc47612b93c6d65b75 36 0.01/1.00 vMB 314
148,702 148,702 00000000000006df45a062b2510a952267445f3b2d08647dd8b3d308591d65ce 36 0.01/1.00 vMB 135
Previous 10 blocks ↓
Total Size: 780.37 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 523.89 GB
    • Received: 5.01 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.