Loading Tool

Explorer IconExplorer

Memory Pool

34,238 transactions
11.19 vMB
0.12404291 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 69.60/200 MB

Candidate Block

Mining Attempt eb651c7f272fd94c7a0e4fa9426f3ba73b3d33ef4e3d79b332732840704d47ad
Version 20000000
Previous Block 000000000000000000011ebd83612b996cae9108d9add28b828f99f3c93d70d7
Merkle Root 75aca6058db259fa9974d80c5a971188d5c5f98e0b53f1e01b5b1e1caceb25ab
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,817
Size: 1.00 vMB
Total Fees: 0.04454070 BTC
Avg Feerate: 4.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,032 (745,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
167,871 167,871 0000000000000143f89ec82051533ea6f676ac0c99c43ce5f91f20aea0647a80 0.03 MB 101 24
167,870 167,870 00000000000007e2b1c8c8eb596a40bf4326b83e56c23ccdd38a088f9111fa36 0.02 MB 36 32
167,869 167,869 000000000000087e1e187bc067803e2dedbe8f06162d99f8fbd1bc5c49c19858 0.02 MB 78 58
167,868 167,868 000000000000021f317394f07e65e6db6b33e0f5a4dfaa7210ad36b135de6096 0.05 MB 109 72
167,867 167,867 00000000000007fcc2b3b5a7d2b6de537e71042a234186b6d95919f73ae03ed8 0.01 MB 29 67
167,866 167,866 00000000000001efc4870778a4bb6d95fd32be747c120bd3b99b48d9dee7aee1 0.04 MB 83 399
167,865 167,865 0000000000000acc24f229a3cd88cba6d1a513a3786a8a5fd58973db46fdb061 0.02 MB 43 14
167,864 167,864 0000000000000879d9244c89e18b9b1caa7e0138da81bb93dd3bffd0d6ec7eb0 0.01 MB 14 107
167,863 167,863 00000000000002c312198cad04725baa2cd79c08087a94c2fc81667928b2f921 0.04 MB 149 30
167,862 167,862 0000000000000b9da19a9bee8f2ce5ba529131ebeb7b345268240052c949835c 0.05 MB 125 98
167,861 167,861 0000000000000a76ff569addb6cc1dbfc470ae31fd0c059e4d12684c352c3717 0.01 MB 25 93
167,860 167,860 0000000000000082e94e68713abb2fca513c4e2cd8b6c7497f5a0d45ae37e129 0.00 MB 7 714
167,859 167,859 000000000000030f432b4af51331867800b8dd872490c1efbfcbde2f9f26984d 0.03 MB 54 224
167,858 167,858 0000000000000b3a19c5373ba77a0ef77ae0edb7dfedabfadaad067b1fad18d6 0.04 MB 105 65
167,857 167,857 000000000000085b66def3eda857fe52b6329f3fc92551147f9145766b6ee730 0.00 MB 10 53
167,856 167,856 000000000000060415ebc457a3e3d0059500cfec81436f7680f6475743d152da 0.00 MB 11 13
167,855 167,855 00000000000001571ba5e1c7aabfbf73223bd24d80ccc70ca2b1143de016bf25 0.03 MB 61 56
167,854 167,854 000000000000043dd212d028b3d09432b6464d11291d9d3f2cfe0b8d35a82201 0.01 MB 22 0
167,853 167,853 000000000000076bc6e948482737a63cf2fe5dafb3df16bb4ce841308e68e8b5 0.01 MB 43 278
167,852 167,852 00000000000000b78f97198474e26c5c3d7bac1b40b2246a976a0c00e01fbe4b 0.04 MB 58 120
167,851 167,851 00000000000000813353c68526471b6e9d0faa91d59bb0117b5012aa4722f939 0.02 MB 48 117
Previous 10 blocks ↓
Total Size: 778.90 GB

Node Details:

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