Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,803 transactions (0.51 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
911,648 000000000000000000022b910000000000000000000000000000000000000000 0.51 vMB 1,792 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,647 (72 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,575 911,575 00000000000000000000faf98a6c84fd8a719bb2fa9c9093de78247046a122a5 1.61 MB 3,487 3
911,574 911,574 000000000000000000000cbc3d252744936cc9a51958320fb49c2cde7bbbda06 1.50 MB 3,023 2
911,573 911,573 00000000000000000001012b49bd3d374137969215235d35db3c6d1217ac6e77 1.72 MB 4,528 0
911,572 911,572 00000000000000000001dabd259c7c150fa13339b7231ad8d37936bd5f673eb0 1.79 MB 4,662 0
911,571 911,571 000000000000000000016b3eb4a417ff204ad4016b694ba37a5c7361db6bbdb4 0.13 MB 359 2
911,570 911,570 00000000000000000001341fa094c614b073fde229c0ffd2c7f71cf1e837034b 1.86 MB 3,016 0
911,569 911,569 00000000000000000001012fc44aa98d648f110efbaaf903682a9f8676f2c30b 1.73 MB 4,105 1
911,568 911,568 00000000000000000001301900175c3fbc7ec5faab5b5c9b16e2748eae58ecd3 0.10 MB 306 2
911,567 911,567 000000000000000000003d00ba91ee94def7c402ec87722652e2aa56411cb64c 0.29 MB 631 2
911,566 911,566 00000000000000000000acbf4568a84fa2e4f2e44de09e8274c5f31b9c8e86b2 1.84 MB 4,031 0
911,565 911,565 00000000000000000001f9f7f91fd1f796ac9acaa53b5a60d3d6591dfdc638fc 1.01 MB 2,095 2
911,564 911,564 000000000000000000006ec431a542c7ba0c82ceec163a9e31f6ddc9da2caed2 1.60 MB 3,690 3
911,563 911,563 000000000000000000006be9a5b9afbbabdda3f014d915ebc5e89b4a74fa98b9 1.68 MB 3,452 1
911,562 911,562 000000000000000000000a27dda33b9476dea37f86cffa3cf9e0a004082d3593 1.50 MB 3,000 2
911,561 911,561 00000000000000000000fad4234d230d5e390331da46bd3e0cda876b9fc9fb99 0.30 MB 759 2
911,560 911,560 0000000000000000000226a640b4d16057fa25fea2081c69756c12f41b411258 1.60 MB 4,840 1
911,559 911,559 00000000000000000000066796b7e98438ec92d5d9a01d747001718f6c545e47 1.67 MB 4,696 1
911,558 911,558 00000000000000000001ecf44212d9b0500ec50857c79772f990b43bed4cb425 0.11 MB 249 1
911,557 911,557 000000000000000000008e21a9bdf0883042a18e9193b96615144fbb578b1d33 1.68 MB 5,315 1
911,556 911,556 00000000000000000000aef4a5bbb92fbbd40051ef554b288aeb37ded6da3122 1.76 MB 3,163 1
911,555 911,555 00000000000000000000ef1632a50888ccde0f0c41a3cc1109b22a1d3541920f 1.61 MB 3,455 2
Previous 10 blocks ↓
Total Size: 776.43 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,423.55 GB sent, 130.82 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.