Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,608 transactions (0.58 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,459 000000000000000000022cb30000000000000000000000000000000000000000 0.57 vMB 1,607 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,458 (836,009 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,449 74,449 00000000004c16533f5047d142fbda20b6166775655012c7aa0e5f7da284a5fb 0.00 MB 4 0
74,448 74,448 000000000026a16c2837b400d321ce15ca6baef17a76240ba8a99a6d97bc642e 0.00 MB 1 0
74,447 74,447 00000000002fd8c2adaa342ac7196d930cbe1c1caa79ac91937e37fe3494485e 0.00 MB 3 0
74,446 74,446 0000000000045d2cd74d80b96bf6351188011ce1c9089a16ab443c63f9cd1522 0.00 MB 1 0
74,445 74,445 0000000000b2e7c3421afa93027e0b09e46bd4887af5008f2b0b4ab0264b9da3 0.00 MB 1 0
74,444 74,444 0000000000620f77b50f9f4eabd1636c9cec4d8f790d5ca6247b13a2992ce1dd 0.00 MB 1 0
74,443 74,443 000000000073d73b26503d52922aae21a70a3438f117085bbb8ba41bf01fbb24 0.00 MB 1 0
74,442 74,442 00000000004f5da59ac76234a6592d81c0ff82413d45e0702d051a3360ca7a0c 0.00 MB 2 0
74,441 74,441 00000000000d5f8b2228a60a0f413ec4ba83a1fe45fa91f0d968ebc4d8ceb83c 0.00 MB 1 0
74,440 74,440 0000000000ae1c8070ca5642c3ee99036697964f894d66521902f940cb572077 0.00 MB 1 0
74,439 74,439 0000000000b1b613c6c0af7bf07a357c2980429154b1d774f419bba7daefd096 0.00 MB 1 0
74,438 74,438 00000000008ca4815ffe69df494aaad8e90457d0e6ecfc1a7cbdb913b223ccf6 0.00 MB 1 0
74,437 74,437 00000000003020529e6d8c2cbe700ada94590a50a71dd5edb6919a6651227b9c 0.00 MB 2 0
74,436 74,436 0000000000a4f71e0363cdaee56ef903b1b7c133a046bbdef8b8dfe31db00bee 0.00 MB 1 0
74,435 74,435 0000000000113469f4b9706e5bdf634547439990efb01caf9b2875b226d2e6a7 0.00 MB 2 0
74,434 74,434 000000000005e3ae6f2457e83626ffd1949fea96e44f86bbf681c33c1dd08a9f 0.00 MB 2 0
74,433 74,433 00000000005cc8eab8d5774246c8b53f658c1a64a839bd149c5f408605843083 0.00 MB 1 0
74,432 74,432 0000000000a5c0dd9d11417f5ae4ef7ee89ed570c7de3bb1e75871a0badfba2c 0.00 MB 1 0
74,431 74,431 0000000000740353a47239d45994ea997eb354a75bd2442489c6185414412e6a 0.00 MB 1 0
74,430 74,430 000000000015e97d8c054b9030dc6332d55a2f2efd88c7f81c493fe67cf13cf0 0.00 MB 4 0
74,429 74,429 00000000002b9b9e2866fe3932c283b74ff3dc6bec42aa7736c767095fc89e08 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.24 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,239.87 GB sent, 119.72 GB received

Notes

  • This page updates every 5 seconds.
  • 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.