Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,920 transactions (2.69 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,161 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,270 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,160 (885,020 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,140 25,140 000000008c2e723caa9d01e166e9616debc7c37f8d443cba7d966002e10fba7d 0.00 MB 1 0
25,139 25,139 00000000fc54588d07797bf2373c5a9af6ea913705e9f5cbfb28657afa5f66e2 0.00 MB 1 0
25,138 25,138 00000000a0d480d5d1eb16b246b77c50c60d37ae7e729b3e95ff661ed13c1442 0.00 MB 1 0
25,137 25,137 000000005f8923338b25a72524e4af6f66d70ddc5574bdc2a5545bb021484787 0.00 MB 1 0
25,136 25,136 00000000be665daba455b2e73b8b4638102c0de580fedd8a876e422f3ec87fb3 0.00 MB 1 0
25,135 25,135 00000000f5a22e84006d90c0291d416debf9ba88421c78e8ac1196123dcceb8d 0.00 MB 1 0
25,134 25,134 00000000e4b838a93ea6a10ea68d69d030a7dd432a1451a77a6f53f9695b2790 0.00 MB 1 0
25,133 25,133 000000006ac66529678a314fde63d25e976b2e87e7d484952964f44d2d461a68 0.00 MB 1 0
25,132 25,132 000000005b8a14c28510e35529df893d73cba3c4f1c78c68f6029bf50c28ec8e 0.00 MB 1 0
25,131 25,131 000000006a455b6e2d3c838f2942ae3896f913685660d96c985be7516d6b3ce2 0.00 MB 1 0
25,130 25,130 0000000072f1901a5b1e3b3c12c8dde51221eafb99da9b0192471bad3d6813c2 0.00 MB 1 0
25,129 25,129 0000000006916ada438e2c1de43fe97d604a4bbcba84dcb19ed0ec0d6b55041c 0.00 MB 1 0
25,128 25,128 000000009fa3c265e31b3e0aa35f984da1f5896cf7a1491e0093c03ab836769e 0.00 MB 1 0
25,127 25,127 00000000bbbead35ac60f077cf1f0637f35d92fbbb989c4fb23dd27a587f2e38 0.00 MB 1 0
25,126 25,126 000000004ff159ebd2193d92bc1fe300d1f64143e4d8ad27877b1dff8768f915 0.00 MB 1 0
25,125 25,125 0000000012929d3b9a34c15da245a3916a90c1f68fdb6d34f6c3be58ba5ad6d2 0.00 MB 1 0
25,124 25,124 000000004e8df7c644ac63c217d433b71d590344818a820f3ea1f39e663da0b0 0.00 MB 1 0
25,123 25,123 00000000f94022b58cd1c683f70ed8edf6a1f184aa308cb8eff184403506c3fe 0.00 MB 1 0
25,122 25,122 00000000ab18e282b0ab33edb36af39f374367dab1dc53bd593775562a5f7606 0.00 MB 1 0
25,121 25,121 0000000034d4f7244bd4b408cdd34c07bb2578946ab86079400aa499ca130d3f 0.00 MB 1 0
25,120 25,120 00000000ec13e07c37f7ef6f2f36aacca20ad1cbc98bf827f05f00f03d257fd1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.69 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,193.87 GB sent, 116.98 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.