Loading Tool

Explorer IconExplorer

Memory Pool

79,141 transactions
29.67 vMB
0.07641277 BTC
Random Selection Loading Transactions
Max Size: 178.26/200 MB

Candidate Block

Mining Attempt 69acc1faeaeab12d03fed3c2d4491629cc12c8a1799f6dea3803f12ea0f5843d
Version 20000000
Previous Block 0000000000000000000042351fb70a743d564c70f7e19ef05059974bef8792fe
Merkle Root 4495d1cf12e0285033b2e3e04654a6ef0e1c03fea29e8becd8fec2e935c0f0b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,976
Size: 1.00 vMB
Total Fees: 0.01606987 BTC
Feerates: 101.61 > 1.61 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,009 (382,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
532,650 532,650 0000000000000000000229862d09d5c1fc4520ac75874a296019eb90fc1c86b9 2,209 1.00/1.00 vMB 25
532,649 532,649 000000000000000000307e07e5521c3669c2e029fa8743b8ffad4454c91b98c3 2,394 1.00/1.00 vMB 10
532,648 532,648 000000000000000000154704a967f983239294917d9dc207c80afdd07e92b9d7 1,878 1.00/1.00 vMB 55
532,647 532,647 0000000000000000001cb1dbee88ea62a389feb00c300a33d7078a1a100fdfbf 2,306 1.00/1.00 vMB 28
532,646 532,646 000000000000000000053486381c35814cd7107602ec8d1b13a9ba010c1f8170 2,311 1.00/1.00 vMB 11
532,645 532,645 0000000000000000002620e5dff863eccc1533fb2adc1ed28b6fb5e644a9b374 2,298 1.00/1.00 vMB 26
532,644 532,644 0000000000000000003463316bdcebb8bf76372571609761523741b5edc6a8d0 2,727 1.00/1.00 vMB 25
532,643 532,643 0000000000000000001a663fc3cc4780e6482e2a3d672747718558365ade1657 1,873 1.00/1.00 vMB 21
532,642 532,642 0000000000000000002d9f01ffba42b5db7567e554d3bdd97dc7720bc190dc83 2,285 1.00/1.00 vMB 23
532,641 532,641 0000000000000000002e8103114bf31433c4aa09da3b2385062d4055d9f5269b 2,422 1.00/1.00 vMB 45
532,640 532,640 000000000000000000018b8d048918afc4ed0437567c306723f7254a163ed388 2,097 1.00/1.00 vMB 66
532,639 532,639 000000000000000000106023f29a927b48332f89c1627dd2515f80010dc18c1c 2,566 1.00/1.00 vMB 43
532,638 532,638 0000000000000000001b2aaeb62ef3530f3578f0597be92e8ffe71949bf7268c 2,640 1.00/1.00 vMB 40
532,637 532,637 00000000000000000008cc1484ced074d45c1bab4b2172ee8e03bb80840bb62d 1,317 0.88/1.00 vMB 9
532,636 532,636 000000000000000000066783e8229a955a98cfda6303dfaa6c5a070c352d8adf 2,124 1.00/1.00 vMB 18
532,635 532,635 0000000000000000002867cfbec8e83890825b134e3de2577f76dd01aa1681f2 1,953 1.00/1.00 vMB 27
532,634 532,634 0000000000000000002fbef80fad19b2a673bba3ea92569028c83023a3f84015 2,942 1.00/1.00 vMB 27
532,633 532,633 0000000000000000001f02c3d4b9f491dac819c81aca431776b8ea721626d5d0 2,794 1.00/1.00 vMB 37
532,632 532,632 0000000000000000001a80190607258bd59c7c7dbb9b96400e0908b7f97ecc0a 1,996 1.00/1.00 vMB 41
532,631 532,631 000000000000000000320636b5273cf25d089de64a79826cfe5b6401c1235f6d 1,214 1.00/1.00 vMB 48
532,630 532,630 000000000000000000156d56c13a71755ae6b41e4029be1c29e4049632f89714 1,593 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 782.41 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: 665.07 GB
    • Received: 15.08 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.