Loading Tool

Explorer IconExplorer

Memory Pool

45,183 transactions
28.69 vMB
0.12481628 BTC
Random Selection Loading Transactions
Max Size: 151.82/200 MB

Candidate Block

Mining Attempt ff9933cdfb2aacd4bd1bd373c46e4f1540ba29410aa1794ec9aa148b3f1364a9
Version 20000000
Previous Block 00000000000000000001b7fed1570278bf53c34ddd10975046ef0611921f9718
Merkle Root 10ae7c3aca71ca5214a1553101e05b2c315276e9de91e2aecd625e0789734b47
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,354
Size: 1.00 vMB
Total Fees: 0.07011797 BTC
Feerates: 101.65 > 7.03 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,809 (341,858 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
572,951 572,951 0000000000000000001192b5f0ad5cca9606cd1558e0c8a399dcdab061bc6543 1,650 1.00/1.00 vMB 99
572,950 572,950 0000000000000000000657fa3867bfebc0aeb93446942c936d44b9c3173efdda 1,232 1.00/1.00 vMB 117
572,949 572,949 00000000000000000027aa2509527501293869c6e00773d7ea267da9be7ad5e0 1,930 1.00/1.00 vMB 127
572,948 572,948 0000000000000000001ddc8137af50637b44d44922e2243ffac7fff28b5d5525 2,377 1.00/1.00 vMB 85
572,947 572,947 0000000000000000000f2ea5d7489c7a6c7b4aae1a8d305bf2888a822c6115e9 2,954 1.00/1.00 vMB 70
572,946 572,946 00000000000000000012fc779f11aeb9340baff817079f7d4331431b3cd579f1 2,991 1.00/1.00 vMB 95
572,945 572,945 00000000000000000019cd9e87098796e428b891dc8198ec9e45fe146e2a5278 2,770 1.00/1.00 vMB 95
572,944 572,944 0000000000000000001f302d52ee2b17f6187a9268355daf07afd44f3c6f0630 2,848 1.00/1.00 vMB 77
572,943 572,943 00000000000000000019d2e091c4f52f8eb7c1f59c21ffe1afda44c04da05180 2,962 1.00/1.00 vMB 73
572,942 572,942 0000000000000000001eaa2b46c23e4397d468740ee5b913f288fe616081f3d5 2,635 1.00/1.00 vMB 69
572,941 572,941 00000000000000000025467147dd08c2f7b2eb2010d468782d245d0def0509a0 3,046 1.00/1.00 vMB 70
572,940 572,940 00000000000000000017b3c306ae6c8239b56f3adffb15279498b7d34f96d1ff 1,495 1.00/1.00 vMB 83
572,939 572,939 0000000000000000000836f1fd06bf38a12b82df2ba3478ada2530f51c8dcdef 2,256 1.00/1.00 vMB 80
572,938 572,938 000000000000000000190a9ce84a8a7e0db755454edc5e77c645395838e3f324 1,863 1.00/1.00 vMB 66
572,937 572,937 0000000000000000001034982b1bcebcf9fd823f0c693f56045eb428f3a68183 1,482 1.00/1.00 vMB 88
572,936 572,936 0000000000000000000cf976d419a9cd370592d54df2b74f5e37dbb768249ae5 3,081 1.00/1.00 vMB 100
572,935 572,935 0000000000000000002024e90a8871e72f7dd2d6f2c62c1c0407561826b2ed32 2,369 1.00/1.00 vMB 69
572,934 572,934 0000000000000000000bcb6d95b2ce05f9fd548fa57f8bb295e6d78efa8ef3c2 2,560 1.00/1.00 vMB 81
572,933 572,933 0000000000000000000736f64b3ab79fdcf7d9df6fa2e422728f00235a19ab70 2,303 1.00/1.00 vMB 78
572,932 572,932 0000000000000000001c38f70c1043d04b37317be58ff1a474073008862560e3 2,374 1.00/1.00 vMB 82
572,931 572,931 0000000000000000001b6ba9da47fafe94b083ebfe1a8ca35805dcaf87a9f8a4 2,100 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 782.05 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: 650.89 GB
    • Received: 13.34 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.