Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,523 transactions (2.63 vMB)

Priority:

  • 1 sats/vbyte = (9 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 4 sats/vbyte = (3 blocks)
  • 6 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,718 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,378 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,717 (224 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
909,481 909,481 000000000000000000005d7f98a1444008610b6f75c7897d96378b7d030a56d1 1.73 MB 4,318 1
909,480 909,480 00000000000000000001715a6191bb24f25814c9a7162e194b8e6a7893517acf 2.04 MB 2,095 1
909,479 909,479 0000000000000000000041d42041852513c5b1279263555f6e78489dfacd72d7 1.15 MB 1,455 2
909,478 909,478 00000000000000000000163170193e3e2a0bae20aa12088da01dec4b26fe7e2c 1.18 MB 2,685 3
909,477 909,477 00000000000000000000553e5b51e2023a267f1eca62a1923b8f2f0e8013930d 1.25 MB 3,912 1
909,476 909,476 000000000000000000001457deb64d6272e5282c11d42edb8c38442be3b1930e 2.21 MB 2,363 1
909,475 909,475 00000000000000000001754f848415aae79547ed4bc81a20a342be42448eb358 2.21 MB 1,998 1
909,474 909,474 000000000000000000013e0d70eeb82edc8ddf737200cde0e3fa6677f3168850 2.34 MB 3,415 0
909,473 909,473 00000000000000000000266e06933663154b0cd60f1323a854db9679e78fe07f 2.53 MB 2,588 1
Previous 10 blocks ↓
Total Size: 772.88 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,157.62 GB sent, 112.82 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.