Loading Tool

Explorer IconExplorer

Memory Pool

42,145 transactions
26.60 vMB
0.06277053 BTC
Random Selection Loading Transactions
Max Size: 139.03/200 MB

Candidate Block

Mining Attempt 7081f842fa98fd4fc079a3f1db7596d06ee03cfa1aaa01e7eb74bd49d9f4dc46
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root 2718041b6ac87b92b5d42a42c41a0f6a364ce051a2dcb61a5fa3ccbd02f1e0a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,657
Size: 1.00 vMB
Total Fees: 0.01376602 BTC
Feerates: 47.58 > 1.38 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (121,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
793,306 793,306 0000000000000000000510d7ba1c425f4185d353722dcf6cc0c9e7408ea37b5a 3,727 1.00/1.00 vMB 40
793,305 793,305 000000000000000000032802415e3715951f8f34fa5ee87ecac384bb1accbb05 1,967 1.00/1.00 vMB 49
793,304 793,304 00000000000000000000ef58b964a4a6e474821107c5c53bfa05a5edd90b23f3 2,095 1.00/1.00 vMB 50
793,303 793,303 000000000000000000039dadea30ba9b9f21889c146d7c2a115d98545d8a539f 2,763 1.00/1.00 vMB 72
793,302 793,302 0000000000000000000108b5d11af458b3d40c64beabf08e5a3ea0eb92e2dd95 3,170 1.00/1.00 vMB 52
793,301 793,301 00000000000000000004aafad76f3c92b59f6fc90bb870f498e44d2f82276191 1,368 1.00/1.00 vMB 62
793,300 793,300 0000000000000000000489b88353e3612f529a1e10fffdf1da876fc59e696248 2,709 1.00/1.00 vMB 54
793,299 793,299 0000000000000000000047776cad5bc4e9e74e33e62be70792d899d799c69af1 3,694 1.00/1.00 vMB 44
793,298 793,298 0000000000000000000323fdc18bc4afd6f8095d3d30979c02e3672a28ce0a23 2,661 1.00/1.00 vMB 54
793,297 793,297 000000000000000000023014caa14aed390ff961ff3e21a89dd3d6449a2f591d 2,646 1.00/1.00 vMB 70
793,296 793,296 00000000000000000003d5e3348b209b109a3a893797a65c32b0be7f9e9efb6d 3,534 1.00/1.00 vMB 53
793,295 793,295 00000000000000000004c65c441c9d6cbfa4aa6f711716dcae260c31d682a5d3 3,354 1.00/1.00 vMB 93
793,294 793,294 000000000000000000040cf36b24fb344076c3f4b08d83273983bf18f35d7326 1,161 1.00/1.00 vMB 58
793,293 793,293 0000000000000000000059ee0a6c7a2788c121e9e125d48a029f6b6722c7171c 2,154 1.00/1.00 vMB 67
793,292 793,292 000000000000000000027a787685064d693319ffc684691496e6c47e39a169f8 3,402 1.00/1.00 vMB 54
793,291 793,291 00000000000000000004068f3d50c1655401dfda07e043af7a765829e58c4184 3,099 1.00/1.00 vMB 72
793,290 793,290 000000000000000000048a5f7e9ae1c036154d3c68780f47ccd6faf4dae6ea0e 3,372 1.00/1.00 vMB 97
793,289 793,289 000000000000000000047f68232cf7346119e8e31d6b62c15b35252599290b5d 3,112 1.00/1.00 vMB 95
793,288 793,288 0000000000000000000393a02d81e6375facbc3df46c8e0c714c363571b7da50 2,628 1.00/1.00 vMB 91
793,287 793,287 00000000000000000005104d60fafd9498b6e0acdf735844928841ac40bbcc08 3,377 1.00/1.00 vMB 93
793,286 793,286 00000000000000000000baaafa08d8627428615f060a1a03f18c374f173a04a0 1,059 1.00/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.