Loading Tool

Explorer IconExplorer

Memory Pool

78,659 transactions
29.38 vMB
0.07702736 BTC
Random Selection Loading Transactions
Max Size: 177.53/200 MB

Candidate Block

Mining Attempt 03a24c50d0504d7b9c8a09abff5cffdb3aa077f3496fcbec4f8d788444b67910
Version 20000000
Previous Block 0000000000000000000078ffc24a65e78d2b3a0de27eb90b8ca8a30b42966c94
Merkle Root 24f3ce6f7273be43c67400e5f044a2dbf448c6b5624dc8910b9d43f31124691a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,941
Size: 1.00 vMB
Total Fees: 0.01441415 BTC
Feerates: 521.84 > 1.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,122 (357,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
557,492 557,492 0000000000000000001b2e4b6fb28568a4edd82cd12cdd997743acc66b817239 2,276 1.00/1.00 vMB 13
557,491 557,491 0000000000000000000d3febffd9494f1f8586ddb14e95faacf743791ad3119e 2,837 1.00/1.00 vMB 22
557,490 557,490 0000000000000000001ba1674135ba0acbc25e1766bfcf5cf0af7eab28d8fb08 2,981 1.00/1.00 vMB 43
557,489 557,489 0000000000000000001f99a6a1f4a3401b4a1a83778a7abb2a44032e81ee3438 2,924 1.00/1.00 vMB 8
557,488 557,488 00000000000000000026378ac86e4cefc6f6763133855b64491911a0fa4297d4 3,179 1.00/1.00 vMB 17
557,487 557,487 000000000000000000017579d55d765a82f28f0a3d9b9c814dd2df5b4cad92ce 2,735 1.00/1.00 vMB 37
557,486 557,486 0000000000000000001213faaa04ce878a792a2585775be7d6af92fc56c7d9b4 2,927 1.00/1.00 vMB 28
557,485 557,485 000000000000000000149b2353651e8e9795897212ad3583be9b5a844d681b22 1,678 0.63/1.00 vMB 3
557,484 557,484 0000000000000000000aa552d59637dd6825dd80f96393d669c047cb3b0c570b 2,481 1.00/1.00 vMB 25
557,483 557,483 0000000000000000002cd208a3f3e1cfc6c764b571f1c64f51a73e28f61699ec 1,638 0.86/1.00 vMB 2
557,482 557,482 00000000000000000018eef7ad4058dbb685ff1a3a699362597d58cdbc2f83b4 3,120 1.00/1.00 vMB 8
557,481 557,481 00000000000000000016146847cb8ca84cc8c77bae59293202cffeb21814c679 2,357 1.00/1.00 vMB 21
557,480 557,480 000000000000000000004b5343f8abcf1d368664592ab7883ca894e709eb5bc0 2,510 1.00/1.00 vMB 34
557,479 557,479 0000000000000000000e608d5a938894edd17d08ecdcfe60142d7f1425a0dff5 1,558 1.00/1.00 vMB 29
557,478 557,478 0000000000000000002e6628633572fbcc8f06ff87da0194efad6516fc0dbbde 2,440 1.00/1.00 vMB 16
557,477 557,477 00000000000000000002963a771bea1fad24bb566571164f94e76d448f1ad895 1 0.00/1.00 vMB 0
557,476 557,476 0000000000000000000caa288ab9ef1f47413cb02d0ca0f992ad3538d1be4b5d 3,015 1.00/1.00 vMB 8
557,475 557,475 0000000000000000002e4578226343f2b7bbeb5351913c0bad31be073a91af7f 2,713 1.00/1.00 vMB 43
557,474 557,474 00000000000000000029ebbe65fe20c500c1a2ed5d39131a1280b82f66d35fbd 101 0.03/1.00 vMB 34
557,473 557,473 0000000000000000000c0c261625031780382b4c0c4de14be7d1faa3016b7bde 2,799 1.00/1.00 vMB 21
557,472 557,472 000000000000000000241e2a7b505fca24e2c3ef697dc3409e653eea6f716d64 2,104 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.60 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 671.81 GB
    • Received: 16.02 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.