Loading Tool

Explorer IconExplorer

Memory Pool

44,086 transactions
28.66 vMB
0.12522610 BTC
Random Selection Loading Transactions
Max Size: 148.90/200 MB

Candidate Block

Mining Attempt 68fbe96606e014a2673299473d3a3593726dde42c10c7410649c6cca65ac265c
Version 20000000
Previous Block 000000000000000000017af1f60b0a1774993e39cbb6c5abc4771238282a0259
Merkle Root dc3fb0d578a3ed0849c92287aa7f44b3a9cb263168d10e81ceaeba6a225ee25b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,942
Size: 1.00 vMB
Total Fees: 0.03833175 BTC
Feerates: 113.05 > 3.84 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,711 (438,935 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
475,776 475,776 00000000000000000107381c73a65cd4e845d4bb1ba25d123607dfd8e134fb87 1,261 0.66/1.00 vMB 45
475,775 475,775 000000000000000000f41e2b7f056b6edef47477d0d0f5833d5d4a047151f2dc 2,276 1.00/1.00 vMB 242
475,774 475,774 0000000000000000011e8f5b1d3c5d1a60e2bc1f142c826dc922a8835394dadc 698 0.42/1.00 vMB 145
475,773 475,773 00000000000000000090c07c05fcb6fa525d92f24e206898b2b9537158dd12e7 1,303 1.00/1.00 vMB 94
475,772 475,772 00000000000000000021898a7fd248aa5f0781950e563d1c934799dfac8156df 280 0.99/1.00 vMB 10
475,771 475,771 000000000000000000bc52e4c54911e42eb40cc2b41bbe2c5de6b0a2e7338ab5 941 0.47/1.00 vMB 168
475,770 475,770 000000000000000000f5e3750f7485ed165ca296cc5e97ce0378c09a893996d0 548 0.99/1.00 vMB 24
475,769 475,769 0000000000000000000948f4eaf00d1c64f216176c2d5c56b2352e4001a8224c 764 1.00/1.00 vMB 54
475,768 475,768 0000000000000000016c802956eca6d0388e1169e176ff825a53797e36d93d90 1,436 1.00/1.00 vMB 81
475,767 475,767 00000000000000000133e2cef610a64b69a97a0451e94bdef8fe13cbc2e65281 311 0.28/1.00 vMB 52
475,766 475,766 00000000000000000160363ba0c35d96ea7dac13f2cc9442d057d6a2e4b8be2d 918 0.99/1.00 vMB 54
475,765 475,765 0000000000000000006935f933dd8ab02e41f93377fad0932bdac9fabd0ebcaf 1,205 1.00/1.00 vMB 69
475,764 475,764 00000000000000000122bf021cc725541a0ffd20f96728cdc8260478ea59fcb9 1,009 0.49/1.00 vMB 143
475,763 475,763 0000000000000000013f6b86056fdfb00464d66df216be0ab133af3086b513f5 909 1.00/1.00 vMB 62
475,762 475,762 0000000000000000002a4684392c5ef2cd4b6f0ae2f49f0d3843b66358879a95 941 1.00/1.00 vMB 53
475,761 475,761 000000000000000000279f0b46bc568b4f4b9f67c61e72c7a2cf99c14f64cd66 1 0.00/1.00 vMB 0
475,760 475,760 00000000000000000138f7d349078b22135aaa230c9e62d56b68e5abbfbf8417 2,070 1.00/1.00 vMB 169
475,759 475,759 0000000000000000018145dcf005be98c4b8b6c032981985e7d7c24b3014af7b 469 0.40/1.00 vMB 21
475,758 475,758 000000000000000000f0c74570e6a8b55505044bae761b052882ecad01c27880 1,707 1.00/1.00 vMB 48
475,757 475,757 000000000000000000eef404e7feaa311e9705c666428979c5bf0b3b63ab4d60 1,762 1.00/1.00 vMB 202
475,756 475,756 000000000000000000f97460c5605895bb72c7ddfc9b66cae66d2cf056606b75 2,052 1.00/1.00 vMB 133
Previous 10 blocks ↓
Total Size: 781.88 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: 645.05 GB
    • Received: 12.66 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.