Loading Tool

Explorer IconExplorer

Memory Pool

77,264 transactions
28.98 vMB
0.06861981 BTC
Random Selection Loading Transactions
Max Size: 177.70/200 MB

Candidate Block

Mining Attempt cd94eed793c9d3ea44ec3fefe7cd9a12732a662be8ee648a6d52cdd8318013b0
Version 20000000
Previous Block 0000000000000000000027dcf55a304369afd3cca827fc0f21564e005bce68ec
Merkle Root d2719ca971b5842c6b73df2144a310aef9a973a0043ec22b3d7c39430e89ff36
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,902
Size: 1.00 vMB
Total Fees: 0.00498502 BTC
Feerates: 96.15 > 0.50 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,236 (540,849 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
374,387 374,387 000000000000000004830e05bcd892c5c1d05513a45489ada3a70baf4f03fb73 219 0.12/1.00 vMB 39
374,386 374,386 000000000000000000ce2a9bdeb1fc7fae8d8d2a53214f8fc3560da1b7287b99 946 1.00/1.00 vMB 6
374,385 374,385 000000000000000005ce32fc9997a4b9e7e497a94a5c6466b69fa92e9dbfe4d8 110 0.04/1.00 vMB 44
374,384 374,384 0000000000000000002b5d0b1887de7faff5ee8f7e1c9cac1a0911bdc17fe09d 1 0.00/1.00 vMB 0
374,383 374,383 00000000000000000182dff9ad21bf8f5a60a3ff7e767a7d70a313cec741e733 470 0.75/1.00 vMB 14
374,382 374,382 0000000000000000074d78827de76b1db7c6cd9b5f55b483c269c34f956a6df4 1,041 0.93/1.00 vMB 17
374,381 374,381 00000000000000000849fb1de3084da6fae2aa897112ca4afed45f3270077fd3 238 0.12/1.00 vMB 43
374,380 374,380 000000000000000000dfba5808fbffe532e380e96e2e7e014e4e7ade1ac384fd 660 0.75/1.00 vMB 21
374,379 374,379 000000000000000008ca7ce3ed3963ea4a7411ead8eb95656766adc08a15a7a2 1,211 0.95/1.00 vMB 24
374,378 374,378 000000000000000006414073f8f1e17d0db29cd9a911d90a93fa2d1423a91673 799 0.36/1.00 vMB 42
374,377 374,377 0000000000000000107fc52247ac7b096728d757ecb4327544889a0a9fe9cd7b 940 0.47/1.00 vMB 49
374,376 374,376 000000000000000008e6fe7a38957d49c3304bf16dc8f8fcc3198101747e98ea 1,806 1.00/1.00 vMB 38
374,375 374,375 00000000000000000d193d75ab78813db837c605288e9a0dc3beb9ae2ec4b280 2,133 0.95/1.00 vMB 49
374,374 374,374 00000000000000000b4c7d7194c7a26d70ac5eb8ec9b5c0ab673a4c6998b54ff 414 0.20/1.00 vMB 45
374,373 374,373 00000000000000000665a2d4bf94a6169c33c9566fbd16d5b40a103a5c1b3806 592 1.00/1.00 vMB 5
374,372 374,372 000000000000000011d0f09feef1431216413446e298bc94a413e10be8e8a5fd 722 0.99/1.00 vMB 13
374,371 374,371 000000000000000002d1164a7ba778944834e6a2dc628ec9529d45775407b4a7 646 0.34/1.00 vMB 47
374,370 374,370 000000000000000006a8337bbfcb2e12ec82f11a7317da4edbc7888752640622 368 0.25/1.00 vMB 35
374,369 374,369 000000000000000004519cb5c17d2f09580f33f3c174c99508a975809b44a09e 1,389 1.00/1.00 vMB 16
374,368 374,368 00000000000000000c03fbcdc6757d54c3a35c9a1525fc8ee9499fc0d76cd402 735 0.42/1.00 vMB 37
374,367 374,367 0000000000000000124077295f85b76ab4879f8a59003c144a5f2bdd2d2471cc 1,150 0.93/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.80 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: 710.00 GB
    • Received: 17.01 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.