Loading Tool

Explorer IconExplorer

Memory Pool

73,562 transactions
27.24 vMB
0.06519213 BTC
Random Selection Loading Transactions
Max Size: 166.04/200 MB

Candidate Block

Mining Attempt de125760e831da540b805db44915edf82ae497a0f6c24c301ee5492188848d28
Version 20000000
Previous Block 0000000000000000000100e14253151db2f2c8ca0f4ac25ece9c93f74ee122ca
Merkle Root 8fff0ba9aaeb2e8ec8463a1ee645bad97795b90c6f339ee092ee2880f81563da
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,654
Size: 1.00 vMB
Total Fees: 0.00734768 BTC
Feerates: 61.00 > 0.74 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,318 (435,654 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
479,664 479,664 00000000000000000061be847fd4067eae1a38ab9102214a8169f3f4e37a843a 1,851 1.00/1.00 vMB 117
479,663 479,663 000000000000000000400b9e93b3e6eda3e02ede3ae2df214324a3df3fe233a7 2,020 1.00/1.00 vMB 128
479,662 479,662 0000000000000000000b272027f85b442bd5ce9bcc86cd108f96a131750b8a19 1,747 1.00/1.00 vMB 124
479,661 479,661 000000000000000000f0c444a5711b086f7d9cdfefab11ccb56847596b600f93 2,373 1.00/1.00 vMB 145
479,660 479,660 0000000000000000011a25ab8e2e6024eadac21923a631e537a8d5871eeb84dd 2,983 1.00/1.00 vMB 145
479,659 479,659 00000000000000000033bf5bb07a1e82e94ad7fb9fd42e72256558adea0d5fe1 2,359 1.00/1.00 vMB 189
479,658 479,658 0000000000000000004dcd2d08942788dc4a3274dc91a158550cd4427db67afb 877 1.00/1.00 vMB 45
479,657 479,657 000000000000000000afb4b44c7f4631aa4e9b4f819276684440b5d9c0b0d26a 468 1.00/1.00 vMB 14
479,656 479,656 000000000000000000d4cf8a9419688cc1083e64c30504f0d7e3a11f81f5bfa4 1,338 0.99/1.00 vMB 67
479,655 479,655 0000000000000000007507e2f73b8038114818e1375addf6cb37ff6cf62fc230 431 0.99/1.00 vMB 13
479,654 479,654 0000000000000000003c047a8815dc854f728d99ff21e809868a8a63474a5e61 744 1.00/1.00 vMB 8
479,653 479,653 000000000000000000541c2d4cb133d2f752d58c879e2cd4ab7d5b8d301a568a 1,614 1.00/1.00 vMB 88
479,652 479,652 000000000000000000cbb8c153c9ae3f1e473f07524bbd567df84e40c4faabf4 1,668 1.00/1.00 vMB 56
479,651 479,651 000000000000000000e1ff1ae8616e0e7633d8548d049dfa9c29cf33ac01fdf1 1,716 1.00/1.00 vMB 59
479,650 479,650 000000000000000000ac60592c788561eb7fdada7ddd951cb7ab759f09f95304 1,847 1.00/1.00 vMB 109
479,649 479,649 0000000000000000005cf478de177a1a944753541250b4f3f5bbb3640ff5d302 2,176 1.00/1.00 vMB 157
479,648 479,648 0000000000000000011d789fe576c9a584d5b161f5f8e88fb93385d883e392a7 823 1.00/1.00 vMB 37
479,647 479,647 000000000000000000e15c093edc2c714bc81e2cebeb8ef9f9278f2d90f08c21 1,425 1.00/1.00 vMB 52
479,646 479,646 0000000000000000005e6c2c86131a364646ecf36742be539fd4c7da122f382c 1,821 1.00/1.00 vMB 121
479,645 479,645 000000000000000000b9af53c7fbafe5cbec1b490b612d8d359fe244b6ac25e8 925 1.00/1.00 vMB 36
479,644 479,644 000000000000000000add737af32015ab3f333f74320ccc03c7d6fd272470f4f 109 0.05/1.00 vMB 121
Previous 10 blocks ↓
Total Size: 782.94 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: 714.91 GB
    • Received: 17.62 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.