Loading Tool

Explorer IconExplorer

Memory Pool

73,671 transactions
27.26 vMB
0.06409020 BTC
Random Selection Loading Transactions
Max Size: 166.55/200 MB

Candidate Block

Mining Attempt 81927d736fcc7f6391b256315ae8df0b23796da585bdbb07cd8424a1715de94c
Version 20000000
Previous Block 000000000000000000019f01622aa9ccac55b505788f3310454eb40145b7d73a
Merkle Root dc2285902ea1e6d2bd3bd3006fbc3b80345fbbb1aa073ea1ca8c181a7d51739f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,652
Size: 1.00 vMB
Total Fees: 0.00619581 BTC
Feerates: 104.71 > 0.62 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,263 (341,988 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
573,275 573,275 00000000000000000011f2670a711358f90ac8f8f2d46710962c8d6f27a5dfd9 2,590 1.00/1.00 vMB 13
573,274 573,274 0000000000000000001439deaa1e246d70ab71726d6c20e8b4b2ec9c86838666 2,618 1.00/1.00 vMB 92
573,273 573,273 00000000000000000001ca60679b4388d13dbe4c31a11c27b3c2ab1b5e9740a9 2,535 1.00/1.00 vMB 24
573,272 573,272 0000000000000000001a9bc2593a29cd4b0b1b11189ac19068051dc78e0b404a 2,805 1.00/1.00 vMB 78
573,271 573,271 00000000000000000013225d0948b1a5c75eaf9e36be0a624ba7f8d525966374 1,235 1.00/1.00 vMB 17
573,270 573,270 000000000000000000224a5a571cf462e787c8ae1ecad732ef0dc7bce57113d4 2,145 1.00/1.00 vMB 42
573,269 573,269 0000000000000000002a2ea428d1a0fef5f1ba6122c7dec393490c9c5f2c4ca6 2,840 1.00/1.00 vMB 99
573,268 573,268 0000000000000000000ee29451f0f96c1c5bbf3aae0e90af1e7cfcdcf133bc96 2,793 1.00/1.00 vMB 98
573,267 573,267 0000000000000000000ed124179e206e516f83df25ebfecb7daf55adc8be3fc0 2,338 1.00/1.00 vMB 82
573,266 573,266 0000000000000000002bb29eaf4303d5eb3523cf33fdc6817af01a6927914a8c 1,785 1.00/1.00 vMB 57
573,265 573,265 0000000000000000001480358d23f3a9fe0a863abdc0fcf586336c11d644115b 2,273 1.00/1.00 vMB 79
573,264 573,264 00000000000000000020d2dfcb963dbadef4d1dc23487d8418c464c812428af4 2,421 1.00/1.00 vMB 90
573,263 573,263 0000000000000000001f3a9079ef902abacc9442b19803e7e9733bf404b33f92 2,414 1.00/1.00 vMB 81
573,262 573,262 0000000000000000001e2ae58b0c193cbdf8ad349c0caed1caecdd26c9d798ef 1,865 1.00/1.00 vMB 107
573,261 573,261 0000000000000000000af546431f9bda603380c62696d00b46aa3368dfd99e95 1,496 1.00/1.00 vMB 87
573,260 573,260 0000000000000000000f626820ed84855204840ead7b68dc865ec2854a68b052 1,114 1.00/1.00 vMB 97
573,259 573,259 0000000000000000001d98fe13257b224320cde19f5e0a1e0fd0b1817d1029fb 1,854 1.00/1.00 vMB 111
573,258 573,258 0000000000000000000329e810b49ec65ab0e799fe8ae98d258ddf645dfaa532 1,580 1.00/1.00 vMB 101
573,257 573,257 00000000000000000010a86b25306a921dc51b7c618395ddc5288a007ee65780 3,213 1.00/1.00 vMB 116
573,256 573,256 000000000000000000139c5909b31f875bd5a39b2cb87315de5ae7106f61a6ef 2,111 1.00/1.00 vMB 29
573,255 573,255 00000000000000000024e330473fcef62b1085ffeb963e81db8dd4413b145e07 2,490 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.85 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: 712.54 GB
    • Received: 17.18 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.