Loading Tool

Explorer IconExplorer

Memory Pool

40,076 transactions
28.41 vMB
0.06266949 BTC
Random Selection Loading Transactions
Max Size: 145.15/200 MB

Candidate Block

Mining Attempt c3b090b4ec860d9aa6f5c12bca7c9026674af75a1b966cd5a95823b87b01e258
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root eef3f99562253510dc0c1a61b50089eaa962d9091583ba757ed76cb8991343a8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,140
Size: 1.00 vMB
Total Fees: 0.00798029 BTC
Feerates: 60.12 > 0.80 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (415,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
498,959 498,959 00000000000000000041726ce1798a8e5ee53a74afe8db2c5b8372a8e669a231 3,160 1.00/1.00 vMB 405
498,958 498,958 0000000000000000004473b4c9e45b2dda6de9270ade8a07081c9b80d20cfc1b 2,932 1.00/1.00 vMB 438
498,957 498,957 00000000000000000028e42245d15e103bbc8939d398bc8e4d55c4aeb4130eff 3,269 1.00/1.00 vMB 402
498,956 498,956 000000000000000000783b89ff8140c702753b6aa894d64f70c05529b7622257 2,884 1.00/1.00 vMB 445
498,955 498,955 000000000000000000aabc9831a830ab8542137c68998368b86f9127432767d5 2,667 1.00/1.00 vMB 339
498,954 498,954 000000000000000000ac5358dc0ffa910c16bd06ef2de862af568b5a9b775cdb 2,865 1.00/1.00 vMB 411
498,953 498,953 00000000000000000028e7bb3143625e4a365bf0cf0fdeccb3ad3d3fde4223e9 2,717 1.00/1.00 vMB 474
498,952 498,952 000000000000000000594758d39d0f0843a4b8f787d6cefe03c95ef40e858d9e 2,487 1.00/1.00 vMB 383
498,951 498,951 00000000000000000002fe75f8f0769b55f839abb753fcfeccbe2180ebaf799e 2,850 1.00/1.00 vMB 424
498,950 498,950 0000000000000000006656d1cb0751a8d0609cb487c2563c0753dfe0ca43e7da 2,605 1.00/1.00 vMB 477
498,949 498,949 000000000000000000823b18df1113b44c96fb2342955db1eeb84b0f404437af 2,470 1.00/1.00 vMB 264
498,948 498,948 00000000000000000033544dec747e0f257a08e6eb79d5f7e06059a415ea2a93 2,421 1.00/1.00 vMB 277
498,947 498,947 0000000000000000001b1598e5770c15e929d7069fe69e6f52dd659a2f31faac 2,636 1.00/1.00 vMB 269
498,946 498,946 0000000000000000003733cf597a6e86e3d8793c7aae2172561f97097245a4c2 2,627 1.00/1.00 vMB 402
498,945 498,945 0000000000000000003eb9705955ede32d0a59ca89e4b708289ca5ab3c63a8fa 2,434 1.00/1.00 vMB 217
498,944 498,944 000000000000000000710b47046ff013e8390730e7469bf236132c2848ab9841 2,766 1.00/1.00 vMB 368
498,943 498,943 0000000000000000009ab34d95c782ed2aec9cf631e3723a93134c6c3d523504 2,870 1.00/1.00 vMB 314
498,942 498,942 000000000000000000104cadc2be387db5bec5ebc375a7c8585efa018f5c3f34 2,394 1.00/1.00 vMB 240
498,941 498,941 00000000000000000099d14e35b5310bb21464fd856f961ca08d05bb45d4dca2 2,625 1.00/1.00 vMB 319
498,940 498,940 000000000000000000273595b43d87b37785b1b6b388b318428ca7f19398430a 2,872 1.00/1.00 vMB 379
498,939 498,939 0000000000000000005e9c0ef8dbaa2c62ca4684aed19539d522dce32fe8e6da 2,691 1.00/1.00 vMB 449
Previous 10 blocks ↓
Total Size: 781.70 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 629.17 GB
    • Received: 11.87 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.