Loading Tool

Explorer IconExplorer

Memory Pool

1,515 transactions (0.63 vMB)
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 3.62/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,290 000000000000000000022b910000000000000000000000000000000000000000 1,502 0.00813742 BTC 0.60 vMB 1.05
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,289 (894,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
18,150 18,150 000000000ea857b15c2b9607942ef58e9aeb0f8f445bd1439eaf1e5926fb5300 0.00 MB 1 0
18,149 18,149 00000000713e91c4397df6c25f21df1f8bcf661923a8894929bb8f0be32cf297 0.00 MB 1 0
18,148 18,148 0000000062ef11fa4b23783606fa7b9d7484671732a1dc75bb4fda64b4a4dbc7 0.00 MB 1 0
18,147 18,147 000000005bf65c3f7e0601db0b60d6a4a36aaf61d9177bb30cae64f6731eabfd 0.00 MB 1 0
18,146 18,146 00000000060eeffa27e4edd99cfb17ee9d8b8b2cbf9cddfbb4a80f9bbc9e375f 0.00 MB 1 0
18,145 18,145 000000009efa451ecaf72ba8925d24d75f10d956005f6687132a26922944d070 0.00 MB 1 0
18,144 18,144 00000000b91ca39c169b3fabc9f7b99058a6a1edf09ecd6d7c52d62ee99b01fe 0.00 MB 1 0
18,143 18,143 00000000ffb062296c9d4eb5f87bbf905d30669d26eab6bced341bd3f1dba5fd 0.00 MB 1 0
18,142 18,142 00000000a662131231ec659bc49c9c5c89d2670bc00e329fafa3a59e4d660f30 0.00 MB 1 0
18,141 18,141 000000001a2a2e9501ecdcea2352cd5c602df5d913df8757789f30c46ffad631 0.00 MB 1 0
18,140 18,140 00000000083a00be50c0f3e9d0889875b28872c9f010e1381774b5d58753e736 0.00 MB 1 0
18,139 18,139 000000004a8ed85e351103d89146c71e7dcfd63cce3b5e7d296ab97643518a52 0.00 MB 1 0
18,138 18,138 000000007a3a3daf8e0eabc934602d8c1bfa2205ccc670aab747c43d3e86e545 0.00 MB 1 0
18,137 18,137 00000000ef73d63857f90853b2c8136202559752ef55d7eee7cf02b000f3b272 0.00 MB 1 0
18,136 18,136 000000008eb3757f74486527435eca29b4687f78289bfbf9a6a88c95c1f38bd0 0.00 MB 1 0
18,135 18,135 00000000422b373f751903f2fbdd661f8a91abb3f36f72a5ad9395b088b3e8c0 0.00 MB 1 0
18,134 18,134 00000000c5559cca94c212b0495f9968a3c7f88b2325356f3d1b971304c82511 0.00 MB 1 0
18,133 18,133 000000001df198e7aca776b9ec9198561922b4e53c9cb03ae249e19be180078b 0.00 MB 1 0
18,132 18,132 00000000a3ed9a772957e7e95432eca87bb8ef109cce3f61749868f94c81ec6d 0.00 MB 1 0
18,131 18,131 00000000d18b49e1a741037280de6248cb2d9e67fa44085f818ad62240f89497 0.00 MB 1 0
18,130 18,130 000000005bf1c9c3a1c98e6c8029b236fce073e8f43c843b6c0bc5b5888f9a6f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.61 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,541.06 GB
    • Received: 136.42 GB
  • Uptime:

Notes

  • 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.