Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

15,002 transactions (4.65 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,933 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,011 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,932 (471,856 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
440,076 440,076 0000000000000000039729b27a8f5ac4ca235cecdc5af60cf8cc51b3d39e089c 1.00 MB 2,628 91
440,075 440,075 00000000000000000062e030f6a58737f02de072279e2204b816b217ebc069a0 1.00 MB 2,672 82
440,074 440,074 00000000000000000298f2132caf2ef35734947ddcce4c1291f9a43ff8ddf112 1.00 MB 1,681 74
440,073 440,073 00000000000000000308ab49960fd84bbbc707b7c629e88cfbea038cd1b281a2 1.00 MB 2,015 93
440,072 440,072 0000000000000000039c2e1391f8b348627aa5e3f097f96e5626d8635b1d3405 1.00 MB 2,109 88
440,071 440,071 000000000000000002b2ff1ea77bab7e0feaa4e3b57202cc7a0c8989ef6311c7 1.00 MB 2,458 100
440,070 440,070 0000000000000000025f2a1aae16873718a311b46df4067242df6a3925ba408d 1.00 MB 2,142 93
440,069 440,069 000000000000000002dcb935c44871c56c5f4360d565a48a596764160cd29683 1.00 MB 1,994 88
440,068 440,068 000000000000000000af047509e6f8cd574fe348632f2861e4ff280a71544272 1.00 MB 2,747 59
440,067 440,067 0000000000000000022303b0b1b63f71704ea6218b1a4986e9d8fdf9d0dc4711 0.75 MB 1,765 81
440,066 440,066 000000000000000000639b2af62cc6848784df996b96cc07c41e69fe061ecdd5 1.00 MB 2,584 74
440,065 440,065 00000000000000000028046963c641d192b4ae31f27e89fb6c9d577587e9e37b 1.00 MB 2,575 101
440,064 440,064 0000000000000000009be0f18ce224b52d0acc4c2f1d9224942c51b5bf3e03f4 1.00 MB 2,395 100
440,063 440,063 000000000000000001fee3769aee407a0db71edffb2f91da978272ce1a035c6a 1.00 MB 1,268 74
440,062 440,062 0000000000000000030d1be8ca83ae16d545b8d053b104b2f3bf6f9334296488 1.00 MB 1,852 86
440,061 440,061 0000000000000000014a640a74d63a0da50be30b9cc9b8923cff804f95e4e376 0.00 MB 6 1,240
440,060 440,060 000000000000000002b86f4b3312a98a9e900d192706a27e3362cb6e0549d5aa 1.00 MB 1,557 75
440,059 440,059 0000000000000000005a5267ffaaa47cbc7b384fce5619c2fe8fb82fd1830b06 1.00 MB 2,187 95
440,058 440,058 0000000000000000034c1826e1fb8b59f97dfcfe2364497ef4cc2257f8cbcc29 1.00 MB 2,529 83
440,057 440,057 000000000000000002763646da52fcf22f8258f5240a07ab805ac3482136d877 1.00 MB 1,987 104
440,056 440,056 000000000000000002e9419cd55248a2e19d16c26b768472a93d02c8e646ffe1 1.00 MB 2,438 59
Previous 10 blocks ↓
Total Size: 776.96 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,493.43 GB sent, 133.31 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.