Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

203 transactions (0.04 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,319 000000000000000000022b910000000000000000000000000000000000000000 0.03 vMB 172 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,318 (50,084 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
861,234 861,234 000000000000000000021772d744eb5242183611ab5766a7548ee62cd392da9e 1.45 MB 2,175 9
861,233 861,233 00000000000000000002dabef944a9c8986b8a357b2a3201bc3a8192eaee0c99 1.65 MB 6,476 2
861,232 861,232 00000000000000000002cafaa80df5d1775b6445161e538d0ec14ca08df2eeb9 1.62 MB 7,249 2
861,231 861,231 00000000000000000002811e7b95b2473a875fccef328429e3f2f8fa8e5786fe 1.57 MB 6,659 2
861,230 861,230 00000000000000000002284095c5342c6f1a66dc7f3e5915fb117a1ccfdd2160 1.91 MB 4,076 3
861,229 861,229 000000000000000000001b7bfc739f760cf7bd91272ec94232de71c758255af7 1.82 MB 4,905 3
861,228 861,228 00000000000000000002e4a83140e23c5a774d99f85a9d6d711826ed7c839b23 1.84 MB 5,690 3
861,227 861,227 000000000000000000027e09946c36f34dac68598a5e3cb65b001d932d0c3478 1.59 MB 2,764 2
861,226 861,226 0000000000000000000122a3f4b7ec983fa8fa7a02f97d70f3d8fb05ca4f2bdf 1.53 MB 3,588 5
861,225 861,225 00000000000000000000db3dc274c29f44b19a4500548dd8ebdbf09d07ba057c 1.65 MB 4,930 3
861,224 861,224 00000000000000000000ffc3d38f825f7b497001d5c82e81df230d0e98d6dd3e 1.56 MB 4,717 2
861,223 861,223 000000000000000000010e5579a9e2778e715f02fa61a3dd60028504e342b652 1.64 MB 7,402 2
861,222 861,222 00000000000000000000018bfe57e61331830d9462aa150e3f32ba4e49078ff8 1.56 MB 5,887 3
861,221 861,221 00000000000000000000cba2a3ceddc32bfe82c2d1039a8b074ec1b77bf054e5 1.53 MB 4,616 3
861,220 861,220 000000000000000000014577ea477be462662d88dd512062a113b8047a66a92e 1.63 MB 7,423 2
861,219 861,219 0000000000000000000116a24ef3e158bb24059b4c98d7111a887eb858de89d3 1.74 MB 2,619 5
861,218 861,218 000000000000000000002e541081a2c6e8aec30cc96a3fc1164d789d353fb83a 1.58 MB 5,506 3
861,217 861,217 00000000000000000002491f811ea32228c11dddeb9addb64545a403c9058f62 1.62 MB 5,690 3
861,216 861,216 00000000000000000000f5a6332a3b97c5a426ec2b7729d5fa0392beac2fd4ce 1.25 MB 2,781 2
861,215 861,215 00000000000000000000dbf98b732f03265f38ed516aaf420e592a0cdb09eb0e 1.56 MB 5,671 3
861,214 861,214 0000000000000000000142bff6a28f62d4a34c43dd4def283928c3cf328f7a3e 1.60 MB 5,900 3
Previous 10 blocks ↓
Total Size: 775.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,399.42 GB sent, 127.99 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.