Loading Tool

Explorer IconExplorer

Memory Pool

85,732 transactions
31.45 vMB
0.13564152 BTC
Random Selection Loading Transactions
Max Size: 189.62/200 MB

Candidate Block

Mining Attempt 41188e3b521a0e14d0e5d96d4c8020ceedc4e499c2ac8b5356621b626ea3ae93
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root 759dd139c9e59a7eb0654dfbb099c7ee40006ce507f44da46c55b0b5b0556264
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,769
Size: 1.00 vMB
Total Fees: 0.05840338 BTC
Feerates: 214.31 > 5.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (415,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,028 499,028 0000000000000000009b9d3b0750f19cda226598969aa1dfb033dc92fd84fd04 2,224 1.00/1.00 vMB 304
499,027 499,027 0000000000000000004110c2238ebb129259972a8deef25e1820bab37d15d2f7 2,159 1.00/1.00 vMB 325
499,026 499,026 00000000000000000040c171462e9ded7793b1e799d52ef0cab73b5968cb3554 2,419 1.00/1.00 vMB 355
499,025 499,025 0000000000000000009660ee61ccaf48d7d444f2bffa27fc7cb7e134643e3a13 2,184 1.00/1.00 vMB 301
499,024 499,024 0000000000000000000fccb8cdfc3ff41405393386ee9e013d49524d0d32c834 1,836 1.00/1.00 vMB 247
499,023 499,023 000000000000000000384a16724cbbafb68069109b446daf4931a42c0a708fd3 1,426 1.00/1.00 vMB 199
499,022 499,022 00000000000000000084106679a77246f1508ad6c2a73ac406084c97fcafa82c 1,734 1.00/1.00 vMB 227
499,021 499,021 0000000000000000004266788fd9f77a9bc337ce05064ae82d8d104f06664306 2,269 1.00/1.00 vMB 344
499,020 499,020 0000000000000000006c1d9b4dd5f16b8780f8a055f4e96345f58a3a3be1b832 849 1.00/1.00 vMB 150
499,019 499,019 00000000000000000033f8c45959b0bc3349d8753d21e1f4c6a32f10704d4870 1,253 1.00/1.00 vMB 185
499,018 499,018 0000000000000000002503d41cc0a5ea3b7621c7a1273ab4a4e9845ee2a87d48 337 1.00/1.00 vMB 136
499,017 499,017 000000000000000000571f98845fd3cdf0d3912321387d0afc0f24764fc7ead7 2,358 1.00/1.00 vMB 221
499,016 499,016 0000000000000000009a6d4713df4bad4d0cdea6b8b565a29628c02bac305920 2,053 1.00/1.00 vMB 416
499,015 499,015 000000000000000000a36a083be0daea9196f302d5b1b331dcdc30bc1e7beba3 1,697 1.00/1.00 vMB 197
499,014 499,014 00000000000000000056c58ff3a4f4b193ad5f14d4282710e7cdb51a64d7be9c 1,995 1.00/1.00 vMB 276
499,013 499,013 000000000000000000741bb57e2906e65b840a9b7e8b1a3c5c9970fce076573e 2,039 1.00/1.00 vMB 201
499,012 499,012 0000000000000000000b28d08305d724325454c720f44190d53dc04454e5383b 2,418 1.00/1.00 vMB 289
499,011 499,011 0000000000000000009877831e6d14a265f51c22b67c354fc767cc18b756b400 1,851 1.00/1.00 vMB 142
499,010 499,010 0000000000000000007dc979c09e18dda1dd03c825c2a817a9ec84e01251c1ed 1,909 1.00/1.00 vMB 226
499,009 499,009 00000000000000000041548f6764f595b41f17c7017fca3fb85bb3edf37ce899 1,624 1.00/1.00 vMB 178
499,008 499,008 0000000000000000002cba5981eaaf1ebc4d6c209a9661cb6f232d8759792484 2,247 1.00/1.00 vMB 198
Previous 10 blocks ↓
Total Size: 782.33 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: 660.69 GB
    • Received: 14.77 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.