Loading Tool

Explorer IconExplorer

Memory Pool

77,315 transactions
28.40 vMB
0.08117128 BTC
Random Selection Loading Transactions
Max Size: 173.15/200 MB

Candidate Block

Mining Attempt dc4a621f9fc4df9535f45e2be1315f5e534da2b6e765d80cc1708ae35ce4f055
Version 20000000
Previous Block 0000000000000000000176c24bf8eb983450be5b9066556ca76917f73613153e
Merkle Root 2e3abe38d23a79c4152458805274ce41e6952bb6b52497a56afc4048c12c1ca2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,570
Size: 1.00 vMB
Total Fees: 0.01781544 BTC
Feerates: 84.47 > 1.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,309 (232,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
682,957 682,957 0000000000000000000cdb567a239f026ad37b97233821ce3dcdcc0895ff568f 574 1.00/1.00 vMB 86
682,956 682,956 0000000000000000000bbdb910e21056bdba946d1684fcc16e584914cc3cde1a 1,273 1.00/1.00 vMB 95
682,955 682,955 0000000000000000000483beb70ad8fd8475da0cd0417499c5a310ef6ddb3561 1,243 1.00/1.00 vMB 50
682,954 682,954 0000000000000000000d9d791740148bc2e80501219697399bafa73a12717c5a 1,705 1.00/1.00 vMB 43
682,953 682,953 00000000000000000003c54646926bcdafa0bd3fe194564cbca2e44d1ac7bb4f 2,153 1.00/1.00 vMB 62
682,952 682,952 000000000000000000056e16b2d1d46e0370f0277bb7b62dfb88db2a2e400d8c 2,611 1.00/1.00 vMB 75
682,951 682,951 00000000000000000005aeb509abd1c98af7db195a6e57898e1273e7a50eed51 2,537 1.00/1.00 vMB 65
682,950 682,950 000000000000000000018c81e5c4ce50114eab530aa3a7c01d4dc171fa16bf03 2,832 1.00/1.00 vMB 94
682,949 682,949 0000000000000000000130c1c5607bc663835e8ce53ad99d7a9e67c8a99506f0 2,836 1.00/1.00 vMB 106
682,948 682,948 0000000000000000000be676cdc68e8f4b7f9a60743f6aa4b63cb8cbbdb9154d 2,984 1.00/1.00 vMB 103
682,947 682,947 0000000000000000000070815fbd03d22c4914cfb0348fbbea3b7f878864a748 2,367 1.00/1.00 vMB 74
682,946 682,946 00000000000000000008037876c0f6f150a8729c4abe1a28f79d650017433c2e 2,738 1.00/1.00 vMB 79
682,945 682,945 00000000000000000000dc7329a78001cbaf24d49ed8beaec57303d721226228 2,555 1.00/1.00 vMB 93
682,944 682,944 000000000000000000091a24787e45bcb6b38cd4cabe08b9f6becb9165e14484 3,165 1.00/1.00 vMB 85
682,943 682,943 0000000000000000000ba014b3ecd0388ce13879aac3472bc4a5bce5b1f3a6fd 2,270 1.00/1.00 vMB 86
682,942 682,942 0000000000000000000c3ac08e8b2077e74b358e7f6fd18a990cc3707e56de2d 2,265 1.00/1.00 vMB 104
682,941 682,941 000000000000000000071dfec1f7cbb29184498b0fee51706a40ce161d9f73d4 342 1.00/1.00 vMB 86
682,940 682,940 00000000000000000004f7abecbb6903ce17e25d600ae10d5a997ace8ee1c983 1,182 1.00/1.00 vMB 92
682,939 682,939 0000000000000000000b06280407b2293b7b111914ef2303baa2887201ee9087 2,272 1.00/1.00 vMB 94
682,938 682,938 000000000000000000019c978bdc719d6dc4fc6d9284ee441d0c3d421f36adcb 2,221 1.00/1.00 vMB 96
682,937 682,937 0000000000000000000b3ea69a905279d5be3a4fc12da54874d0dfb3387fb891 1,605 1.00/1.00 vMB 88
Previous 10 blocks ↓
Total Size: 782.93 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: 714.58 GB
    • Received: 17.57 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.