Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,063 transactions (0.65 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,773 000000000000000000022b910000000000000000000000000000000000000000 ago 0.64 vMB 2,058 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,772 (854,322 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,450 57,450 000000000af913c9a6c7fd80a441788d271f5002388134285ea8285d04e54df1 0.00 MB 1 0
57,449 57,449 0000000014893c5a0004dd19fdd9a978bf534584a9e49f021edc2cf24559b181 0.00 MB 2 0
57,448 57,448 000000000d6c42dc81ef25d1bd52238d835da593b73371f456c2aa515a907744 0.00 MB 2 0
57,447 57,447 000000001189043810bf76576998d35ea4c73650a5f671c9813d0948e9c2486b 0.00 MB 1 0
57,446 57,446 000000000fc05e234d380074dc1eb6d64ca6fe0ba326114c97307720e2adb515 0.00 MB 1 0
57,445 57,445 000000000c93a41d7d1004d63f4ae6c6905241eaa560f7aaf86619506d848503 0.00 MB 1 0
57,444 57,444 00000000066bfaf6770148139695bd17b0c8d379d4cf72cb7e7cd47e62a3649a 0.00 MB 1 0
57,443 57,443 00000000068df2103d24554540ec106c9e6727df4e0c7dd36a896b10d3d9cfab 0.00 MB 3 0
57,442 57,442 0000000002e51a6f996fa6f8ab3c607082a3a4bb2667936d11e67e5874e6d57b 0.00 MB 1 0
57,441 57,441 000000000805f2b5f9cda27d2d32f3c6ef2c0741d0205851ec797f1ad54ef4e5 0.00 MB 1 0
57,440 57,440 0000000003e3e3a168a9ec49184bb0a6e496687856639f9c55d7060a8f89e6ef 0.00 MB 1 0
57,439 57,439 00000000038755a8a91304ebdbfe9948ed10d5952a35e653d9fc95bfa2643077 0.00 MB 1 0
57,438 57,438 000000000553f64fe1768f26a3a20202621658539d18f529beec70f37a39e1c1 0.00 MB 1 0
57,437 57,437 000000001570cef897e35588f2c4d6bee3a65b707ba1323273353677e3a92c54 0.00 MB 1 0
57,436 57,436 00000000082fb8355bce206a89763a1267c62c459b5605fc5f01d3041afd476e 0.00 MB 1 0
57,435 57,435 0000000002d22432a08e02cd67898e907a449f67adcc3704a93c3e6ef1e071e3 0.00 MB 1 0
57,434 57,434 00000000039db091d5c123046c708c1db0e59a06c271fd6a68a0096868092bf8 0.00 MB 1 0
57,433 57,433 000000000f58550752df6e2a417cf72c2daf4c0386d06d85e9bb386c0a88cd54 0.00 MB 1 0
57,432 57,432 000000000af6c9709fdb00acbdba956b595172890544422f101a0aa2100cb4bd 0.00 MB 5 0
57,431 57,431 0000000000b40104d03442b4879783ca7b5cb4fe8a803a860bc06071d840fdea 0.00 MB 1 0
57,430 57,430 0000000007a5f7b0a96137d7d2692859d967f7a0e740dd64b918640252accf61 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 776.66 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,433.35 GB sent, 131.87 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.