Loading Tool

Explorer IconExplorer

Memory Pool

74,013 transactions
27.37 vMB
0.06786543 BTC
Random Selection Loading Transactions
Max Size: 167.09/200 MB

Candidate Block

Mining Attempt 69768577685b5067ccfa636ceaee534d75565d7e00804b4929e899ac2aa1a425
Version 20000000
Previous Block 00000000000000000000021ebf7cb9461533c1f4d147f514574604ef61f93ece
Merkle Root c5b9394af98be5f4644f5bfe0f59c4115e54ceddb1856fe116b72824d900b5ba
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,183
Size: 1.00 vMB
Total Fees: 0.00963395 BTC
Feerates: 402.60 > 0.97 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,316 (700,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
214,587 214,587 00000000000003f66706aa07dcf2cddd0152ad40da4d85011e737d724e046a4b 26 0.01/1.00 vMB 154
214,586 214,586 0000000000000484f7beb23c8de9594de241baff73bf4855963aef367b12fc88 48 0.02/1.00 vMB 113
214,585 214,585 000000000000033547365455e9852a20c3b38c58d6efc97fca38f0933012ced1 27 0.01/1.00 vMB 105
214,584 214,584 000000000000007c8184f5fe12162adc55bd2124a3c38eb86bad4eeaef5b4470 304 0.16/1.00 vMB 169
214,583 214,583 00000000000002e866ee4ec9eb2c14c1a484e453d87fb2b21181feadd3e44711 2 0.00/1.00 vMB 220
214,582 214,582 000000000000037a3cae8565d26e72bf4cb12e7d527dbd67c6f7f987e679f7b8 69 0.03/1.00 vMB 108
214,581 214,581 0000000000000033ccd377fdaa2aa6323c2563a3920f363247db7dba5474f20a 44 0.02/1.00 vMB 166
214,580 214,580 0000000000000302fdd212f5223d20f16473d16656959149555db9c847bb9410 26 0.02/1.00 vMB 130
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
Previous 10 blocks ↓
Total Size: 782.94 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: 714.86 GB
    • Received: 17.61 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.