Loading Tool

Explorer IconExplorer

Memory Pool

77,823 transactions
29.13 vMB
0.08241621 BTC
Random Selection Loading Transactions
Max Size: 176.06/200 MB

Candidate Block

Mining Attempt d40e4bb1b8f56f4b565ddcad55a874d13c8ffcf333069e665623b38c360e7a6d
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root 3f81140263b606db90feb94b900adfd23dd45ede26f2c37a5a8d719e112c53d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,116
Size: 1.00 vMB
Total Fees: 0.02142154 BTC
Feerates: 302.06 > 2.15 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (391,458 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
523,671 523,671 00000000000000000042b9d62cd642f12546ba996245f7cf625ee732bbf0d5d0 1,818 1.00/1.00 vMB 33
523,670 523,670 00000000000000000008106868937a8e23df54a99149f4fc79d9b4a61f02b2c8 2,291 1.00/1.00 vMB 40
523,669 523,669 0000000000000000000bb378d63c30bae80334eaa307842e8aabd67c8c87aece 176 0.05/1.00 vMB 27
523,668 523,668 0000000000000000001c9d8503aaa0835e057dec52d41f8424efb97cd0917d2b 491 0.27/1.00 vMB 58
523,667 523,667 00000000000000000042a56f5a7ac3f27de81422e63e826b83748d743f5e4913 14 0.00/1.00 vMB 32
523,666 523,666 000000000000000000136db08190f3dab744845a2f52e5c1a47a947162d8b906 177 0.08/1.00 vMB 25
523,665 523,665 0000000000000000002c962ae3fc26fb41039c46c5010edde2d7dd7f2bc77477 1,940 0.92/1.00 vMB 34
523,664 523,664 0000000000000000001d87694f4d1f1dc45f89b41c3c1643a7c3b485814f0ed8 1,345 0.61/1.00 vMB 36
523,663 523,663 00000000000000000008fdd55c63d5320363b76a2a10ec29cd238475936fe517 1,915 1.00/1.00 vMB 41
523,662 523,662 00000000000000000007795edc8c121f206b05561384044b906a3a4ac05897cb 843 0.38/1.00 vMB 11
523,661 523,661 0000000000000000003974cc926fca33e08dafa2a3b2f3c34d4b61d7d5f43559 1,265 0.58/1.00 vMB 45
523,660 523,660 00000000000000000041b9a548dfa17d3a7e20cbacade25997a948b201d78de7 608 0.33/1.00 vMB 14
523,659 523,659 0000000000000000003bbd7028e540acc58149f93b93155cf1d8161416f0cd76 2,068 1.00/1.00 vMB 53
523,658 523,658 000000000000000000284766bfcee38b672403806043abc1142abfce28c8f5b2 239 0.10/1.00 vMB 32
523,657 523,657 0000000000000000004319433c858ffdcdd76e5fe52f3b0f301a767131313fa0 551 0.22/1.00 vMB 30
523,656 523,656 000000000000000000211c2d25991fab6f022e78582d16b452e8c5f240515e72 921 0.47/1.00 vMB 34
523,655 523,655 0000000000000000001e979a6f6d14d219f7ff3bf978672d64cc7d20f0d3ae58 2,479 1.00/1.00 vMB 33
523,654 523,654 0000000000000000000c87b46d47d50e49d4435aabd830b9162c2b1713ac3f7b 1,049 0.44/1.00 vMB 16
523,653 523,653 0000000000000000003a3d8da634eca4597dee16bf498cca666f56c6d4bbd153 2,197 1.00/1.00 vMB 33
523,652 523,652 00000000000000000013aff9d0c313abdc020fea73d4aee106457c3f9bbf21ac 2,177 1.00/1.00 vMB 57
523,651 523,651 00000000000000000013ba6a3b00d1d236bfaf4b215bf706e1a4df15adbebbbb 1,317 0.70/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.62 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: 671.98 GB
    • Received: 16.09 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.