Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,308 transactions (0.70 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,843 000000000000000000022b910000000000000000000000000000000000000000 ago 0.70 vMB 2,293 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,842 (854,362 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,480 57,480 000000000785e5d85febeb04873fe5537c4989f90ed410b69e4ae14a369a7c26 0.00 MB 1 0
57,479 57,479 00000000014c798d60199e0a9af39be7991a14686cbf4cfbe52c3eb74e762299 0.00 MB 2 0
57,478 57,478 000000000313dedcea89a5366d79516e2e14cf6be765f7fdc8af1cf41a274a78 0.00 MB 1 0
57,477 57,477 00000000038a8f9a2a42a8b0052cdaf3e5942c74853edbc58b47df406edfbe63 0.00 MB 1 0
57,476 57,476 000000000028c5cc7d26158cb68bc970612cc84b39c2cf819d40469f20938a70 0.00 MB 2 0
57,475 57,475 00000000152fcd94facf126b4f9c01079f74d812780345f8973dd13de165153f 0.00 MB 1 0
57,474 57,474 0000000005915131e671bb5f92015c4df6f3e8dc9c241b568363d21b24efb576 0.00 MB 1 0
57,473 57,473 00000000129b3a1ef09939cecd6b1efaae498614865419ca7ad26be34b8029aa 0.00 MB 1 0
57,472 57,472 000000000a1a110835a2d8d7da4f1688c5d2f7c80ddd6d1cb6a6445a23409d9c 0.00 MB 1 0
57,471 57,471 00000000099bf9dbba506f0ce5bed6b25558547af39b1e3c9e59722e7d217fc2 0.00 MB 1 0
57,470 57,470 00000000128959bd116fd72678457dffd357cc2c99f8c64754c788ed780bf6e6 0.00 MB 3 0
57,469 57,469 000000000d84290028a6e382406c3d6d508075ea0d05c9f3831e37b6cab06c4b 0.00 MB 1 0
57,468 57,468 0000000007caac21635bf9625300d1ce42add387f81dd5b0a1742d6f6050a612 0.00 MB 1 0
57,467 57,467 0000000003f8fd64a35767f7234534d3271d7230cf04c22af61618130291bef7 0.00 MB 3 0
57,466 57,466 00000000058852c51bcaccc54ce1bbeb9ba1dc079af980eff130a67de94232e3 0.00 MB 1 0
57,465 57,465 000000000e3547759902c611c116437da2eb7aad2a1f10d8d9f045cdd56703c0 0.00 MB 3 0
57,464 57,464 000000000a414c1bd1d67704432d604fe9e0fa709262b133ef05b5a1b9740cb8 0.00 MB 1 0
57,463 57,463 00000000051ca7d8b3d6755ccb627bdefa33588f2285581f66e7b5e88e116152 0.00 MB 2 0
57,462 57,462 000000000d24335df7976303a40ecd1a74818b698db0a67ef208c46d61610cb5 0.00 MB 1 0
57,461 57,461 000000000432204dfc1b420e866b1d6a1a683b104d79484aae85f42587510d46 0.00 MB 1 0
57,460 57,460 000000000ad4b342151d90c4156d682a49f7c4c2937610d00aeb60b490a060d7 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 776.80 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,468.78 GB sent, 132.54 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.