Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,563 transactions (0.77 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,524 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.76 vMB 2,542 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,523 (815,131 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,392 94,392 0000000000026061b53b4b3c7239f933a42b4264167a549b0aebae3448559639 0.00 MB 1 0
94,391 94,391 000000000007926f9665e3003f3da91a7234da1ed8e232e7a6329beb39ea17a7 0.00 MB 6 0
94,390 94,390 0000000000053e11d94369d01cf50e7a7dffe1934e740a8e7a2bdc67fd57f583 0.00 MB 1 0
94,389 94,389 00000000000359f70f6be1f7c407fee91001a38f572c3aabb10dba8a0c28c385 0.00 MB 1 0
94,388 94,388 00000000000567a18471151337c2cef921aacf2f4082793ff634da02826d0a69 0.00 MB 2 0
94,387 94,387 0000000000008cdb0f33319bcd8fd092e4dbad9edca65f335d3e6e986acdb228 0.00 MB 1 0
94,386 94,386 000000000003ae389e906ce2f649ae7dbc99f7c15f8c4c5fbf3833c1aa396ada 0.00 MB 1 0
94,385 94,385 0000000000036e87f4161110582e908a35b4e2c376d7cbd7dd8f6a3567018d92 0.00 MB 2 0
94,384 94,384 000000000000ea2890200137ed4d359de8f25663d449ed7b564a4f3d930ec45c 0.00 MB 1 0
94,383 94,383 00000000000929193dd61b3b82bec9d97a2121f3844189f9c9228e69193e08ad 0.00 MB 6 0
94,382 94,382 0000000000066b6aa5e44e094b13b500931cd956325b0d6303d3895b654c9308 0.00 MB 1 0
94,381 94,381 0000000000059e41a6d2844e8c63391beb0635c216be34ccc01f5b79c49d5ed3 0.00 MB 1 0
94,380 94,380 0000000000019f0cf2e68a77110e0bd300c4a6103e8d43298e6bc9c6e1ab4262 0.00 MB 1 0
94,379 94,379 000000000003707f26e7fbf0e39d5bc74e4e94bb4dff64caadf1469983a5dbb0 0.00 MB 1 0
94,378 94,378 0000000000018951be39e8dc330936107fdfb3906b1ff7dee341069b33f26b02 0.00 MB 1 0
94,377 94,377 0000000000054a37cbd9185b347a4aa12ba18d6fc2285b8cb51c0c7087379765 0.00 MB 1 0
94,376 94,376 0000000000008c1f4725f33fbfaf48284c0d9a08bdb36a47ed348e48ae47c097 0.00 MB 6 0
94,375 94,375 000000000008471ac29c2cc5f094252137db858a14e13243df4b86e3153caf2d 0.00 MB 2 0
94,374 94,374 0000000000048e6ea2a14763ba4ff7edb0f2565930b4440fe6c8cc2950029f92 0.00 MB 1 0
94,373 94,373 00000000000229e8a76f9a7e6797259465f7f84789d67cf20510bc76e43a1ec4 0.00 MB 2 0
94,372 94,372 000000000005c5472c0ec4954d133e932ae0a12e935f77a32546bdafd6db5c33 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 772.52 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,082.84 GB sent, 110.87 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.