Loading Tool

Explorer IconExplorer

Memory Pool

41,925 transactions
26.54 vMB
0.06048352 BTC
Random Selection Loading Transactions
Max Size: 138.65/200 MB

Candidate Block

Mining Attempt 0edfa576a824c8370509cee6f161ff2217dff27dd99fb53c562e11ac5c202ad8
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root a1fa9a3cd8ca9196f0d505b2411a75a58f128ecd8205581f353beedcb72138b7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,878
Size: 1.00 vMB
Total Fees: 0.01179290 BTC
Feerates: 47.58 > 1.18 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (358,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
556,306 556,306 00000000000000000036271f42d135c2b7a58c2bc9ee53ead0d5d7f787798243 1,227 0.57/1.00 vMB 8
556,305 556,305 000000000000000000360f0d46a006d7fdaa378ea0d1449b755ad3a7ed0de80e 1,151 0.41/1.00 vMB 7
556,304 556,304 000000000000000000162bbcaee6244363969b616113658caf4856e31b9904a8 1,303 0.83/1.00 vMB 4
556,303 556,303 00000000000000000007d062a7177d7bd0d85fa6fa9d2d8aa6e66b4b9b920f29 2,624 1.00/1.00 vMB 7
556,302 556,302 0000000000000000001d7f6b3b0a38748a52de3f9bba53dbd3d91458f8e48e2d 2,658 1.00/1.00 vMB 8
556,301 556,301 0000000000000000001d00d3f37e429ba13a43b2f2cf3054ff5a0c6622defd1f 329 0.13/1.00 vMB 4
556,300 556,300 0000000000000000001408c545bac523f566b40bdc1bbae33f56cf16731b5508 648 0.23/1.00 vMB 7
556,299 556,299 000000000000000000230ff5dae3f12dfecfa4b212a2d935603f1357b5cfa08a 2,466 0.96/1.00 vMB 6
556,298 556,298 0000000000000000002f9f509b8b43d5a48e2f1a85dbb4a530e0e7d63f6cfa98 1,211 0.69/1.00 vMB 5
556,297 556,297 00000000000000000014fadb383c7b44d492ddac4dd0969bfe6e6ca0aecbd9ab 2,995 1.00/1.00 vMB 8
556,296 556,296 00000000000000000020d09988a424022b71b444f779ac635bf209f99494a7b7 1,193 0.45/1.00 vMB 7
556,295 556,295 0000000000000000000c7db30d6111754c13379be202f75844008d9636fcd80b 557 0.64/1.00 vMB 1
556,294 556,294 00000000000000000006d1abb0e58e30ce46a2918e7ffea7b6616851fe8bea12 3,021 1.00/1.00 vMB 10
556,293 556,293 0000000000000000002621796f1120ecb07d89b37290faaa0922a2857d70cc3a 2,375 1.00/1.00 vMB 9
556,292 556,292 0000000000000000001bfd0c62c6f06accefffdc1f807bad289b4844e8a8fd48 814 0.44/1.00 vMB 12
556,291 556,291 0000000000000000001f53bf45bb0069d708d35f3242f13c9ab964982b8377a5 194 0.22/1.00 vMB 3
556,290 556,290 00000000000000000032ffde0a1c8e1bf05072bd3cba5576761a922ebb87f831 2,646 1.00/1.00 vMB 9
556,289 556,289 00000000000000000019bc13a12c33d2cc2fc04f54efc1af7567aa5658fe3c12 95 0.26/1.00 vMB 1
556,288 556,288 000000000000000000137aba1bd3f2ffcedbe8f640caefa3d1affb6395634365 3,052 1.00/1.00 vMB 10
556,287 556,287 0000000000000000001ccb2d683af4502eaca23dac29a24f01869dbced3e82a6 737 0.28/1.00 vMB 6
556,286 556,286 00000000000000000010ac374af518e8e9432f24aeb904d536f8f008b1b95491 1,784 0.99/1.00 vMB 6
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.