Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,408 transactions (0.54 vMB)

Priority:

  • 1 sats/vbyte = (5 blocks)
  • 2 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,347 000000000000000000022cb30000000000000000000000000000000000000000 0.54 vMB 1,406 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,346 (835,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,453 74,453 0000000000364b6b0b6b116dc2c2a001544f371ade9fb3dfa2ef6982cbff7553 0.00 MB 1 0
74,452 74,452 000000000040f0d79ea37eb5ddab1b29eef06563722716e5374f8869372d1459 0.00 MB 1 0
74,451 74,451 0000000000ac0674a326fea5e353d5d1af4c4b0f09f7e6c5a5621fa2f4a70f63 0.00 MB 2 0
74,450 74,450 000000000079e2da0e9f650c98c5772be36cde256448bf9e1b10ba0191d141bb 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 774.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,232.26 GB sent, 118.78 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.