Loading Tool

Explorer IconExplorer

Memory Pool

88,430 transactions
32.21 vMB
0.13886977 BTC
Random Selection Loading Transactions
Max Size: 195.16/200 MB

Candidate Block

Mining Attempt ebf20eaa7c639622ccc72eee127fec5b8205b7d16e0a232d2b00614656165542
Version 20000000
Previous Block 0000000000000000000073dadc631dd956a009d41a1710c631dc5e901f1b559d
Merkle Root bd2f9d5cc57f4e55d53fc82952f80e4f96e7a9c6a045293b8c14d42ca9484f57
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,979
Size: 1.00 vMB
Total Fees: 0.05192837 BTC
Feerates: 101.65 > 5.20 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,073 (313,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
601,318 601,318 00000000000000000004ba95bc947f17bcfcbd06aa65010f59f03fbc858084fb 2,671 1.00/1.00 vMB 47
601,317 601,317 000000000000000000018c26d0331b6cd2f8296e6bedafad96605f20f3207f86 3,061 0.88/1.00 vMB 20
601,316 601,316 00000000000000000013e004c6508fdbf7628fd163d6ea7c94f3029174f4a7a5 2,320 1.00/1.00 vMB 35
601,315 601,315 00000000000000000002623ddc94f2efc9b9b9ea8d1dd35415447db3acc560a2 2,177 0.77/1.00 vMB 13
601,314 601,314 00000000000000000006aa6b948379514ba26caf0c1d29d12ec00dee25421958 3,020 1.00/1.00 vMB 27
601,313 601,313 00000000000000000013cf0cf813a265d726265bdca25d090c3aae8ca5160c13 3,437 1.00/1.00 vMB 26
601,312 601,312 0000000000000000000f600b28791d7c30b33e4dcdad0a8c67a1762b3719ae02 3,292 1.00/1.00 vMB 15
601,311 601,311 0000000000000000000ce7ea33747fd1d4381ad1c2a4238a4a8ddae385a988e4 2,774 1.00/1.00 vMB 24
601,310 601,310 0000000000000000000b7ce78de4127bb1293dd05bab3f6d95c3e5ad124d8015 3,169 1.00/1.00 vMB 41
601,309 601,309 000000000000000000125969b595f8bd844e5f17f621b6cdfc66913bc15334ff 2,795 1.00/1.00 vMB 27
601,308 601,308 0000000000000000000bf614c05596ac35507f2cd9dd3667a381cdeb8a43655c 3,308 1.00/1.00 vMB 31
601,307 601,307 00000000000000000010275a1a1554b4999139534e7beeb832534ddff5d7b614 2,404 1.00/1.00 vMB 55
601,306 601,306 0000000000000000000c51d038ca929b81597d2060cb960f1764781cf01c4ee7 1,834 1.00/1.00 vMB 13
601,305 601,305 0000000000000000000e8366e5b4787bad7d0fe06e0c48a675e852e3ae142947 812 1.00/1.00 vMB 4
601,304 601,304 0000000000000000000b6b4cfd43debee2d976d64a85b52425883fd7c746b7a0 631 1.00/1.00 vMB 4
601,303 601,303 000000000000000000033e73c4ff6feb6e21d9ca9d5a40884d9e7755ddce9a9b 159 1.00/1.00 vMB 1
601,302 601,302 00000000000000000005cd86e8fe3b34af556ca7506443afe228b9295aade854 1,508 1.00/1.00 vMB 11
601,301 601,301 00000000000000000002df42c6e7655f5973d83a28bacbb4335c36e1c3cdb1fa 3,092 1.00/1.00 vMB 23
601,300 601,300 0000000000000000001319b4e92ed5d162f061f3098cee567862d45e3e23f620 2,901 1.00/1.00 vMB 14
601,299 601,299 0000000000000000000547a2eb4f62c0a9ef5dec76714f09c224a9af2908e6f4 2,593 1.00/1.00 vMB 39
601,298 601,298 0000000000000000000f6b503b763bd4d160e9a7fab9763c570f41fbbc38a302 2,100 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.52 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: 668.91 GB
    • Received: 15.64 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.