Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,564 transactions (2.34 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,691 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 4,083 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,690 (181 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,509 909,509 0000000000000000000121f5c9391cdbb2dc704022946bac659426520f153cde 1.69 MB 4,452 10
909,508 909,508 00000000000000000000e987315d6ff82111b9c6ac6129028258a050c91964f2 1.98 MB 3,922 1
909,507 909,507 00000000000000000000bcd8d8fdf7798267ad45b76d5dccf4e5f111c598bae7 1.66 MB 2,666 2
909,506 909,506 00000000000000000001ff51d45ce0e4197b55cadf4edb05a8c6923677858e1b 1.64 MB 2,728 4
909,505 909,505 000000000000000000016204186cb7517a42a431c67489bad0fa90a75e55e7fb 1.77 MB 4,143 1
909,504 909,504 0000000000000000000191fa80f8a0dbe4af0f42236c4c511bcf0571fd90c84c 1.63 MB 2,806 3
909,503 909,503 000000000000000000015b3233e855c3390e914caa5763788e7416b2c90ba7f5 1.52 MB 1,775 2
909,502 909,502 000000000000000000003deed39cf600e72f66428df4052cbab79e6f30c46c78 1.53 MB 2,549 3
909,501 909,501 0000000000000000000029ecc280fe4eff2d4fa431eacd41159a0b7087596093 1.62 MB 3,187 3
909,500 909,500 000000000000000000002e77ad51656448fc871b5fd56166c9e8684a3d3a47ac 1.68 MB 4,920 1
909,499 909,499 00000000000000000000dec588b3f9da46310629659a5c131334779506eb3962 1.52 MB 2,998 2
909,498 909,498 000000000000000000010f7f3d7f12546962f5ee0fa20eb56d53ba1647aa914f 1.86 MB 3,624 1
909,497 909,497 0000000000000000000088a0a1c90250719064f1806904fddf19845652886f4d 0.93 MB 1,897 2
909,496 909,496 0000000000000000000015b5854c900146af29a143a8625a4a00951fa403d955 1.92 MB 2,577 0
909,495 909,495 00000000000000000000873405aaa64740ce19b4620d66663af7def3ef5100ec 1.89 MB 3,684 0
909,494 909,494 000000000000000000001672b5c3d29bc963d44bc3d3ff903234f4a793055157 1.84 MB 4,427 1
909,493 909,493 00000000000000000000d7c12089dda20e4cf75b2c21c65ff256f852792579a2 0.94 MB 2,529 1
909,492 909,492 000000000000000000015f309e78e1ecdb777162ca604f6909cafcd6dc878d27 1.54 MB 2,362 3
909,491 909,491 00000000000000000000700e39a064affdd01644bbcef2e0a2c23fe95b12ebca 1.65 MB 4,693 2
909,490 909,490 00000000000000000000b865314965ac452f3200c521c7220e287be08bb85954 1.63 MB 3,873 3
909,489 909,489 000000000000000000015bf3e087e28ffa12b80c9e8026f852da1112c21d8a32 1.65 MB 2,506 2
Previous 10 blocks ↓
Total Size: 772.83 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,150.03 GB sent, 112.49 GB received

Notes

  • This page updates every 5 seconds.
  • 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.