Loading Tool

Explorer IconExplorer

Memory Pool

48,786 transactions
28.27 vMB
0.08098297 BTC
Random Selection Loading Transactions
Max Size: 150.95/200 MB

Candidate Block

Mining Attempt 92ceda401758ae37bb585b968eec59464675c40aafc14a8adb4bddc7e38f59c4
Version 20000000
Previous Block 00000000000000000001591f76b8e497e92b68dc57dacd44d74c2253bafa7eaa
Merkle Root 375f511bdb3005ecd05acc37ee23baa1b370218891a7d0701898514b621a879d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,135
Size: 1.00 vMB
Total Fees: 0.02692705 BTC
Feerates: 500.45 > 2.70 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,792 (426,107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
488,685 488,685 0000000000000000009831549807c22b4f98c8e10112e391d04a0314f86cbdcf 92 0.04/1.00 vMB 118
488,684 488,684 0000000000000000008d0569060061ac12e1f1cd7184f5c95ec568abe448f202 880 0.36/1.00 vMB 98
488,683 488,683 000000000000000000b9a1516d3da6b55ed07ccb4a7a6b75e0618f165678dfb0 539 0.16/1.00 vMB 34
488,682 488,682 0000000000000000002991e9d8b151299d24184b60e46652ca53607d86ed3372 2,154 1.00/1.00 vMB 97
488,681 488,681 000000000000000000eefdf75b34c75aafad583be6de7b0643afe8d55c4ce5dd 206 0.08/1.00 vMB 94
488,680 488,680 000000000000000000d99f4d8993dbb4cc82c3a7fa54014b70258f9cbf5cac54 1,861 0.88/1.00 vMB 40
488,679 488,679 000000000000000000514db777b33e797eba9110dc95a097e6de9c83cfe2acdb 2,283 0.98/1.00 vMB 126
488,678 488,678 000000000000000000a7940d5a504a0055d4679d80e4da0ca4ff82afd6203b8a 1,073 0.61/1.00 vMB 61
488,677 488,677 00000000000000000032d815f0e96cb3756178dc56a1731d6749b6baeb2e39f5 831 0.37/1.00 vMB 130
488,676 488,676 0000000000000000009c0ff8123e76620ac4ff3a8a00d0e8ae8800952b84f0cf 1,942 1.00/1.00 vMB 81
488,675 488,675 000000000000000000b9faef32861ab1674c675919c8d83c8723f917591cfebb 2,021 1.00/1.00 vMB 43
488,674 488,674 000000000000000000b1d236710600e7b5cee2889937bfa8e73eadba511f6873 2,120 0.89/1.00 vMB 63
488,673 488,673 0000000000000000007adf95e3d116e4e47e78a66f1e709153a655e7d2430a02 1 0.00/1.00 vMB 0
488,672 488,672 0000000000000000006dbdae1ed4b9e86ba3691001e247a6de1f6a16d81348d8 2,274 1.00/1.00 vMB 52
488,671 488,671 000000000000000000f90554b7ddc25de274138b98af230e95a2f918fcf299d2 2,190 0.97/1.00 vMB 138
488,670 488,670 000000000000000000c5f8c91848458bbbd618d4f70505e31ee474095f940d3f 967 0.44/1.00 vMB 78
488,669 488,669 0000000000000000000470285e0a0fa27011ac18ea12905665c90cb55824d8aa 637 0.26/1.00 vMB 172
488,668 488,668 000000000000000000f9b2f0d7445ab79fed7cc82ee9a1ec1dc9aa3174316a69 1,933 1.00/1.00 vMB 95
488,667 488,667 0000000000000000005d14c31f1ba76528ead796cb542e5a0ea28df0eab07c7d 2,488 1.00/1.00 vMB 177
488,666 488,666 000000000000000000c5aa5f6556ab8fe2864963ddcbfc8b290bdf15bd722173 1,817 0.95/1.00 vMB 101
488,665 488,665 000000000000000000d1d8793b593c498c34cac6a220b100241f0a5796f1191c 1,657 0.92/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.02 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: 649.70 GB
    • Received: 13.21 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.