Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,631 transactions (1.96 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,055 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,272 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,054 (851,741 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,313 58,313 0000000010bf5ad88281217db9cc088ca7399dc1984d41d61c6dcfb6cf32e7a1 0.00 MB 3 0
58,312 58,312 000000001515def5a9298bc34ca88c1ce000ab69d1db00d6ceb5b06a5d695e7f 0.00 MB 1 0
58,311 58,311 0000000011463d089e0e60b2134011eb0a42bb69115bf143af07028a512c33ea 0.00 MB 1 0
58,310 58,310 0000000005b17fd57647b9a0b363322604a8c0b962bf2ec3098c25563b2b2ebf 0.00 MB 1 0
58,309 58,309 0000000003955f2e29f573a801c1740718fc9a9eae0e3a4bec2d325e96c66814 0.00 MB 1 0
58,308 58,308 0000000014469139f2c99e1b17d09050a3ccc5b81fc250d6ce6232aa7ee7d75a 0.00 MB 1 0
58,307 58,307 0000000012ea5b31d25e7d42ddee8ca2d5c1a1a1e3649074f2bd86b459b00b4c 0.00 MB 1 0
58,306 58,306 000000000859c26935cf2c9aaf6e2cf8d98d0d7a901596e169fc16b327403c7d 0.00 MB 1 0
58,305 58,305 000000000440c4a5b45071ce98c323de5104ffaa6d9edca8380324ad0cb364ee 0.00 MB 1 0
58,304 58,304 000000000ffbbf3796f828d068d4c9478e29fa4b831f9f5502af9e8cc99bc14d 0.00 MB 1 0
58,303 58,303 0000000000e5bd2ac67b0eaf5cf8ff4074cd008d6d338c3b8df18acbde2d3860 0.00 MB 2 0
58,302 58,302 000000000d8aae2958feab1f385c977d2f350c659d9dab2ac572057a95c73142 0.00 MB 1 0
58,301 58,301 000000000af1d0c253e0b4cf11c215747162e314cb958373ea347c65c07eca54 0.00 MB 3 0
58,300 58,300 000000000777e39f52c87035c2e44ed823d95f8430a81f799859d26c92c2aab3 0.00 MB 2 0
58,299 58,299 0000000006f1938aa70215a2bb40791229871dc738f066482602cdec495ed707 0.00 MB 4 0
58,298 58,298 0000000000a7f395fecc5b49008a7861d8e34d0779ee78ef006705cbf97d8325 0.00 MB 1 0
58,297 58,297 00000000071a99fd0c87838797df711ce9603eecd00bc1a76be6b8f3b827c03b 0.00 MB 1 0
58,296 58,296 00000000090492f098317460429b65714f0ecf95be14d9edf9f421aaa3473c6d 0.00 MB 1 0
58,295 58,295 000000001500ffbafc79e5385c3fe4b92ed9b113c6374a830973150dcf08d31c 0.00 MB 5 0
58,294 58,294 000000000ea2737f7f4490a142178b911871dd0532857513ec85dcbbd3d9f160 0.00 MB 2 0
58,293 58,293 000000001495c03bc6aa608572b798aa903bc595bbc9752a8566844b3b6b3f99 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 773.50 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,186.17 GB sent, 115.86 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.