Loading Tool

Explorer IconExplorer

Memory Pool

23,347 transactions
24.94 vMB
0.06264680 BTC
Random Selection Loading Transactions
Max Size: 119.89/200 MB

Candidate Block

Mining Attempt c1a0f3f82cfffcde8201380e136f0e112ec187a727ca0a674866551ea6790f01
Version 20000000
Previous Block 000000000000000000003979eda230c4b373f27054ca36f8f374ff667410c4b4
Merkle Root eabd8823ecae63e3d4745851bc03bcb5673046a809be5220a2fd8565a1c32dcd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,187
Size: 1.00 vMB
Total Fees: 0.01780974 BTC
Feerates: 704.81 > 1.78 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,230 (881,728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
32,502 32,502 000000005f088bf028428e6b2b79d5a905bbcd19a205ded1a8985cf0953f1fa3 1 0.00/1.00 vMB 0
32,501 32,501 000000002526e5865f9c509988e07ec47df938609258b8a0a37f6538de81a932 1 0.00/1.00 vMB 0
32,500 32,500 000000000517c518075f866c93984930389b1836d54c68b18079d600c19c7559 1 0.00/1.00 vMB 0
32,499 32,499 000000009b111e2d89d49826c3712e9ccb1aee4e793155a6846366544b47d9b3 1 0.00/1.00 vMB 0
32,498 32,498 00000000c2d29cc477ee3cb9d364f9438f1db383455507b4f2b409b1eee68178 1 0.00/1.00 vMB 0
32,497 32,497 00000000bc55e11c110c75b63dcd8ad2856128226359e8e584379438d8c88b58 1 0.00/1.00 vMB 0
32,496 32,496 00000000341122c413e6aa22279b231741fbf73bca4d66a411c43ab35f290b34 1 0.00/1.00 vMB 0
32,495 32,495 000000006a000f2436f591b199934c811ce669c3a10fefe24963c8f5f86ae27c 1 0.00/1.00 vMB 0
32,494 32,494 00000000c1620899275be67c8bd8101c6b04cf3dfbf2b2af71b77db2f9d8f06c 1 0.00/1.00 vMB 0
32,493 32,493 000000005c9b47c0594c634260bd7d6396dfd58af4fa29a79684fa8d883712b2 1 0.00/1.00 vMB 0
32,492 32,492 000000002a5e0e6632429eb0d84c7402d4fa8e166a3eeef6c7ba2ad223a09fcf 1 0.00/1.00 vMB 0
32,491 32,491 000000009acb1df9acde4d8cd28e1e16c5b9d2b41782903c635d3def1d92ed83 1 0.00/1.00 vMB 0
32,490 32,490 000000007d3ce69c3b6ce81fa8900b1bd8c15e10b859ba0bf1cf4ed7fcbe51ef 1 0.00/1.00 vMB 0
32,489 32,489 00000000827b23e7fcdd7fd189c7c61224542d98921e5f6a28e9e5b777b9db69 1 0.00/1.00 vMB 0
32,488 32,488 0000000089d072c7ab2e22149dc947138d53b1aba8780bcdb65e6f3e7e280196 1 0.00/1.00 vMB 0
32,487 32,487 0000000006108b8f189bc1d19d53699b8dd39523c44bbf5d74b84451d9698ec5 1 0.00/1.00 vMB 0
32,486 32,486 000000003afb2192f03d7f10630b66c32473aaa075ad3cd8141f94114ce0bcc0 1 0.00/1.00 vMB 0
32,485 32,485 000000008920aa348ef8c1bf2029a2217b671bb4d8de6c22304b4e3c1994f6f9 1 0.00/1.00 vMB 0
32,484 32,484 0000000067d5cc3ca939f5cf70aab6ef2081e8346d943c206363ddd8c27baa37 1 0.00/1.00 vMB 0
32,483 32,483 000000007a2e41941856d6d436f14bc01e9661cb7b4af396d265d8be35a74d8b 1 0.00/1.00 vMB 0
32,482 32,482 00000000bb73cadc526686568d5605491ae4127d89495c0af61f28c9f73fb6c3 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.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: 575.55 GB
    • Received: 8.30 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.