Loading Tool

Explorer IconExplorer

Memory Pool

81,048 transactions
30.33 vMB
0.09519939 BTC
Random Selection Loading Transactions
Max Size: 181.90/200 MB

Candidate Block

Mining Attempt ff8cae2f022542c534a65e4a36f3ff7cee59582f87d9ec4c1aa04750706d83ee
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 118acee43da23d423843d726f6ab6aff80f1ed1f963aff9c9446224bb93ed916
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,038
Size: 1.00 vMB
Total Fees: 0.03218363 BTC
Feerates: 301.07 > 3.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (306,213 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
608,794 608,794 000000000000000000026d4dad9bd53638cf85c18d96c70a44f722916ab0f7c8 1,722 0.79/1.00 vMB 14
608,793 608,793 00000000000000000000d8256b6c89f5907e8ba73bd5c76e931b7f3046e9ea81 1,238 0.39/1.00 vMB 23
608,792 608,792 0000000000000000000ddf0c49da333eeb58dfb0b6b96d036b1f313dd1c9250d 2,838 0.97/1.00 vMB 3
608,791 608,791 00000000000000000008175248a3a6ed60821d44067fdf9a0e1ceb3d13e7e69c 2,883 1.00/1.00 vMB 14
608,790 608,790 0000000000000000000dbbb8876454539887f38fdd96f32b39b6f66320476d46 3,106 1.00/1.00 vMB 34
608,789 608,789 0000000000000000000bc7ac080d0f37afeb71ee436ad6d809b5fa70729fcaf8 1 0.00/1.00 vMB 0
608,788 608,788 0000000000000000000e19e3885e0bc4f4b1a5ca60283ed2ca506676c9009035 2,349 1.00/1.00 vMB 9
608,787 608,787 000000000000000000090e3c91fced0c6b889ac6c06512d62eb2da9eefeb35c3 2,945 1.00/1.00 vMB 28
608,786 608,786 0000000000000000000a1b652643d35d9bf600dded6a5be2d50bfdab0bf0ec15 2,873 1.00/1.00 vMB 26
608,785 608,785 0000000000000000000041360b4783de13f2ae5cb8d5234d2c55d7ea4c468345 310 0.10/1.00 vMB 15
608,784 608,784 0000000000000000000d8efea5899f2df9a5016e3b578db9e68cb9219a13f518 1,386 0.53/1.00 vMB 15
608,783 608,783 00000000000000000006a76ab6a230b42672f2da36bf26a88d42dc68d73798d6 1,142 0.42/1.00 vMB 15
608,782 608,782 0000000000000000001586a32d0f24933a637ad3510980dd5f5741059ab146e0 1,362 0.42/1.00 vMB 17
608,781 608,781 0000000000000000000285e63dc67eb330a586ab060152808b7a657a7da2b607 572 0.17/1.00 vMB 18
608,780 608,780 0000000000000000000b573af878f0bddb6cd5c9d2abd3d3964de46a1d1ab78e 2,004 0.71/1.00 vMB 17
608,779 608,779 0000000000000000000889a42b3f2ae9c128fba3417e76ece371497c684296c8 1,103 0.38/1.00 vMB 2
608,778 608,778 00000000000000000004cc0f1cc949e893beecb34152838b0fb1f75a2a1bfcb2 2,011 1.00/1.00 vMB 23
608,777 608,777 000000000000000000045b6d3accca12d2fd7f64828daccc32f5e6ca02b19faf 405 0.15/1.00 vMB 19
608,776 608,776 0000000000000000000eba534d9b132b81f9d365e1af706c6b5bb1559f6bbe55 1,911 0.58/1.00 vMB 10
608,775 608,775 000000000000000000138cc0574d92fd14a30e6d951f676039f739052fe54892 2,506 1.00/1.00 vMB 11
608,774 608,774 0000000000000000000c844ea26fcfe18514955855ff95d9b98b691e237199c4 2,966 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.41 GB

Node Details:

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