Loading Tool

Explorer IconExplorer

Memory Pool

41,682 transactions
27.42 vMB
0.13223553 BTC
Random Selection Loading Transactions
Max Size: 141.69/200 MB

Candidate Block

Mining Attempt 4a689d2469d78678c25e5aa66c24a169eadfc24ee2c6eabca3518ed64a967253
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 249be072cca94d116cf48e0c7fb7fce47b5ff84db92a0ea50804946b7d63f57a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,741
Size: 1.00 vMB
Total Fees: 0.05113698 BTC
Feerates: 150.71 > 5.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (411,745 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
502,960 502,960 00000000000000000010b8d7fe3c83ba82bb3eb50367626d2e68e08d96e7f772 4,079 1.00/1.00 vMB 486
502,959 502,959 0000000000000000008ab9334cce996dc069274c3a3289b11bd8f275081d8f1a 3,357 1.00/1.00 vMB 508
502,958 502,958 00000000000000000088746b4e8f591ec13a98894b27a4cd6a4d2c5c73de14b6 3,583 1.00/1.00 vMB 500
502,957 502,957 00000000000000000034417f27ecfeda72e6ee75a082909405073a923dc93c32 3,024 1.00/1.00 vMB 539
502,956 502,956 0000000000000000008749e13b15a23e4f1a01f4612a58cc41eddd21f3515979 723 1.00/1.00 vMB 265
502,955 502,955 0000000000000000006309f790361197d9c488e166e331fe24580f630693f510 1,078 1.00/1.00 vMB 223
502,954 502,954 0000000000000000004e263427460ed29ae16c61cd9ab5502a3e23f4c2983e6a 2,462 1.00/1.00 vMB 415
502,953 502,953 0000000000000000002f2085bba7caf00456d9df02838fc78b6980638a51c66c 2,037 1.00/1.00 vMB 367
502,952 502,952 0000000000000000000b8155e9bc2a460e6772f2b9ec34e0985f728bb379f52a 2,852 1.00/1.00 vMB 452
502,951 502,951 000000000000000000583a020b97f5f9b337b18a6fd1b3b0dc5bcca213d87596 2,704 1.00/1.00 vMB 428
502,950 502,950 0000000000000000000e9fbc462c2e196f19da54eec678e701a0648cce63d29b 3,327 1.00/1.00 vMB 510
502,949 502,949 0000000000000000008c7acfd26f6c5104ff6f3cc73500662ebafb6e3230c670 3,920 1.00/1.00 vMB 461
502,948 502,948 0000000000000000004354db460f9cc49fc93157cf501910552604bb7cbe0e9b 2,458 1.00/1.00 vMB 457
502,947 502,947 00000000000000000017a820734ac7d68ebef6f2bb88f1ae1d894d3777f185c9 2,973 1.00/1.00 vMB 514
502,946 502,946 0000000000000000002fef4cbbabd92e904394107adccd48be84784077868c42 3,189 1.00/1.00 vMB 521
502,945 502,945 00000000000000000073117c07ae1518d03e9a73aec822404379b2691b2801ee 878 1.00/1.00 vMB 232
502,944 502,944 0000000000000000003f9516f23efe8707f70b071da2f10cbe4859e2a970cf61 2,170 1.00/1.00 vMB 354
502,943 502,943 000000000000000000886c0ec887871d7e08ca9e92af4b91660b97b59c1d471e 2,362 1.00/1.00 vMB 406
502,942 502,942 00000000000000000072d3789a098502f5549003aeed24d6c34b187b19dab7d4 2,958 1.00/1.00 vMB 381
502,941 502,941 0000000000000000006d491968cf9830e6e2d3fd0b1852f0de65878dfe957642 3,634 1.00/1.00 vMB 490
502,940 502,940 0000000000000000001be21a3ddcf1c26c9ea1d99b51d5c8262f140a433a189d 3,408 1.00/1.00 vMB 485
Previous 10 blocks ↓
Total Size: 781.87 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: 643.24 GB
    • Received: 12.58 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.