Loading Tool

Explorer IconExplorer

Memory Pool

78,381 transactions
34.58 vMB
0.16505260 BTC
Random Selection Loading Transactions
Max Size: 192.19/200 MB

Candidate Block

Mining Attempt dcc7bea40e9959ca2c5e4de4964a9c310a9fb0bd36d3a0e507c74dd92d933d3a
Version 20000000
Previous Block 00000000000000000001b3adfdc6c5691439ea95a4ea84dbe47417874bd4e5b8
Merkle Root 426726369318a4733d3fd7b7896cf15439600b46fdf5afc0c6bf3a575aeef2ff
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,973
Size: 1.00 vMB
Total Fees: 0.03841291 BTC
Feerates: 445.78 > 3.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,418 (719,469 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
195,949 195,949 00000000000002ac9aea051dc572960f0ec1cb476a2b6a3b4c36082892f5080f 118 0.05/1.00 vMB 308
195,948 195,948 000000000000028a2639b5433d8b4fb52690c392770aafe44a4c1e1383f381d9 96 0.05/1.00 vMB 207
195,947 195,947 000000000000013fc825571566429e806a5dc98edebc40524a81d5b3b40e5eee 418 0.20/1.00 vMB 171
195,946 195,946 00000000000001d740d64028a021cd5e51f7e87c9297a489a0650a46fe72b3ef 186 0.06/1.00 vMB 274
195,945 195,945 0000000000000615a345377d1702c34d279a49fa01b6f8284edff316ee429cdf 546 0.24/1.00 vMB 218
195,944 195,944 000000000000019d882a3d44091b6f30319d951afeaa4ff9ed2423b0db715ed5 559 0.25/1.00 vMB 129
195,943 195,943 000000000000069e4fcb42993374a7749e027e3b92845f29129ace757c672433 552 0.25/1.00 vMB 150
195,942 195,942 0000000000000341c162f7f011c6bc3b32497419c1b7b638cb7ee90cbf772f0c 182 0.08/1.00 vMB 1,074
195,941 195,941 00000000000005a43b598a6ac254ac26099cb349d50a8a5e30fe614d6dd9e729 278 0.20/1.00 vMB 130
195,940 195,940 000000000000042c1361b48090b0d7b59c3edfe0d81e011fa735040733efdfde 31 0.01/1.00 vMB 287
195,939 195,939 00000000000004cff4568c0463654d9e7ab08944c3988b2b232b9b005e759b71 398 0.16/1.00 vMB 232
195,938 195,938 00000000000006168e53769ae8f3ea517dfb8bbd43d35b0ae38ef641d6809948 145 0.05/1.00 vMB 357
195,937 195,937 00000000000000d1da1526882cf167f5ba5b43ca5eeb1e211d8b88e1147edc07 512 0.16/1.00 vMB 296
195,936 195,936 000000000000050f3d31c545f42beb8fe85ef57fec1c67006744f13a19b838c1 1 0.00/1.00 vMB 0
195,935 195,935 000000000000042fbc3b4963827649f3535bd26e8a8b822bf93f3d8df2bfbc66 94 0.04/1.00 vMB 334
195,934 195,934 000000000000003f986b17e0c9d611a4b27a1f038ff2f0d751190fed894336c3 85 0.03/1.00 vMB 69
195,933 195,933 00000000000000d0536e5d1a6c0245432208f87cb896688eac7aa00c846c718b 356 0.15/1.00 vMB 160
195,932 195,932 000000000000016173e3a593c0b72b7f3a49b644e0ba5dfb063cf6261c9daa34 156 0.06/1.00 vMB 479
195,931 195,931 00000000000001f82f9a5ed492e4a82e2f9c9c5d44f89ba293b56cedc3258c9a 100 0.06/1.00 vMB 174
195,930 195,930 000000000000063a5bf5b03e73c708a5446688dac1376c441c733d4b8df39604 88 0.02/1.00 vMB 8
195,929 195,929 00000000000002b55ab6196411b0afddcabe58de5608fe256d0487c97c89d052 389 0.18/1.00 vMB 177
Previous 10 blocks ↓
Total Size: 783.11 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: 736.45 GB
    • Received: 18.58 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.