Loading Tool

Explorer IconExplorer

Memory Pool

82,053 transactions
30.92 vMB
0.07866576 BTC
Random Selection Loading Transactions
Max Size: 189.70/200 MB

Candidate Block

Mining Attempt 11cb5702dda9a8d42a72e9d6354c93d64c7b22d7408601228724f631a0caa782
Version 20000000
Previous Block 00000000000000000001e04dc53d2870220783c578c283d55c1a710d6e578ddc
Merkle Root 85e4c3e612f3d5667565232d7bc4dcb49a42b4649a488b96d9a2e08af3204d8c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,394
Size: 1.00 vMB
Total Fees: 0.00918519 BTC
Feerates: 301.05 > 0.92 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,219 (367,589 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
547,630 547,630 00000000000000000001f3d6b07d4a3e2bcc325584a3cea74c69f0fa5bf4b25c 75 0.02/1.00 vMB 6
547,629 547,629 0000000000000000001c8337ddaa586b3dbac24911f6d0353738eba87a26dd7f 415 0.20/1.00 vMB 8
547,628 547,628 0000000000000000001d355650a20e0f290be1c16b6e777c22eb727d97304a55 1,435 0.77/1.00 vMB 24
547,627 547,627 000000000000000000132213fe22ec17f4fa81d766ef1f8bfe978463c5bfb73d 709 0.34/1.00 vMB 13
547,626 547,626 00000000000000000018b3ad1baec32bd30cc3bf0827da9ac58df963c8d33d6c 1,766 1.00/1.00 vMB 4
547,625 547,625 0000000000000000000da3180977793d2f7cb3cba41690f04a355198065c6fba 3,099 1.00/1.00 vMB 6
547,624 547,624 00000000000000000003df92915529b34a02be5d85f9334c41bba4bbf8c3f63e 2,677 1.00/1.00 vMB 21
547,623 547,623 000000000000000000156c7b4e6d8f8d4307403031ebf6d00c16f2c3465b3a0b 483 0.18/1.00 vMB 30
547,622 547,622 0000000000000000001592f0ad3ea29db13c8561560169897fbb2de393e0f836 1,209 0.80/1.00 vMB 4
547,621 547,621 00000000000000000015813120758970fa3c6a6b2881cc07d2ccf50231aee49b 2,803 1.00/1.00 vMB 13
547,620 547,620 00000000000000000017bce7d8447fc926df48c2e2628323c56d2895c67a22da 320 0.16/1.00 vMB 5
547,619 547,619 0000000000000000000841ea63a8624f129320adfa67a8dd1394d3b3314e5675 971 0.47/1.00 vMB 8
547,618 547,618 0000000000000000001ca5eb9bcad5e481ee0c135d6a5917686e2b2a733206da 2,385 1.00/1.00 vMB 18
547,617 547,617 00000000000000000002c0be347830e19923d9638a044fa585a00835fe29d534 1,283 0.89/1.00 vMB 4
547,616 547,616 0000000000000000001842ac8c7f5b58d254ea7ac6d143e175ba9d3be915c556 175 0.08/1.00 vMB 20
547,615 547,615 00000000000000000006690838da9f698fd5117f42e260e1e694c7a9624ca4f9 1,970 1.00/1.00 vMB 8
547,614 547,614 0000000000000000000d03319ac4abfdbb49db8e4dea3ba1ee80ed455aa55c8b 3,487 1.00/1.00 vMB 18
547,613 547,613 0000000000000000002223e941c87d12d6f16121534e269cc9c648de42f21ca5 559 0.41/1.00 vMB 12
547,612 547,612 00000000000000000019b873a851bbc330df19d59c9be8735dd2904c77621edf 2,627 1.00/1.00 vMB 12
547,611 547,611 00000000000000000004d40a3f6edaf6ec54f3109c1df891b09b957a4218b747 2,249 0.99/1.00 vMB 10
547,610 547,610 0000000000000000001c540afd724bfb028e6d92a54de653e0128f3431cc833f 1,789 0.90/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.77 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: 709.17 GB
    • Received: 16.86 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.