Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,064 transactions (2.50 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 909,690 (188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
909,488 909,488 000000000000000000007dfadec4b2a105d18b8bd5d75195840d76ddf7dd5f0b 1.82 MB 4,003 0
909,487 909,487 000000000000000000000d1b8abbf61243cc81446cdf4a909fc2068a581debcf 1.15 MB 3,207 1
909,486 909,486 0000000000000000000002b1fe2a0a76558150e932abb51264634d15e9e624da 1.58 MB 3,007 3
909,485 909,485 000000000000000000002b68fb4568f5953b6b74203cea7deed48e94305db689 1.53 MB 3,167 2
909,484 909,484 000000000000000000016a5161d84d290f2e49eff8c0a8206de7ed7c66903e3e 1.42 MB 2,900 2
909,483 909,483 00000000000000000000d373db8b25e523791e0db947aa5033f0c42b38de949f 1.77 MB 3,713 2
909,482 909,482 00000000000000000002125d01db166fd86c80e5aa0bb6ad37cd0ac6bebf192a 1.01 MB 1,828 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, 114 incoming
  • Data Transfer: 2,150.19 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.