Loading Tool

Explorer IconExplorer

Memory Pool

73,070 transactions
28.16 vMB
0.07083321 BTC
Random Selection Loading Transactions
Max Size: 166.72/200 MB

Candidate Block

Mining Attempt b6e2d347d588c2f44f405ddb7e12cb6d2d589e1d16363ff3facd0011ed6187af
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 03044031b4c54c31dc36e4e5c610388cc0f6cd26b08e7d89a7d7adae36863a33
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,374
Size: 1.00 vMB
Total Fees: 0.01450111 BTC
Feerates: 150.86 > 1.45 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (508,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
406,998 406,998 0000000000000000051c332a393efb6d2f62a6bceea1d06401981647c7a087a5 2,261 1.00/1.00 vMB 38
406,997 406,997 0000000000000000022f4a9c044567055ecdad4c27550f21bdc75178276321e5 2,952 1.00/1.00 vMB 67
406,996 406,996 000000000000000000f14eebe35954c65cbbbec68e3508b7301014e5f5e33831 1,225 0.48/1.00 vMB 49
406,995 406,995 0000000000000000047c6392ad35830e0d18901d50c8ca8b212defc0b092908a 915 1.00/1.00 vMB 17
406,994 406,994 0000000000000000049fbad31ad6e0da3f2bb36563530c3ebda9df53911cdb3f 2,686 1.00/1.00 vMB 52
406,993 406,993 0000000000000000027aabebcf5b9dd6bef1fd9f5c9a833f8b98c26ec4594515 303 1.00/1.00 vMB 6
406,992 406,992 0000000000000000062f578d4bcc3c54b3a53889ee0a364161643411b57060c8 1,875 0.86/1.00 vMB 45
406,991 406,991 0000000000000000061cd5b3cc3bee7b5032a7c3affca5dae32a8c874ecba4da 1,025 1.00/1.00 vMB 27
406,990 406,990 00000000000000000666056d25d01a34098fea8ed6dd67fde6df6f327ad6394f 581 1.00/1.00 vMB 40
406,989 406,989 000000000000000002f8d45296f543f410ae1e28548e147260fb498b66da96d4 1,296 0.87/1.00 vMB 53
406,988 406,988 000000000000000002dddae0988d8a84bf589ae7b11c8372df74115f0fd93c5f 1,746 1.00/1.00 vMB 44
406,987 406,987 000000000000000001f6ddf6eb567848b7d91efb2c544ff3cc49a843acb3fa0a 1,546 1.00/1.00 vMB 33
406,986 406,986 00000000000000000277c78b4757a1422e754348c7bbe670950952dd08a84cf3 1,080 1.00/1.00 vMB 19
406,985 406,985 00000000000000000144bdcd287ce3e62b61aa4bc0deba43392e495eda801428 2,350 1.00/1.00 vMB 42
406,984 406,984 000000000000000003e4f30f37632d7c039c2782b326a966ad804defcf058e8d 1,064 0.58/1.00 vMB 37
406,983 406,983 00000000000000000372fa60ba61922dec0567e4d9b60b565d3ab1f16a42b5db 1,294 1.00/1.00 vMB 29
406,982 406,982 0000000000000000038e6094619441f4f59760442f8c53a7ce0ddf3503e90eb3 683 0.31/1.00 vMB 55
406,981 406,981 000000000000000002401cdf0621ed588040385deaf1e8e87e10330614997fb2 1,558 0.98/1.00 vMB 30
406,980 406,980 000000000000000004f6b975a4190b9b4e5ae75a57e599725fd7d46843957c9d 2,819 1.00/1.00 vMB 52
406,979 406,979 000000000000000004088a1cdcc1c843f31bfe1e78b092ada7d1199d0f915784 3,105 1.00/1.00 vMB 60
406,978 406,978 000000000000000000a0040c3c216be1f216f366e3b8feea6735914e12fbefeb 15 0.00/1.00 vMB 112
Previous 10 blocks ↓
Total Size: 782.45 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: 666.80 GB
    • Received: 15.22 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.