Loading Tool

Explorer IconExplorer

Memory Pool

78,083 transactions
29.32 vMB
0.06409118 BTC
Random Selection Loading Transactions
Max Size: 176.12/200 MB

Candidate Block

Mining Attempt f3d6405fff96bc90175d5a193c3e791a7520d7f5277730e8b889303761d70d5e
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root d0c76286f3a33a178f891db7099802ee3c5ffe008d2637ead0ec2b21301e7bba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,995
Size: 1.00 vMB
Total Fees: 0.00475270 BTC
Feerates: 18.31 > 0.48 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (114,484 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
800,512 800,512 000000000000000000009b72e24f401e2b1b7b177e3e2b698d8ee74c7a698208 3,928 1.00/1.00 vMB 20
800,511 800,511 00000000000000000001158ac680d44847435dce9098e2b0529dcd0db7d8b3a9 4,147 1.00/1.00 vMB 18
800,510 800,510 000000000000000000055516fdcd6f6bab0de555044684cde379033867e1bd3c 4,298 1.00/1.00 vMB 23
800,509 800,509 00000000000000000002b938a3c1e94830a73df858118567cfbdb1f19f4cf975 3,915 1.00/1.00 vMB 22
800,508 800,508 000000000000000000011e824bb94201f64417ee1b75436e38fef5e540cddf0b 3,537 1.00/1.00 vMB 10
800,507 800,507 0000000000000000000020e577b69102b623ff86443a6a0714bfad5952c1dc8c 3,770 1.00/1.00 vMB 13
800,506 800,506 000000000000000000045f3400d0f6449a442b43797469901a5e0577cbe72f30 4,167 1.00/1.00 vMB 18
800,505 800,505 0000000000000000000037d0f307054af3d6f65a9e436d2b2443ab2e61dddbda 3,662 1.00/1.00 vMB 23
800,504 800,504 000000000000000000020ac87c267b5d13a0a05f2406622f6d3e3203189c29ef 3,596 1.00/1.00 vMB 23
800,503 800,503 0000000000000000000445bb4fe1b1fbf1262053204accfbfe8e8a6a2c989ab0 2,573 1.00/1.00 vMB 14
800,502 800,502 00000000000000000003b6837084bec4f6d65794f7ee659196908645f7a3fca1 3,943 1.00/1.00 vMB 17
800,501 800,501 0000000000000000000237b2844f330f22ec8d65ce91da65fed3e8a2d679ec8a 3,266 1.00/1.00 vMB 28
800,500 800,500 000000000000000000039d7272eb33f621b65c6dffad079ff34ce7c004f40fe1 2,928 1.00/1.00 vMB 9
800,499 800,499 000000000000000000010ed55fdd0149e4c086553148da516ba4bbcc369e95bf 2,193 1.00/1.00 vMB 16
800,498 800,498 00000000000000000002c2b7c192c92a839325f39e4257b516299618c0ba3992 3,373 1.00/1.00 vMB 17
800,497 800,497 000000000000000000055bd5f37d1c2bdd624ce4343c0fc22b878c84ccf4b0de 2,281 1.00/1.00 vMB 15
800,496 800,496 00000000000000000001434ca05962dae725eafd211cd2f2f1cb64a4aad2e903 2,378 1.00/1.00 vMB 17
800,495 800,495 00000000000000000003ddac925c5c8fb441d8a47c98847233e6d86c6c3ffc11 3,041 1.00/1.00 vMB 32
800,494 800,494 00000000000000000001bf20e33b3395d8455e4fe89936fdf6173515e9a7cf47 3,208 1.00/1.00 vMB 13
800,493 800,493 0000000000000000000187cb83247acdb664b8838562b25d1af13918ca3f673b 1,876 1.00/1.00 vMB 9
800,492 800,492 00000000000000000001ff7200f0b6df9ff75f3a046b9f58fdb920b6d5ce6f38 2,618 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.38 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: 664.47 GB
    • Received: 14.98 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.