Loading Tool

Explorer IconExplorer

Memory Pool

31,431 transactions
17.29 vMB
0.04568587 BTC
Random Selection Loading Transactions
Max Size: 93.48/200 MB

Candidate Block

Mining Attempt 2d6da45d790b2a6434ad8f155a99f2501b03762b2a23b2f095d18747ba0ae4af
Version 20000000
Previous Block 0000000000000000000157985ae5e218ec435eef53db9d5e47bda7e17dfc1bdc
Merkle Root cd7510c88f46ce7fd6134940fe9990720c9f851e85beb9f28a94047060a02afa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,529
Size: 1.00 vMB
Total Fees: 0.01338027 BTC
Feerates: 151.12 > 1.34 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,163 (821,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
92,234 92,234 00000000000a0d2579333dad6e98b73ed0c915f3c2fa7a74d2735e9678d568cd 9 0.00/1.00 vMB 0
92,233 92,233 000000000007a5bfd97743b329b87a8cb1182010bb9630384b5eb386c22b1647 2 0.00/1.00 vMB 0
92,232 92,232 00000000000bb0c0d548b338feb8e684aa55abeb39f1a68ec401b02eb5a13f7e 1 0.00/1.00 vMB 0
92,231 92,231 0000000000080ca67afde223786c208398d5bb0995001db3fd367cf0be63c11e 1 0.00/1.00 vMB 0
92,230 92,230 00000000000e492435233975217ede9efb990c295e4b2b64babfce3bf8ca4697 2 0.00/1.00 vMB 0
92,229 92,229 00000000000ce4cc76843c455c3daa891b5af4697f67a5251bebcc6798ea0f0d 1 0.00/1.00 vMB 0
92,228 92,228 0000000000049cb92fa4f50cfff152a3a7cb4f1fde2c6edda3f2ee8a91007db4 2 0.00/1.00 vMB 0
92,227 92,227 00000000000e1a1f6bad497895bfb9b1b1a8b4103f3d63e21b8479683419be8d 6 0.00/1.00 vMB 0
92,226 92,226 00000000000bc6ef27b153cc3ca4a77dd1405d03a5247ccefc532889fe08ed55 4 0.00/1.00 vMB 0
92,225 92,225 000000000000411448574eb3beb4d4de84b129378d819f678b492dd1961e56c1 1 0.00/1.00 vMB 0
92,224 92,224 00000000000b06e5c2755cf7778d1e3b69f70af76eec1b607d8f34634a41ae63 2 0.00/1.00 vMB 0
92,223 92,223 000000000007c2091da086c61f1133d9f39b3a8722716a02e88e3844d2a01626 3 0.00/1.00 vMB 0
92,222 92,222 000000000009515ce8ae1d26fa2527cb5b82de40037898dc05e0420ae27c55a0 3 0.00/1.00 vMB 0
92,221 92,221 00000000000cd0c00f937ac6cfec8378196b3b1888b84c1d8d3bc130978fe4ea 2 0.00/1.00 vMB 0
92,220 92,220 00000000000c78fee043ccd16bab82ac50e3cc746960ab8779ed8f33b646c5b3 2 0.00/1.00 vMB 0
92,219 92,219 0000000000009a7b0828d436862d1b419d3edc8eb691897ab86f8edabf4f82ce 3 0.00/1.00 vMB 0
92,218 92,218 000000000009cb2ca3308974df4026793169abdd4a41c7da8f0a5af9e219683f 3 0.00/1.00 vMB 0
92,217 92,217 00000000000228d6d4b54f4cab72e6965f3b414eb68a000a9a939b782d1fee5c 3 0.00/1.00 vMB 0
92,216 92,216 0000000000004dcc4c857d570aedb0e7bdfa4b0f697f10db3099c035e112f223 1 0.00/1.00 vMB 0
92,215 92,215 0000000000018b585b0134ad3ee79f75ee43676d6575339fe708fbdd93833247 4 0.00/1.00 vMB 0
92,214 92,214 00000000000b354ddde4f92aa4a4371ff0c7f3a775b82fac71638ae5fa82e768 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.88 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: 565.65 GB
    • Received: 7.66 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.