Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,685 transactions (2.06 vMB)

Priority:

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

Blockchain Blockchain Refreshing

Tip: 910,968 (872,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,737 38,737 000000002701e5a4cb83666e9f85473d00fdfc70e733b55d63f725a010c9ec01 0.00 MB 1 0
38,736 38,736 000000001145f62cacc5b7d997b489aa4e0e565edc866a96a72de1ca940b7a51 0.00 MB 1 0
38,735 38,735 000000001223c8eb1baee440d45b94f75567aa1a4a37f18c46bbb39f336334fe 0.00 MB 1 0
38,734 38,734 00000000088de7cb2eda3430b0d24c4abf855a71ea7b32c607c5c88f2dcb8f52 0.00 MB 1 0
38,733 38,733 00000000148e518ee32f5b6a735ceb1f5c405b01bfa302e94a570725e5f24567 0.00 MB 1 0
38,732 38,732 000000006f79b2f05b0bc3cdcd82e782fa006c9d75a2d0584773ec392ff3f5a1 0.00 MB 1 0
38,731 38,731 000000004ce31d0465312a0dccf4502cd2f406cd9bbcdcb1ac2dd1d45e57e0b3 0.00 MB 1 0
38,730 38,730 0000000054948ba4c0427df3cdcea12d82241beafcdf544b049712a7fdfd428d 0.00 MB 1 0
38,729 38,729 0000000071974d9e46994a58ed3d843fdf98621e5f0bb3cb8acb5120d1adead2 0.00 MB 1 0
38,728 38,728 0000000074b5350a72fdfcdb07e7e6e653aa067575c8e3f1b5543c672473264b 0.00 MB 1 0
38,727 38,727 0000000000c0f2fa15957fa59e0731a718546099c7ea4b98dbdf605505dfd5fa 0.00 MB 1 0
38,726 38,726 000000001e66b67cf38798bbf5622a62870686b59fb6a717ca81a3e0bea4fe5e 0.00 MB 1 0
38,725 38,725 000000003e5d44f72d3a74e7a16a4aa4070cd626b75a3a9a1a985a4c04601c34 0.00 MB 1 0
38,724 38,724 0000000075465bfcd94096577aa2129a2e60f1f01157d05cf3c94ef74f9190b1 0.00 MB 1 0
38,723 38,723 000000007bdf5f532891856726e2c34e45cd5bf3b9ed1ed1a0a9b7eb92a0ead0 0.00 MB 1 0
38,722 38,722 000000002c1db327e4e28db27caa649a9941489e607ec1385e996e54af845aff 0.00 MB 1 0
38,721 38,721 0000000033c5bb8e7c603135a1dbb90ec628cf268f163bc4cd8c1e0a59616721 0.00 MB 1 0
38,720 38,720 000000004947b27bda659e8a642486f74c6d346dbef66bd9d68ec2900243678a 0.00 MB 1 0
38,719 38,719 0000000086b73628d33037799625dc4edc976c57b57f3f63ee1de3a52e444500 0.00 MB 1 0
38,718 38,718 0000000024371e52571ff2f8355f9d133fa07612e5e46fbe3db289a05fd09853 0.00 MB 1 0
38,717 38,717 0000000016823cc0649f537aa9a941d5ee2d43441b2cd6f597279c98556d1ccd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.18 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,359.36 GB sent, 124.66 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.