Loading Tool

Explorer IconExplorer

Memory Pool

73,944 transactions
28.84 vMB
0.07313419 BTC
Random Selection Loading Transactions
Max Size: 174.84/200 MB

Candidate Block

Mining Attempt 53c357c03ce6fa79630905f25ccbd421f86f307d955128238964dd6e8b43314f
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root 5b4ad7cffd8898602622e8faf6605b3596bb6f3fe73f46bf7a840a5e6159f2c6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,234
Size: 1.00 vMB
Total Fees: 0.00944595 BTC
Feerates: 100.26 > 0.95 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (18,682 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
896,753 896,753 0000000000000000000002cf714cf6c0a7a72fadf4730e5cc5b6ae2c5d31fee5 3,488 1.00/1.00 vMB 7
896,752 896,752 000000000000000000017724f533017edd9bcc5546b17bc33d820ee4fd49122b 3,252 1.00/1.00 vMB 5
896,751 896,751 000000000000000000015436cd6ca4ecf836cc87839ad1f4b5d3237b8d638b84 849 0.98/1.00 vMB 1
896,750 896,750 00000000000000000001e9f245f8c5c5bb169f7bd78b2571ca1775ea32cf0fde 254 0.95/1.00 vMB 1
896,749 896,749 0000000000000000000133630b429cedf48e67fda5e03395a4b4798b88ded368 906 0.97/1.00 vMB 1
896,748 896,748 000000000000000000010dce33cef8f8d8632ef79ff4a8332cf51ae4adb96395 2,403 1.00/1.00 vMB 2
896,747 896,747 00000000000000000001305eba02558ef85b8f18f02382b59e5e998d13a51afd 2,423 1.00/1.00 vMB 3
896,746 896,746 00000000000000000001743185904d8807de5a815bd42ea56ab0cb5aae6226e6 2,975 1.00/1.00 vMB 4
896,745 896,745 00000000000000000001d16421dbfb509ccd6f392cbb94eb324e22c3abe9ee3c 2,783 1.00/1.00 vMB 4
896,744 896,744 000000000000000000013dcc46dc8dc75bd4e60b0c2d2eac7e07bd803d8e8d4d 3,009 1.00/1.00 vMB 3
896,743 896,743 000000000000000000005053b6e8d30cb63d10f3ae488ce3d9e4447e528f84d9 3,387 1.00/1.00 vMB 3
896,742 896,742 00000000000000000001a67e179be6a63dfed05b04c1f42d36135b601f6fa2c1 2,883 1.00/1.00 vMB 4
896,741 896,741 00000000000000000001234150c5508629570cfa448137bffefed77c76d4b302 1,554 1.00/1.00 vMB 2
896,740 896,740 00000000000000000001e1d38cd30ee41d0694767c2e59f3d8f87343c908b4e1 2,592 1.00/1.00 vMB 4
896,739 896,739 00000000000000000001e915c7d93e94472d5e731fbdcaf79cab2e1f91f48ae9 850 1.00/1.00 vMB 1
896,738 896,738 00000000000000000000c73ac61d4237ba86c6304f6609c261f2c20f7c190331 2,055 1.00/1.00 vMB 6
896,737 896,737 000000000000000000001bb192f71da1dc501f9d5daf5d1ae6d7c567c18055f7 659 1.00/1.00 vMB 1
896,736 896,736 00000000000000000000a12921fecdba2d62cbeb8a6a8659a71976c5f20996eb 938 1.00/1.00 vMB 1
896,735 896,735 0000000000000000000132afcd7718cf21e17d06b39e97cf7290ca25fd406b9a 1,506 1.00/1.00 vMB 1
896,734 896,734 00000000000000000000566d4f61a40af273902d489d0b1d116604f7141665e2 2,845 1.00/1.00 vMB 3
896,733 896,733 000000000000000000015dc74b2f7efcdde2bf6d8cc58cd80d6e2b62d0cdb83b 957 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.15 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: 743.20 GB
    • Received: 18.69 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.