Loading Tool

Explorer IconExplorer

Memory Pool

76,118 transactions
28.39 vMB
0.06412013 BTC
Random Selection Loading Transactions
Max Size: 172.10/200 MB

Candidate Block

Mining Attempt f3b6ba53f552ca3442a265cf11f00ffd58a9b303fbf67f6b33c0a9a52c851034
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root b5a422cd1098300a9ace8242b17ed3769ffd52949fc73b8a398e571e9be661c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,977
Size: 1.00 vMB
Total Fees: 0.00519804 BTC
Feerates: 41.50 > 0.52 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (116,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
798,635 798,635 00000000000000000003ea80a8d8c78ba56f71813e29b1fbc1d8909bc2637992 2,442 1.00/1.00 vMB 8
798,634 798,634 000000000000000000006ae0235f622ea083f6bd645cec8fe6eb098b11f5c116 3,292 1.00/1.00 vMB 23
798,633 798,633 00000000000000000004f4fab6f6b99cd7a118402ed374d3b9c3d3fafb2b2961 5,685 1.00/1.00 vMB 7
798,632 798,632 00000000000000000004c415dead9f9a6a61909fefc78a8680d816a3cf6ff078 2,646 1.00/1.00 vMB 13
798,631 798,631 00000000000000000001d4bcc868351329de34b7d6316e3cbeceba71bea95f8f 3,192 1.00/1.00 vMB 8
798,630 798,630 000000000000000000002ace57baa22657cb762bb4f05bfe68f3802adc2ed9ed 1,940 1.00/1.00 vMB 18
798,629 798,629 00000000000000000003e499ecb003d906d79828f522cc53fda78dd5a0ddb8c4 3,022 1.00/1.00 vMB 27
798,628 798,628 00000000000000000001a6bc150307b5c1998045752b3c87eccf3c013036f3cc 6,025 1.00/1.00 vMB 6
798,627 798,627 0000000000000000000217ed55b0fb498b5003ca9fc6be80ec85667769195a2e 5,980 1.00/1.00 vMB 6
798,626 798,626 00000000000000000003f8f1bc25984d19f7abc8827c83cdb28cf84498ff062c 6,274 1.00/1.00 vMB 6
798,625 798,625 00000000000000000000d47e45edd995059c47ce5721198c010ba1cd119a601b 3,225 1.00/1.00 vMB 14
798,624 798,624 000000000000000000003f9fe5b3527441fccac22bd280e33cf0558e3f1b75a7 2,569 1.00/1.00 vMB 22
798,623 798,623 000000000000000000008a35f58ce8e36f7a6e44f29c1f81d48d8799fbd4e4dd 4,278 1.00/1.00 vMB 13
798,622 798,622 0000000000000000000433fdf47905a5ec8aae7110a8deab7c01a07ad7d464c7 4,046 1.00/1.00 vMB 6
798,621 798,621 000000000000000000028ee4169e47913a2e3ea917e748845b817a53d25efa70 1,793 1.00/1.00 vMB 10
798,620 798,620 00000000000000000001573ca805d31aeb50dbaf22e2b3b38027bda8ed5ae673 2,997 1.00/1.00 vMB 18
798,619 798,619 000000000000000000018684fc1ef76eb0ad5323cb8132257689267007fa64d4 2,791 1.00/1.00 vMB 21
798,618 798,618 00000000000000000000a6ea39b70ba3ceb24a8cb18e66e5b3f8fca775d507ac 3,429 1.00/1.00 vMB 11
798,617 798,617 00000000000000000001c4d6a44414c28bfb2b8deb80b2d09163074b2142fb98 4,903 1.00/1.00 vMB 7
798,616 798,616 00000000000000000003a9215d8b4c02e5140cdf8c7cedc1bb99239dc724cbda 3,674 1.00/1.00 vMB 14
798,615 798,615 00000000000000000003a8c2a8e6e63632cea7740adebe95e4a4a8d719931f06 1,889 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.40 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.