Loading Tool

Explorer IconExplorer

Memory Pool

81,700 transactions
31.22 vMB
0.08145448 BTC
Random Selection Loading Transactions
Max Size: 185.84/200 MB

Candidate Block

Mining Attempt db61fa75cb68f94ac0be03eed03db3848e876d2d80c79b97f53a34f8a4899ded
Version 20000000
Previous Block 000000000000000000006967e51e05e86af929479363a0a1c6b74722992c0c25
Merkle Root 1870c7224cf910dfe1eb485ee96d6e0479c5f00f479feed579414989ae6b4ba0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,202
Size: 1.00 vMB
Total Fees: 0.01533847 BTC
Feerates: 157.11 > 1.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,071 (299,290 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
615,781 615,781 000000000000000000000c2f2bb10cd762735651c51d433455d3b6e135976ed8 3,505 1.00/1.00 vMB 25
615,780 615,780 0000000000000000001079a4d41d76f0aa669ab502fc8cba72ff9cac9fa6650e 3,083 1.00/1.00 vMB 38
615,779 615,779 00000000000000000003fed4a7982ea4b925989d187ee0ed3efac9ff65a290f7 2,719 1.00/1.00 vMB 9
615,778 615,778 000000000000000000108fe0f9aef0e0e8e1feed9f7a8a14aeb016f86eeaab8b 3,123 1.00/1.00 vMB 33
615,777 615,777 00000000000000000007e5e2c6e24298a7078b0c199e136cbd575f4c280ead10 1,368 0.41/1.00 vMB 14
615,776 615,776 0000000000000000000b855b5b4700580ae1cf02d83e8e3db50f2ac45d38a85b 2,795 0.91/1.00 vMB 13
615,775 615,775 00000000000000000008c00f3858eeaa54ffa5283becdb67abcc99ee15956c21 140 0.06/1.00 vMB 11
615,774 615,774 00000000000000000004404ffab48ecfc7cbfc4a95b0d7e58c89feeafd235591 2,838 0.97/1.00 vMB 9
615,773 615,773 00000000000000000003df4292f3e087237648f9a31e62bce4c7e7350d3504eb 3,148 1.00/1.00 vMB 9
615,772 615,772 00000000000000000009e4ee874a340d3e1b0ef6f3897300c6ec745eeaeae48b 2,193 1.00/1.00 vMB 3
615,771 615,771 000000000000000000021305683e6d2404a06f14fa85304ee7a0d05b5030c426 2,424 1.00/1.00 vMB 12
615,770 615,770 0000000000000000000710b2cd840c13323dfe8761eb4fc65ab4788a67fb0a49 2,599 1.00/1.00 vMB 14
615,769 615,769 0000000000000000000e3ba33f2fd46e45163cfa92f9e3ca34869dc909f7f596 2,498 1.00/1.00 vMB 14
615,768 615,768 0000000000000000000403b7fb2d451c564a6f12d74a038cfd2d2c23ef9d85aa 2,881 1.00/1.00 vMB 37
615,767 615,767 00000000000000000002d8dbdd4aa5b5915116c9cc6b89b58e9aded05e028cfd 2,609 1.00/1.00 vMB 18
615,766 615,766 0000000000000000000e72eb489483df510d1700753036c42c97aee89e3706eb 3,124 1.00/1.00 vMB 5
615,765 615,765 000000000000000000060bfa0dc57ab366afbfac2cac80839d6a30f51475a7fb 2,846 1.00/1.00 vMB 19
615,764 615,764 00000000000000000009f0db799e2a5d07a8849a8b2cce53550a2aa9cbbb6648 1,358 1.00/1.00 vMB 11
615,763 615,763 00000000000000000005e1585eaf3945381d50d11048916dfa79ba9c8c0629b5 2,549 1.00/1.00 vMB 18
615,762 615,762 00000000000000000004af8f2799c5c4afaa1e1824d81362672a0990fb1af701 1,915 0.72/1.00 vMB 17
615,761 615,761 00000000000000000003e5811943a4de209bf986677830719ae19c9a147924ba 1,855 0.51/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.52 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: 668.83 GB
    • Received: 15.59 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.