Loading Tool

Explorer IconExplorer

Memory Pool

75,939 transactions
29.81 vMB
0.09651582 BTC
Random Selection Loading Transactions
Max Size: 178.94/200 MB

Candidate Block

Mining Attempt 00ca9fad0e38330ec2aa522a485d4f75b8e69e777e314ff8a601119675818782
Version 20000000
Previous Block 00000000000000000001dbb1d0c355245f3cf816e492d22c6348fbd464c36b26
Merkle Root 80aa3aeb8e8ce7a2a95a088ef32d0ea6e2250b45ca636a49c9929eb3ec024b8a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,429
Size: 1.00 vMB
Total Fees: 0.02596807 BTC
Feerates: 150.62 > 2.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,445 (332,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
583,032 583,032 00000000000000000012f3eb6c57922a120f6e4aff40f7444c523ee69ac3fa5b 2,271 1.00/1.00 vMB 8
583,031 583,031 0000000000000000000260c1200a2f8ac775025dbb46359b8cdd87750e3bf06d 2,428 1.00/1.00 vMB 67
583,030 583,030 000000000000000000038546153dfe4dded4b301c999dea180d8c1e4a28cf117 2,507 1.00/1.00 vMB 43
583,029 583,029 0000000000000000000f1c67f68d3f60df1cf7e1949a7ecef7c98c55bbe6d1a0 2,634 1.00/1.00 vMB 34
583,028 583,028 00000000000000000010cdf73391a042b4f3f83af15eaaba08e3992b0efb0b6b 3,268 1.00/1.00 vMB 150
583,027 583,027 0000000000000000000f95bffd5438266c252314c8f739d267f4f3d9e294655b 2,577 1.00/1.00 vMB 47
583,026 583,026 0000000000000000001a9d55452e2ecefcbde3139326e47701f166ec135df948 3,129 1.00/1.00 vMB 155
583,025 583,025 000000000000000000166398825c285c87e54a974d7387b0c3cf5b35dbcdcf46 2,112 1.00/1.00 vMB 21
583,024 583,024 000000000000000000022f374f443b96469fe4b6adea37a0b0c59dd9a1e86124 3,202 1.00/1.00 vMB 86
583,023 583,023 0000000000000000002002fba7b8e2506c089cc3c245bba10cb9b2804ed6dc32 2,552 1.00/1.00 vMB 128
583,022 583,022 000000000000000000030b1590c25dcf8f93b8176852fc8f40cbf4151f98c740 2,630 1.00/1.00 vMB 93
583,021 583,021 00000000000000000022db7ffb1fe9d28532a45939aabebb7d689e0e79e2e98c 2,865 1.00/1.00 vMB 63
583,020 583,020 00000000000000000013df7b19710921f77034828a8a310de60559a00e429cfb 2,988 1.00/1.00 vMB 126
583,019 583,019 00000000000000000009e6cd9360100d10e164663b5d0cbf08f063fc9a8f9073 2,404 1.00/1.00 vMB 129
583,018 583,018 00000000000000000007831f1393e58267da3cbaf1f8a883824fe9fe23e58835 1,897 1.00/1.00 vMB 160
583,017 583,017 00000000000000000005168a3605cc1643cac497ed565bf162c19c55150531b7 1,161 1.00/1.00 vMB 171
583,016 583,016 0000000000000000001e2d634379cfc8fb87a85664ee10d4b13c2a16f3d2668c 1,390 1.00/1.00 vMB 187
583,015 583,015 0000000000000000000de301a138f17642306069e7bb26cc8fafe58e2e42aed5 2,951 1.00/1.00 vMB 144
583,014 583,014 0000000000000000000065890440c4f3eb8bf6d215cfc73ecbe9315ce92887b0 2,744 1.00/1.00 vMB 89
583,013 583,013 00000000000000000009d9c70938db5c8e487b4c434319bce4f2ed50824dd770 2,486 0.80/1.00 vMB 56
583,012 583,012 0000000000000000000ebfe75fef30c9a042cca6337d4d6983eff14429f44d64 2,858 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 783.17 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: 748.63 GB
    • Received: 18.80 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.