Loading Tool

Explorer IconExplorer

Memory Pool

72,019 transactions
28.19 vMB
0.06689624 BTC
Random Selection Loading Transactions
Max Size: 170.52/200 MB

Candidate Block

Mining Attempt a2758750bcfb3796c98a1265fe3baa56a6db5506c04b25df94f5e72b0f3f9ddd
Version 20000000
Previous Block 00000000000000000000643621fefdd8d2b8dbe2725274357827e4ba0a62f960
Merkle Root df0acd0f9d375cf098daa10ff1daa33dbc2d576f6e789c26ee4666f4b9c785b3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,534
Size: 1.00 vMB
Total Fees: 0.00519368 BTC
Feerates: 85.21 > 0.52 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,451 (630,721 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
284,730 284,730 000000000000000093cb611110e63917889a801d8e5e85d60b34380f04d2ea4a 109 0.10/1.00 vMB 14
284,729 284,729 000000000000000104ea74809c22bee2d2bd407345b664df8065a19b35b57063 148 0.09/1.00 vMB 21
284,728 284,728 0000000000000000bcb7c1f2f627d89ca9d3476e108a196f13f5c74af8132fbd 133 0.08/1.00 vMB 20
284,727 284,727 00000000000000009400c530c40d7c1f5c04973ca3225e5fe6659b6ba9a91143 328 0.38/1.00 vMB 21
284,726 284,726 0000000000000000c0d4076466b08c7b7d6754089b18128f2496a297ce451d60 670 0.35/1.00 vMB 32
284,725 284,725 00000000000000004cf3aa249551432fa84da4de05e9cfc3e6d95a5ce8bed5f7 179 0.05/1.00 vMB 103
284,724 284,724 0000000000000000c20dd89c1a4b73287bad70792b186d044f128761eca1902a 1 0.00/1.00 vMB 0
284,723 284,723 0000000000000000ec39c5072c9c0f9a5d41ec8e7bdd4d6f5a255f9982f1b4ee 1,327 0.50/1.00 vMB 46
284,722 284,722 000000000000000047f892b13eb40e7f39547ab90c6baa9bac4b97e71383e238 490 0.21/1.00 vMB 44
284,721 284,721 0000000000000000a93a87f97d790fddf75d6fd56ba00db444925f650efbd7d9 1 0.00/1.00 vMB 0
284,720 284,720 0000000000000000e87cf07a97e1a2a185f551ad87a9d68bec41ea2715b39947 140 0.10/1.00 vMB 14
284,719 284,719 000000000000000005f319040fc06cb10ec2edf1f09ea31d3a39f5be4b663dae 306 0.26/1.00 vMB 26
284,718 284,718 0000000000000000c9d1093981cc712af4e259fe568b2e3fd6bbd8b58b6a1f7d 93 0.04/1.00 vMB 34
284,717 284,717 0000000000000000ad5a549c42830c257b4796762515fb856a9d7c64ca25c9d4 605 0.56/1.00 vMB 22
284,716 284,716 0000000000000000a80cddc9b4a42406cdb5a294ed4ea983af2cf0ffbab3586b 140 0.05/1.00 vMB 56
284,715 284,715 000000000000000121c38474ebc7d65aece9574013ef1e82f586bfae365d14ad 146 0.05/1.00 vMB 77
284,714 284,714 0000000000000000fe2b28e74d79b714fde0c4bb9498a7c60c4d91493d9587c4 713 0.45/1.00 vMB 27
284,713 284,713 0000000000000000e6138ceebe7e6fb2d7bff9844b5d132108fd35d8ecc67b3c 158 0.05/1.00 vMB 98
284,712 284,712 000000000000000106ac253a835f0dbf801c6463db69fa7e5ed3cc2e63759e15 133 0.14/1.00 vMB 13
284,711 284,711 000000000000000050fed168a9442727e1cc11081d0beec7e2265b454b9c0cc8 586 0.35/1.00 vMB 26
284,710 284,710 00000000000000004e2b24c08f9a890f5be0f606fa344e3aa49ee270c11c6081 171 0.05/1.00 vMB 89
Previous 10 blocks ↓
Total Size: 783.18 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: 750.24 GB
    • Received: 18.84 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.