Loading Tool

Explorer IconExplorer

Memory Pool

42,498 transactions
26.78 vMB
0.06430418 BTC
Random Selection Loading Transactions
Max Size: 140.56/200 MB

Candidate Block

Mining Attempt 1a66517bcd39b68dc5818643aaa8a23b58d46a5f0e1681e26917826a16abd040
Version 20000000
Previous Block 00000000000000000001c29ba26020ab8fee0b13c11f761cf92eaeb9c92dd03d
Merkle Root b1b4edcfd74330f2607e1873ede4b690f34aa386e32f18c6d60f6975a908c56f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,095
Size: 1.00 vMB
Total Fees: 0.01465597 BTC
Feerates: 181.54 > 1.47 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,932 (433,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
481,623 481,623 000000000000000000d265b12ab2bfba5629e342c880cbd0cbbbee96a89e6351 2,264 1.00/1.00 vMB 426
481,622 481,622 000000000000000000dd5b7b760e1537c34c187c6d02c260a8f7eda213d2aa60 2,543 1.00/1.00 vMB 424
481,621 481,621 00000000000000000055a2893295b6816a6274d1bd68a8643a998935e93a5579 2,383 1.00/1.00 vMB 401
481,620 481,620 000000000000000001033279f71a4ae7964eaa1d8eefc2b8898dd534e1868c98 2,132 1.00/1.00 vMB 506
481,619 481,619 0000000000000000010d232f4f02daa9ba25d6c465fb017ae0f82258465dd7cb 2,759 1.00/1.00 vMB 413
481,618 481,618 000000000000000000b62905cc67bc61b3c7d8b5a23392fdc906dea83b173de0 2,172 1.00/1.00 vMB 504
481,617 481,617 0000000000000000004c757f8231cbbc5c4cc5d2f7fae4158c6303a2b39cc7cb 1,833 1.00/1.00 vMB 424
481,616 481,616 0000000000000000009935424c007605e0d9316d70d6e426cc669aa5cbbc5182 2,393 1.00/1.00 vMB 392
481,615 481,615 00000000000000000084b62df6771105eb7f5818ed31bbcb9b8c8257f978de6c 2,096 1.00/1.00 vMB 464
481,614 481,614 000000000000000000d0d18603b77af77a2180c59e5e622cbec0596ec6dae6d1 1,652 1.00/1.00 vMB 412
481,613 481,613 000000000000000000e0aaab257c285326e64cd8f5ee3ff48fd717b22e689353 2,241 1.00/1.00 vMB 411
481,612 481,612 000000000000000000b20306771ab5e890a2d180358799a387c0f9c247fb1d66 2,216 1.00/1.00 vMB 430
481,611 481,611 0000000000000000005cacc15577f4d9808e5fb74616227e0fe526edfc0c43de 1,563 1.00/1.00 vMB 360
481,610 481,610 000000000000000000505b7fbdc3c8cfa4217fbfd6ae58d7b3d43973d74ba343 2,509 1.00/1.00 vMB 345
481,609 481,609 000000000000000000d39ab6f1d8a10568c28d7a5097bb2d071361b271d2466a 1,743 1.00/1.00 vMB 366
481,608 481,608 0000000000000000012a9ff371c1e3f97cae4ea14d877e6f9d5837dbf4c47d39 2,626 1.00/1.00 vMB 358
481,607 481,607 000000000000000000c9fd92879de6a7eaa6b58bd4cc3d4fb2934f47fa0239d5 2,413 1.00/1.00 vMB 368
481,606 481,606 000000000000000000d2751829a4b8a00d6c0d172e2eec6be47485a965ae7f65 2,024 1.00/1.00 vMB 325
481,605 481,605 000000000000000000777040a0c835b031dfe9a6da99588fd875e5205da8f952 2,186 1.00/1.00 vMB 404
481,604 481,604 000000000000000000091f442014695ba094a1c762c202815d17a38426897d2d 1,531 1.00/1.00 vMB 324
481,603 481,603 0000000000000000010251a0a61a7108bff313f995c5d480e334559ced2ab673 2,411 1.00/1.00 vMB 412
Previous 10 blocks ↓
Total Size: 782.27 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: 656.01 GB
    • Received: 14.37 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.