Loading Tool

Explorer IconExplorer

Memory Pool

77,261 transactions
28.65 vMB
0.09036946 BTC
Random Selection Loading Transactions
Max Size: 173.80/200 MB

Candidate Block

Mining Attempt b6ed4a4209049ce8945d18a0f4fc042f2862602b2e1e24c691767c5e4fc44791
Version 20000000
Previous Block 00000000000000000000ec814f6a04cd5247383be9ebea2cfd71c6247fc02550
Merkle Root 0a44410a3a0ca3e0c0504373b7d5d51d9ab6c693bd89c2300d01629d9e5cbbc5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,033
Size: 1.00 vMB
Total Fees: 0.02418455 BTC
Feerates: 402.60 > 2.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,308 (532,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
382,577 382,577 00000000000000000b95ec9db904c0162533d92e49eea9a0c34feb97216ba86e 1,398 0.66/1.00 vMB 35
382,576 382,576 000000000000000008e8258b2f699146721d3ad41d12bb327fd654a8be06b788 62 0.05/1.00 vMB 25
382,575 382,575 000000000000000004bbde7d30ac01cf100870e43597c0f834b25058e9fe1c4d 993 0.51/1.00 vMB 34
382,574 382,574 0000000000000000033b275de9ece94c819d51fd3a26939c17eae5ae0a67ea0d 111 0.16/1.00 vMB 11
382,573 382,573 000000000000000005065afc305d21a19d829eb2e28e7c658c4b9c2624a563e2 1,780 1.00/1.00 vMB 39
382,572 382,572 00000000000000000249f961dbcfb623b69fce0d5ad2c3d5f5e3116f9be2945c 596 0.37/1.00 vMB 33
382,571 382,571 00000000000000000a23634fcabbfedf0d8ef48eb857181214f5025e229b83e2 1,197 0.65/1.00 vMB 34
382,570 382,570 000000000000000001134176e87eceb1a8cf3370ff02400a810721ed45775236 600 0.40/1.00 vMB 34
382,569 382,569 000000000000000000187b6e2b7c935ee7b8999be9c81496d928dad32f09fc3e 1,232 0.81/1.00 vMB 26
382,568 382,568 0000000000000000091a9cc2341411ed19c975fac24a8e2b8e311966e0c2e9a7 1 0.00/1.00 vMB 0
382,567 382,567 0000000000000000018cddc85809235fdd3f889f0c4f3d74df417fcdc751ca1f 1,101 0.94/1.00 vMB 20
382,566 382,566 00000000000000000a383ca849c085dd7bf5bac22f48f30ce544248c766544bc 1,932 0.75/1.00 vMB 54
382,565 382,565 00000000000000000616d5b36da4fd874b0f7a2be1c709ec77b022e4714c78a9 1,756 0.89/1.00 vMB 33
382,564 382,564 00000000000000000543f34fe8c7bc3ea4774613bff1c3fc5efe8eaec23df145 804 0.34/1.00 vMB 33
382,563 382,563 0000000000000000012f6a47804b59fb1a6e447b41d2c02fa27695a4820c283b 1 0.00/1.00 vMB 0
382,562 382,562 000000000000000005ee45d3898d5e443178ae7ce9a3ac6dc539d5e4185fefb8 1,095 0.54/1.00 vMB 33
382,561 382,561 000000000000000005179bb2056dfcd80babf1db4418abc7767f0d4273396ff6 473 0.33/1.00 vMB 48
382,560 382,560 00000000000000001019ce8a4f1c4ead05aca9e80d19f2689a3c36a5c1b9f1b3 1 0.00/1.00 vMB 0
382,559 382,559 000000000000000008feb0393529877c3fe6c19e067e940b68831ad71e5a583c 1,934 0.99/1.00 vMB 35
382,558 382,558 0000000000000000090b36f3c0464fa02eabac2b5e5f8d3521e427af58ce9af9 152 0.12/1.00 vMB 9
382,557 382,557 0000000000000000042222c3367ac798a6b5ddf30fb6f9481e567717e9bd67c7 1,879 0.87/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.92 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.52 GB
    • Received: 17.56 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.