Loading Tool

Explorer IconExplorer

Memory Pool

79,118 transactions
29.64 vMB
0.07454015 BTC
Random Selection Loading Transactions
Max Size: 177.79/200 MB

Candidate Block

Mining Attempt c24a4d823c784719a2d4e3222ee3ef4e1d148e040f97610eab2f954d9c0096c2
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root 6b7e2d15a11aa8c9638b6fa6a568461ce2d887e984dbdb3d5ae726a16eebbe03
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,987
Size: 1.00 vMB
Total Fees: 0.01424608 BTC
Feerates: 150.98 > 1.43 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (236,280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
678,735 678,735 00000000000000000001622c7bbbfd50ccfeb4517fa17d7e407c4759be8f6d9c 2,497 1.00/1.00 vMB 21
678,734 678,734 000000000000000000085b98df6e3e64c6ed4d81237bbe53b6bd9547f8eeb66c 2,593 1.00/1.00 vMB 23
678,733 678,733 0000000000000000000646ff746f16083f9a9e7ff6227825e70020aab487423d 2,232 1.00/1.00 vMB 11
678,732 678,732 000000000000000000088b4239c425c364bebf44c5695320d5296b520c81d31c 2,690 1.00/1.00 vMB 48
678,731 678,731 000000000000000000059e3377fdf09e13e164873427f58e048a26b4b8350b90 2,510 1.00/1.00 vMB 65
678,730 678,730 000000000000000000032fa08abbad6630e1843820a38f285a0d1c71d4b54027 2,413 1.00/1.00 vMB 30
678,729 678,729 00000000000000000004086f4ca29ddbec5e3a7a9044e0885de0d8254288ebf3 2,527 1.00/1.00 vMB 76
678,728 678,728 00000000000000000007cf657e4efbc807c369d5ec6f68d246fdc108b7ecbcc0 1,591 1.00/1.00 vMB 67
678,727 678,727 00000000000000000008d2650dd59b4db4dd4b4846a751ea4f880de3faff7d73 1,921 1.00/1.00 vMB 97
678,726 678,726 00000000000000000008d34a0a43e108cb8bada7ba8a5c5909ece892d04c98ad 2,143 1.00/1.00 vMB 51
678,725 678,725 000000000000000000048559b666980cd943a3dfcc236a7a352a754d5ed31e2e 2,166 1.00/1.00 vMB 53
678,724 678,724 000000000000000000093f88a4a596440e06897fc4c0cb19af30460394bb1ad5 1,521 1.00/1.00 vMB 55
678,723 678,723 00000000000000000006207e9ad0090f749ea1dcf94b36f36922f98e8e59405d 2,374 1.00/1.00 vMB 81
678,722 678,722 00000000000000000000bd6828839c032c75fa996f509ce9f15b09866751081c 2,089 1.00/1.00 vMB 17
678,721 678,721 000000000000000000072ea1e391f707674763fa9d7d28c3c7e2d882584dc6ab 2,053 1.00/1.00 vMB 59
678,720 678,720 000000000000000000088d0c713c0f3576d8eac08ad4dbb24284fa2f83bb9221 1,410 1.00/1.00 vMB 67
678,719 678,719 00000000000000000002c2fbb7442dff49f4f02b0900fc284e17ceaeed94144d 2,599 1.00/1.00 vMB 73
678,718 678,718 00000000000000000003d36f8bb972e128af1c378e6b1514eb23dd7da0bdf3ea 835 1.00/1.00 vMB 20
678,717 678,717 0000000000000000000ba6f7dde7e957fee55df02878a2fdf087d0bc35a5b922 755 1.00/1.00 vMB 8
678,716 678,716 00000000000000000008584564f35a07f8ae9a119ef16b225ee79353c177b9db 1,807 1.00/1.00 vMB 58
678,715 678,715 00000000000000000002d5232775b4e49c77b21bc910c618a7d41abaf2aae7b3 389 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.42 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: 665.40 GB
    • Received: 15.13 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.