Loading Tool

Explorer IconExplorer

Memory Pool

78,950 transactions
29.07 vMB
0.10895300 BTC
Random Selection Loading Transactions
Max Size: 176.35/200 MB

Candidate Block

Mining Attempt cda8b290f0e59971cf32b747e4cd09b6fbc6928e540c0b8fd659ab34bb01a415
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root 34ede8c0b912f05e84c754fa21283f0a653428930f16e663870d6063e7dade0f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,013
Size: 1.00 vMB
Total Fees: 0.03675392 BTC
Feerates: 477.45 > 3.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (251,618 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
663,681 663,681 0000000000000000000c6dbbb9ef18806edc41bfa25ef09b3e757b73c1563a1e 1,357 1.00/1.00 vMB 90
663,680 663,680 00000000000000000005b892fc15cb7f9e046092de68c0d836589a3c809ac539 2,483 1.00/1.00 vMB 50
663,679 663,679 0000000000000000000243c789e2fc21bec81b7ea43a48d0e74ef4a05d7cb7ce 2,791 1.00/1.00 vMB 101
663,678 663,678 0000000000000000000c6b03563ced30ee259f5f5c46f5955160ef656926db3b 2,450 1.00/1.00 vMB 57
663,677 663,677 0000000000000000000028d991c8c211d2f1213ad7f92ed47dfa0ff31a996811 2,012 1.00/1.00 vMB 89
663,676 663,676 00000000000000000001ce9cad31f66ffc5f99416263fa92b8aba12f4df4cc1b 1,910 1.00/1.00 vMB 99
663,675 663,675 0000000000000000000bf30bf1d3d8bfbf3f984d8c7c3e188d14d3d1287852a1 2,722 1.00/1.00 vMB 85
663,674 663,674 0000000000000000000ab18751951924789b4e54d89db366b9d7eb50ed440eca 2,570 1.00/1.00 vMB 46
663,673 663,673 000000000000000000029c3a480ef7cd724cdd8870db459a3aedaab9eaa343fd 2,028 1.00/1.00 vMB 53
663,672 663,672 0000000000000000000d1d8a852ae65f0a880fd36391b94bcee9924a51c8f3e8 2,629 1.00/1.00 vMB 90
663,671 663,671 0000000000000000000a0329062042734eff0e240eb8af28d54faed736cee9a6 2,430 1.00/1.00 vMB 42
663,670 663,670 0000000000000000000a6538e3fbd389e4ba4fc0c8cf35ef895af66eb8651164 2,220 1.00/1.00 vMB 41
663,669 663,669 0000000000000000000d5043845931d8d2f04f75130a278a9762def61c4ca019 2,210 1.00/1.00 vMB 48
663,668 663,668 000000000000000000065dc6eb988f9c0ee4578e42caa4edffd4d6a38ebde8c6 2,958 1.00/1.00 vMB 98
663,667 663,667 0000000000000000000e287b78cf173587c78268759edaa055916b35d0063bba 2,448 1.00/1.00 vMB 47
663,666 663,666 00000000000000000005593aa196d2b37fc9fcaa92746a0c241d989ad7d854b6 3,002 1.00/1.00 vMB 99
663,665 663,665 00000000000000000000c32c7b47440a97273a3be59b7c397d969b743360827e 1,934 1.00/1.00 vMB 36
663,664 663,664 000000000000000000066bbe114142eb810eebbcb45e21c1104938df60abe6a7 1,890 1.00/1.00 vMB 17
663,663 663,663 0000000000000000000b77b668b89a6330b1d3731edcacf227798260377f200e 2,254 1.00/1.00 vMB 21
663,662 663,662 00000000000000000000062ffaa560b3e2bf628e25f1372b2ff4c992fbdbb009 2,579 1.00/1.00 vMB 41
663,661 663,661 0000000000000000000c9c3a24f23b52d1e5f2b126271413ed428759e6e123fa 1,830 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.91 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: 713.81 GB
    • Received: 17.47 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.