Loading Tool

Explorer IconExplorer

Memory Pool

82,470 transactions
32.36 vMB
0.07084050 BTC
Random Selection Loading Transactions
Max Size: 191.42/200 MB

Candidate Block

Mining Attempt 33a47aebc2d087636942e282a4e839a4f13d02bc424fc3ee8af4520691dcfbde
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root a23b39e20107756d8ca3811489cc7ea89b5043fc21b52ce1436908a8687641b7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,149
Size: 1.00 vMB
Total Fees: 0.00713204 BTC
Feerates: 203.60 > 0.71 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (341,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
573,940 573,940 000000000000000000242b625c4a82efa0de1f11751111a65a9f9e4be7511d79 1,454 1.00/1.00 vMB 72
573,939 573,939 0000000000000000002a9f1c7329a9f3c1c0d23ed6a5e66cbb0ec8a4c3dd5240 2,248 1.00/1.00 vMB 59
573,938 573,938 00000000000000000007c05492adbb89d4c77d6c7628ad6784b7c2c7cbe80406 2,882 1.00/1.00 vMB 72
573,937 573,937 0000000000000000001d62a838f6c5c5bb3054b909b63698f64be64408a3686f 2,084 1.00/1.00 vMB 53
573,936 573,936 0000000000000000001d4f397b4f04826ff15c48cc10eaf3f2a6335a9dbf8942 2,270 1.00/1.00 vMB 60
573,935 573,935 0000000000000000000d1bfeddc1dc21a8f30320ec97a7650734d39f4a88592c 2,900 1.00/1.00 vMB 69
573,934 573,934 0000000000000000001bd5cac2733b065c1cb3e6217b5a15569d7272026c1ba6 2,536 1.00/1.00 vMB 86
573,933 573,933 00000000000000000017d53334ec1ddcc989eeda86fe92b5456d5a079bdcd179 2,443 1.00/1.00 vMB 62
573,932 573,932 0000000000000000001e315576e92cc4ce4da8c209b5563ee0f1b056c2f72303 2,777 1.00/1.00 vMB 63
573,931 573,931 00000000000000000013977c1baa02eb577b2da7f595af86fee82b82bfb9b53c 2,097 1.00/1.00 vMB 59
573,930 573,930 0000000000000000002220aeb55eb63d2cd684100c13512cc43f0f99b21b422a 1,798 1.00/1.00 vMB 70
573,929 573,929 000000000000000000183fc7e5a283422c962c9d980b253c750ebd2f48d19ae2 2,725 1.00/1.00 vMB 85
573,928 573,928 000000000000000000073e44ce4ccd12296d5a8616c9472303691115f223f79b 2,009 1.00/1.00 vMB 86
573,927 573,927 00000000000000000027c82603faea503e0d71701959f2c14ab4edbcf427ad26 1,685 1.00/1.00 vMB 82
573,926 573,926 00000000000000000016a9ec367d090023c7c1c00f684420abc07c01e0c88fed 2,149 1.00/1.00 vMB 96
573,925 573,925 000000000000000000064f4c625d98bb62a6737f7de0cd66f126a6e87600ba42 2,862 1.00/1.00 vMB 54
573,924 573,924 00000000000000000013f9c96cb69aec493b146ab69ce4c6f47333f6fa86ba32 3,011 1.00/1.00 vMB 79
573,923 573,923 0000000000000000001f2e55ddfc7bc41d9f9b302845b0e93f0365bd57f83b42 2,719 1.00/1.00 vMB 59
573,922 573,922 00000000000000000027293f1f373845b9c4b89a137a236b254e12fd98919514 2,888 1.00/1.00 vMB 51
573,921 573,921 0000000000000000002bbd709f060619874fc0b533c6a88107eb3e5f706f5472 1,738 1.00/1.00 vMB 72
573,920 573,920 00000000000000000025549277ea0a8ad427ec2adca18ffd668b5bff47b95960 2,920 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.29 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: 657.23 GB
    • Received: 14.50 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.