Loading Tool

Explorer IconExplorer

Memory Pool

78,003 transactions
29.27 vMB
0.06325890 BTC
Random Selection Loading Transactions
Max Size: 175.96/200 MB

Candidate Block

Mining Attempt 1b5016e5d32af66bfbf6c0552c6317d29b7d5ad39bf2f5af9d61987bc2625756
Version 20000000
Previous Block 0000000000000000000005fed7a2e04e0d65382f9c5d2d0085aa4ef4f390cc19
Merkle Root a7eb1c9da266789e85a60826d8a87f45d5cc62c70f8e16cb88aba9338dc8139c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,768
Size: 1.00 vMB
Total Fees: 0.00390299 BTC
Feerates: 21.09 > 0.39 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,013 (516,707 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
398,306 398,306 0000000000000000017edcca9393c2aaffe1dc5e7cceee039cdb94a8fe56e8c9 1,088 0.52/1.00 vMB 33
398,305 398,305 000000000000000004b25e364922f82b3fa5997b2d4e5c246d3b25d2202a2d18 1,705 0.84/1.00 vMB 39
398,304 398,304 000000000000000000f9718309507c7cb5bbeede01438be02ae2e5c82fba8e3f 1,208 0.58/1.00 vMB 35
398,303 398,303 000000000000000004afb9cf8903dfd2df85033ac0b71327f517de47463e2dac 284 0.18/1.00 vMB 31
398,302 398,302 000000000000000001ea2e2c6f8129999fd182fbef4928d157abdcb5fe477b33 84 0.10/1.00 vMB 9
398,301 398,301 000000000000000004b3668a1d1e31f6da9e0083cde6e9d5bd5ce5fc9d1b2eff 621 0.29/1.00 vMB 34
398,300 398,300 000000000000000004a0c6016b79a785a4068be962b4ee538af76614c4164c42 961 0.57/1.00 vMB 36
398,299 398,299 0000000000000000062fd9b6d323cb73458a25ba7516bce27245e6347e0837d1 219 0.19/1.00 vMB 19
398,298 398,298 0000000000000000067b02e4b7bbc91648f92bad2a24eeef93d5c5781d25c615 897 0.78/1.00 vMB 27
398,297 398,297 00000000000000000076dea9b1c589f424cdeb1d7c0675e960e45dd61d38fef7 710 0.60/1.00 vMB 25
398,296 398,296 000000000000000004691a9162f31552450a7995dc368ffc55b917d02c7e0027 1,732 0.93/1.00 vMB 49
398,295 398,295 000000000000000006f8c714d5ea6a340c64eed68bc3f458ee06bb751ca3cbe3 442 0.22/1.00 vMB 41
398,294 398,294 000000000000000004262a857687902dca11bea678ae5203c716e0a6f9f33d89 203 0.19/1.00 vMB 24
398,293 398,293 000000000000000004063779e19dd9287acba129f048536eb952bff94bde69a3 862 0.41/1.00 vMB 37
398,292 398,292 0000000000000000002f55382bf57ad6f265402861c942aad354ca57a6f1b6bd 977 0.48/1.00 vMB 35
398,291 398,291 000000000000000001a53acbe47a9842f1bd7e5e7152b7fd4750be3afe63a18f 1,445 0.92/1.00 vMB 33
398,290 398,290 00000000000000000448be782f4136a624335ef366813b4f6c6497922c693fc3 2,685 1.00/1.00 vMB 49
398,289 398,289 000000000000000004f9143b9f0e4ba7c5933b39fab495f536e91843c3e3fb15 229 0.12/1.00 vMB 34
398,288 398,288 000000000000000002b057cebe4af672fbabe7550d363f00a36a5507060a4935 120 0.05/1.00 vMB 36
398,287 398,287 000000000000000002d22b3343e735ae337c3020c428dc73a3d7e2c416b8f0ac 1,122 0.55/1.00 vMB 38
398,286 398,286 000000000000000000cd7df173d0df6cc0bddb2d3a09571335f68e9f749dd7e1 256 0.15/1.00 vMB 38
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.29 GB
    • Received: 15.11 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.