Loading Tool

Explorer IconExplorer

Memory Pool

54,587 transactions
32.25 vMB
0.22526739 BTC
Random Selection Loading Transactions
Max Size: 172.91/200 MB

Candidate Block

Mining Attempt 8a28918e3b6f17e3161540ccbbd9c5f0f7939d448758598700d4a7ea2c74a617
Version 20000000
Previous Block 000000000000000000001af732fd5b15bb90e3760b3de0020b22660de0315512
Merkle Root 7ed48470cdff574b5225d7134cb45a143a1a77d67358a8c6afe922796e78655a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,962
Size: 1.00 vMB
Total Fees: 0.11918934 BTC
Feerates: 101.66 > 11.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,818 (683,118 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
231,700 231,700 00000000000000a9de5c7148ca7d836f086323e3725c5d7b869490a483d8439f 501 0.25/1.00 vMB 126
231,699 231,699 00000000000001d196f7b453395c6330099789b020a5f22f1509e3936a637db7 522 0.41/1.00 vMB 73
231,698 231,698 000000000000000450536a659cebb25e17190a79c85ddb0dd75d64dfe7b0b9f1 720 0.25/1.00 vMB 277
231,697 231,697 000000000000002b766c778364a7327c962fe7dea6e7bd8e12d287c518c8b20d 837 0.25/1.00 vMB 290
231,696 231,696 00000000000000707757529cad5f41de0987dd661b5076c9c5e1dcba56c191fa 430 0.25/1.00 vMB 142
231,695 231,695 000000000000012a565c3c1321ee2637eb2621351ddc216fe4a047b6048aa5eb 18 0.01/1.00 vMB 57
231,694 231,694 00000000000000cfcb291be0468283148be6dddea5c08d2bf7703b6430b0d82a 426 0.26/1.00 vMB 81
231,693 231,693 000000000000022a9e45c9707387f73345a8b1df188a42cf17c6432f54e6668c 267 0.13/1.00 vMB 150
231,692 231,692 000000000000016c4438d668adecb46ee52a090ee34b1ab505d464e4acc00423 478 0.25/1.00 vMB 176
231,691 231,691 000000000000012b0dc433c7f67a662e35123b4171b591f9fabf5c03e9445d7d 406 0.25/1.00 vMB 161
231,690 231,690 00000000000000263a279bd364ab3787d680011d3c6ea47093149f5a8b7c4c36 430 0.21/1.00 vMB 189
231,689 231,689 000000000000004c187bc01a5bda6c69c5ac0b2de54c9f4b4aa251e48df448b7 128 0.05/1.00 vMB 176
231,688 231,688 00000000000001f80ebfbbe239505c9c7bf2027cdc12c65129d80e273de48629 213 0.11/1.00 vMB 137
231,687 231,687 0000000000000041cdea2ce360a110437247cc0701beed3c831d2ebfdee307d8 571 0.35/1.00 vMB 125
231,686 231,686 00000000000001e8cd2c8d7b6f3cd3e3f8db23f0ddb524d0f8cd710e73b97d6c 1,191 0.47/1.00 vMB 166
231,685 231,685 000000000000011f8b5fab2051fcb1f717c0d51fc75d1623ec9d57c002be5d05 610 0.25/1.00 vMB 193
231,684 231,684 000000000000018742aad6a0ae1b3f1e3bc413ad043a025b46439e7423a2175b 936 0.47/1.00 vMB 131
231,683 231,683 0000000000000093ad005e6056b7939ba53dd33c1ad19bf48a2e85a65a9c3abf 214 0.08/1.00 vMB 41
231,682 231,682 000000000000010b3a88a312990a54cdb197a1e70fb54802a1cbbef544e72936 790 0.25/1.00 vMB 626
231,681 231,681 00000000000000f6d7a2518e19bd4fe37e65398835527268a0b1f2b4c25070cd 690 0.25/1.00 vMB 186
231,680 231,680 0000000000000180102c1f9dec20b7a0345102a50a1f4afada68a8e3a95b3e9a 474 0.29/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 782.07 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: 651.22 GB
    • Received: 13.48 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.