Loading Tool

Explorer IconExplorer

Memory Pool

28,636 transactions
12.94 vMB
0.05775873 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 74.68/200 MB

Candidate Block

Mining Attempt d3dde624fdf0f6f16321c3934ee4e181bbcf8dcd2264d55958197944b081e981
Version 20000000
Previous Block 00000000000000000000b196bc3e5aba28c39c3db3080adf17fe1d6de4dcdeaa
Merkle Root 78e30a0b52c06a151d679664243d5da9f086ff0ae1fad09a66257a70c4af5aba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,696
Size: 0.997988 1.00 vMB
Total Fees: 0.03262119 BTC
Feerates: 239.15 > 3.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,770 (744,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
168,885 168,885 0000000000000ae48f058422d199dd68f788f3cff2cf80547bd3cbbf89f67b0f 105 0.09/1.00 vMB 185
168,884 168,884 00000000000001bd990cb736e696954671de80c79a913d63898292c3b93079e1 43 0.05/1.00 vMB 108
168,883 168,883 00000000000000fcf28b8114c8ef74d3f736b215d2e4623f0e4ecab514d65db0 139 0.05/1.00 vMB 69
168,882 168,882 00000000000001252cce4ace9a98035fadc2cb72902adac69524b496a4bd85e8 11 0.00/1.00 vMB 136
168,881 168,881 00000000000008970bdb182d4a39539f309b28db9da85bcbc14766c410748620 11 0.01/1.00 vMB 23
168,880 168,880 0000000000000bd342c551059a2d4e05d45548d12225ebc0ae89febeb972ef30 12 0.00/1.00 vMB 391
168,879 168,879 00000000000008d35a974310432d1e71949611df8b2ddf9bebd34050cdb38a93 9 0.00/1.00 vMB 0
168,878 168,878 00000000000003136947601f1ab76203d1a8898f3f3cfcfded02503cbd9ee883 47 0.02/1.00 vMB 130
168,877 168,877 0000000000000a145c4b9e507f9654b106c4afcdce46ef3dbfe14b0c0bc717e2 32 0.02/1.00 vMB 109
168,876 168,876 00000000000001833f3f8da545d8d62ef13b31ef45ecdc03ccc0ac5ed1d6873d 11 0.01/1.00 vMB 218
168,875 168,875 0000000000000a4b717c430cfe06cf1e8f0571c432730ffa3f8cdbdca0797281 25 0.01/1.00 vMB 47
168,874 168,874 0000000000000b9a13df3a0b99ec9ac76c3b3a6987377294ea4714b2944438bd 3 0.00/1.00 vMB 0
168,873 168,873 00000000000008097c64250385c6615fd681547647c0a5c218d4f0dfcbbfa158 68 0.02/1.00 vMB 53
168,872 168,872 000000000000067a57879c2fc978db44c39c2c1998ad04c024ad09c9da66ae82 48 0.02/1.00 vMB 67
168,871 168,871 000000000000032d6dc5d99bf76d4e310b15ba80c467b271ca035f1d305a365f 10 0.00/1.00 vMB 84
168,870 168,870 0000000000000b3ada7f2fd8665fb6baa8c697f1416c0a4d54bf23cd9bf5ba09 30 0.02/1.00 vMB 83
168,869 168,869 000000000000011847dea241c0f8736ee78e492e5b8c74164dadb12979dcebd1 3 0.00/1.00 vMB 103
168,868 168,868 00000000000000932208f3750f6f3b2626aeaa98230d6acc998f9a057e17dcf4 98 0.03/1.00 vMB 26
168,867 168,867 0000000000000b0c126133512ea6611b9c1ed483eb07938b906ca203f1819840 53 0.02/1.00 vMB 69
168,866 168,866 00000000000002682073d04650fd7a122146eb2e267054ebabba205d21c9ed61 34 0.01/1.00 vMB 72
168,865 168,865 00000000000004f68dbeb2440e8b3ba062bc28e2116c1a8efc2628fbe7e73ba5 47 0.02/1.00 vMB 266
Previous 10 blocks ↓
Total Size: 780.22 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 506.71 GB
    • Received: 4.11 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.