Loading Tool

Explorer IconExplorer

Memory Pool

77,874 transactions
29.41 vMB
0.10358740 BTC
Random Selection Loading Transactions
Max Size: 177.16/200 MB

Candidate Block

Mining Attempt b0a7aba523eeea0eedd133ab62b322572af0ae84c1041f10a82797023d412ba6
Version 20000000
Previous Block 00000000000000000001cb1113c5ea661c59a8a02a5c9ba097352d884515177e
Merkle Root dd1efdbafdf86964812a1c98d98d02345bad1f97cbc4e01eb2fcc0a2610b168f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,186
Size: 1.00 vMB
Total Fees: 0.02816157 BTC
Feerates: 151.12 > 2.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,271 (793,594 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
121,677 121,677 00000000000066457177675c210cc4e9fd1d911dd761e546d4d678063eddc0c0 1 0.00/1.00 vMB 0
121,676 121,676 0000000000006b3c256255c049b4f79e9584ea29e06eff747ffc6b136390bf7b 1 0.00/1.00 vMB 0
121,675 121,675 000000000000632c4b7f3eea11f737528a4237a1ce67b6aee8e3a0b599572f5c 33 0.01/1.00 vMB 875
121,674 121,674 0000000000004dd056a18e6723a6c0181396d608be1281e25ae34bbba5eede1b 14 0.00/1.00 vMB 917
121,673 121,673 0000000000006bf051ce00ef16b0ccb05e699efcc9d79efc6e2a1027b9777a6c 11 0.00/1.00 vMB 301
121,672 121,672 00000000000019a1c6d31157114318e03635f3024ab263eaa924901d68c7c9c0 2 0.00/1.00 vMB 0
121,671 121,671 00000000000086bf7b700b90ecd90e83164d2f11c305171b7c78fd379674f85c 159 0.05/1.00 vMB 372
121,670 121,670 0000000000007312193c111717d524d6fe69ee253766cfdff1dcb59c1aacac5e 9 0.00/1.00 vMB 0
121,669 121,669 0000000000008688aea5a67d0e30cbfc090eb4b727094270a6fc4ac431f68a8f 33 0.01/1.00 vMB 287
121,668 121,668 0000000000007b94dce1be3e0304a4a9f5b7db65aaa808e372204f121fdd1557 1 0.00/1.00 vMB 0
121,667 121,667 00000000000087eefe423162c6d1ed5641641e3b8bd0a56ca68e0832403eca3c 12 0.00/1.00 vMB 0
121,666 121,666 00000000000080455a889cb1f3cdbbfa4f2e9f4c2481ba6b4812f5c5813eb3c8 13 0.00/1.00 vMB 865
121,665 121,665 0000000000003ad4a6e94b84e6db34fbfde99396289ed8f0399dc5760c69bdaf 6 0.00/1.00 vMB 0
121,664 121,664 00000000000037caa418370f29f50bb2c792c2e663ff7a1c05d91139e8a3d839 7 0.00/1.00 vMB 346
121,663 121,663 00000000000070f596cb1378a92af54231ae664784058691f20958b39dadf75b 6 0.00/1.00 vMB 0
121,662 121,662 0000000000001e7e55ecd57f944e16c8cb5c01792433e2dde75dc58d99bc30c0 10 0.00/1.00 vMB 0
121,661 121,661 00000000000085c1e51ba5b746e5538b25eb1f6e7203e59bc1e58b9a5a1f4f30 23 0.01/1.00 vMB 518
121,660 121,660 000000000000004bc56d503ff20a8c3e597ca40983dd40d6521df3f775c3482b 1 0.00/1.00 vMB 0
121,659 121,659 0000000000002d75518271671341e52f349ffb36f6877b2e21803eab4b197f87 10 0.00/1.00 vMB 1,832
121,658 121,658 00000000000090fe2a96ea76cd200b537e4759fcbaaac41272719c7b8bac0171 9 0.00/1.00 vMB 526
121,657 121,657 0000000000002b3424f4ddf50af26a8d68eb7d261a0b5c23f28226965e627784 9 0.00/1.00 vMB 829
Previous 10 blocks ↓
Total Size: 782.86 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: 712.97 GB
    • Received: 17.26 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.