Loading Tool

Explorer IconExplorer

Memory Pool

77,666 transactions
28.90 vMB
0.07960179 BTC
Random Selection Loading Transactions
Max Size: 174.92/200 MB

Candidate Block

Mining Attempt 4f5c5a75df90a55f017d9b7fd28eb91caf475d13bce5e195c798a9ad578a6d08
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 73d9ad719c8cca3279f053559b4b88d27c62e21e53559c974eb8f45a34ceb622
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,390
Size: 1.00 vMB
Total Fees: 0.01931268 BTC
Feerates: 81.07 > 1.94 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (344,212 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
570,948 570,948 000000000000000000056fed4c01f5e6eba1f2001c476fdb082349d603fdc2cb 2,162 1.00/1.00 vMB 31
570,947 570,947 00000000000000000013941f9fb2ce5ee4717747d6f1f04a5ba5ad239412e3d5 2,561 1.00/1.00 vMB 46
570,946 570,946 0000000000000000002bcf2a6ba60fbb4965558ae9db0b1bb073f6869c5cd977 2,853 1.00/1.00 vMB 115
570,945 570,945 00000000000000000008c7e7e6383a7a4e24bb8afe16f9610d6e2603efc2dd2f 3,263 1.00/1.00 vMB 95
570,944 570,944 0000000000000000002359e414aaef0e94aea5f4f4ee9535d9161a164f719d0f 3,328 1.00/1.00 vMB 128
570,943 570,943 0000000000000000001f97320012207736e24ba249dcf34fb0013f1b6ff06008 2,868 1.00/1.00 vMB 43
570,942 570,942 000000000000000000114e2064b39d7a63b71203e44f8eefc0073e3dea570d75 3,095 1.00/1.00 vMB 75
570,941 570,941 00000000000000000017076aa231b7bf8d24340485913de8a1059fb71e781a15 2,731 1.00/1.00 vMB 66
570,940 570,940 0000000000000000001c918c5846676dda1817d61e7e61e647206255d6b007d6 2,831 1.00/1.00 vMB 131
570,939 570,939 0000000000000000000f78d8be7500838374ae4ccb2c101d0b47e0d28ef73015 2,885 1.00/1.00 vMB 60
570,938 570,938 000000000000000000027af0b6926f433fdcd9d4ca0163ddf4c52743d2255da1 2,721 1.00/1.00 vMB 81
570,937 570,937 0000000000000000000f374ca9fbfe46f47900cef755ed7594f4bcaa64e96322 3,183 1.00/1.00 vMB 96
570,936 570,936 00000000000000000024da1fd7eebea6e677bc71f6468b32ae948b5a0947702f 3,203 1.00/1.00 vMB 111
570,935 570,935 0000000000000000001aa23764b7cf0a6f369b8c3547f85d7b8eb1c6fe9017a1 3,147 1.00/1.00 vMB 96
570,934 570,934 000000000000000000023543062bf99a5b1eb79f6b7fab95d05877f3fc660b15 3,030 1.00/1.00 vMB 128
570,933 570,933 000000000000000000006cd6052be1e3d90da345704d133486f251442a89e88d 1,508 1.00/1.00 vMB 100
570,932 570,932 0000000000000000000e60152e2406e5d957f5710e42e4a7bb13e0c526264195 2,745 1.00/1.00 vMB 92
570,931 570,931 0000000000000000001d9d4ccee1833e0e0070649fb582e9d34761707401f431 3,133 1.00/1.00 vMB 107
570,930 570,930 0000000000000000001fe46c8fbe492246f5461e744849527b93c1a1317eeaf7 2,155 1.00/1.00 vMB 107
570,929 570,929 0000000000000000000c87c026f62bac52639fe0ad1eb2393c6cb12062ea2c19 2,401 1.00/1.00 vMB 109
570,928 570,928 0000000000000000000e17a4f85436388d3bf3cab84b01d2ab681fef6cacaa5f 3,085 1.00/1.00 vMB 149
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.