Loading Tool

Explorer IconExplorer

Memory Pool

87,612 transactions
32.09 vMB
0.14248339 BTC
Random Selection Loading Transactions
Max Size: 193.70/200 MB

Candidate Block

Mining Attempt 9ce04c132a72f06ea64cc01608bf1c182abe406185a644a2c7a1c0f1b3095ec6
Version 20000000
Previous Block 0000000000000000000039baa093585d61b0a383677ec75a312826d4a9fd68e1
Merkle Root c9e3a4d08a58653e7c9fb24c0ac0b0561bb0a5c0c46f9b54823c18c1df0f1015
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,692
Size: 1.00 vMB
Total Fees: 0.05209095 BTC
Feerates: 911.92 > 5.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,970 (420,506 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
494,464 494,464 000000000000000000467711cdabcbbdbe2f05427b883e7f16143cd2ccffafed 2,036 1.00/1.00 vMB 491
494,463 494,463 000000000000000000a3702b107a52fa375801d11c4bdfd657b6cdf73d50e01e 2,370 1.00/1.00 vMB 564
494,462 494,462 00000000000000000097a8085ff04534aa58133634594901df090132469bd8ee 2,387 1.00/1.00 vMB 507
494,461 494,461 0000000000000000002ba656a1c26f1e105361ee3094463a898e3aebd2827c52 2,116 1.00/1.00 vMB 497
494,460 494,460 00000000000000000047ad726e8c9f400eb7c47d1459a13de26497d13b4f234f 2,421 1.00/1.00 vMB 756
494,459 494,459 000000000000000000483b8f1f36212db0102f2ede4de925bc62d568884dd10a 32 0.01/1.00 vMB 1,628
494,458 494,458 00000000000000000090071944a94d1df4d33fa13465a91f50d179f14d13aadb 2,502 0.99/1.00 vMB 658
494,457 494,457 0000000000000000008ad90fc1cd86d3ba4e924e7d7fe6d9f07a8232d1e5be94 2,358 1.00/1.00 vMB 611
494,456 494,456 0000000000000000003ca99171926785fc2c584821251b4cebf39c2a9e3fa0f0 2,453 1.00/1.00 vMB 513
494,455 494,455 0000000000000000009289a1ea24ba72461663f55743acffcba96477c29e2986 1,776 1.00/1.00 vMB 177
494,454 494,454 000000000000000000515067b1867bfb3d2627ae42696b65b4c0974d2dc81398 2,224 1.00/1.00 vMB 129
494,453 494,453 000000000000000000acb5eadbb4c83d59e91bf556f6b76d66c660f269c148d9 2,016 1.00/1.00 vMB 241
494,452 494,452 000000000000000000bd1f5cd9a651ec9a447275b419c6869ee162d1ec56e7f6 1,795 1.00/1.00 vMB 132
494,451 494,451 0000000000000000002e2625cba7d3be6fbaac3c0a6a653bf827efb8848717a3 2,745 1.00/1.00 vMB 306
494,450 494,450 000000000000000000824463ac0046f7c0adae2505195c9694b8d73c4c8abd0a 2,295 1.00/1.00 vMB 605
494,449 494,449 000000000000000000b7b1fb55e80e144a1a8a80e6155196c9be878dccd0b915 2,120 1.00/1.00 vMB 436
494,448 494,448 0000000000000000003909ca5b38c98eceb897dbc6e63d84346c9739e1320b23 1,963 1.00/1.00 vMB 306
494,447 494,447 0000000000000000003215d2545696fe9b9bd1d982cc22d55dd0375ffbcb88f2 2,272 1.00/1.00 vMB 552
494,446 494,446 0000000000000000009864d90aa78a84079bb7188091b6bc9b0312ca1c7bdaff 1,456 0.98/1.00 vMB 197
494,445 494,445 0000000000000000002921550abf492c59709e1fa95debad69c25762e72db41a 2,196 1.00/1.00 vMB 221
494,444 494,444 0000000000000000006d9a04319f3e06393bce58703549b591fafc1b92090892 2,258 1.00/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 782.34 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: 661.03 GB
    • Received: 14.79 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.