Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,128 transactions (5.00 vMB)

Priority:

  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (8 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 4 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,297 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,013 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,296 (825,800 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,496 83,496 0000000000197e4300bf1427242918e38cbd24e548226544eff733da26dd051d 0.00 MB 1 0
83,495 83,495 00000000001baf89a63ac696c2aecc87da9a675a39220045154f30ca345cfb28 0.00 MB 3 0
83,494 83,494 00000000001a07d9e070706aef9877f865f110ab48eaa156fb66ab8075bea1c9 0.00 MB 3 0
83,493 83,493 00000000000fae165db544ff74ad91f0b16a93779db3a43a1a0af3560740bba6 0.00 MB 3 0
83,492 83,492 0000000000307d8ae144f8177730bbe0bead31f31932c884f15bca0e13a5b365 0.00 MB 9 0
83,491 83,491 00000000002c321039b630d2a149c7f3c5530018b9ce1f8bbf31b89534e7a0fd 0.00 MB 3 0
83,490 83,490 00000000002a96f385ef4335f7e229751af2ccc9136a583b4664859aacaa37fb 0.00 MB 2 0
83,489 83,489 000000000011cd4bdb62e6d43c7c2a615fbb15ed1814b3eb0a60f9c321a6f747 0.00 MB 1 0
83,488 83,488 000000000012c9dc25b875be8cc657414e892052ed4d206a6ce02e3c48b44cf2 0.00 MB 1 0
83,487 83,487 00000000000d5dcec86d2856c03a64d512bd6f0286af0ab527f05e0926eebc17 0.00 MB 5 0
83,486 83,486 00000000002420b8d88ebb5da3b261f743bc8c0e6da6f6cc1a701b0fa3bfea4a 0.00 MB 4 0
83,485 83,485 00000000001c9812cc4f7d3ef63fed487325092925a416fb920c026de20236ac 0.00 MB 3 0
83,484 83,484 0000000000283d5aaa0dd71d31cb8ad42c3e05cb78a4e98bb6e214b0019efc45 0.00 MB 1 0
83,483 83,483 00000000000f9378cc1aff7c6da346aba070ba7f54291961ef473c43bd4353fa 0.00 MB 1 0
83,482 83,482 00000000002ae1fafc2d89c133eda72e5fecde8adbf15dde3d30257fafbf5323 0.00 MB 3 0
83,481 83,481 00000000002e3f505533cd4247acebac6ea082c67bb3017f5a40cd017fa6475d 0.00 MB 1 0
83,480 83,480 000000000013a76b947a1c6d8cb76772d8fbc02a8ae618c37ed8dddb7be51b86 0.00 MB 3 0
83,479 83,479 00000000001c89b632a93cb3d09347d80e73738f5c66940d1318231e1832fb63 0.00 MB 3 0
83,478 83,478 0000000000021075f5d0586e3fb0de00254e5b639948f8618ca799af57f84d72 0.00 MB 1 0
83,477 83,477 00000000000a8ce1087db114493c23caa1ccffe6168a8fd5c635c4062c55dfc2 0.00 MB 6 0
83,476 83,476 0000000000290b44b03edf3b9fc16606ea493294503e8cd571d02ee9b7366c38 0.01 MB 5 0
Previous 10 blocks ↓
Total Size: 772.09 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,056.91 GB sent, 108.57 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.