Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,383 transactions (4.80 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,277 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,180 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,276 (838,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,281 70,281 0000000000b45be2b70337bf44273a67106d824c2b7794a532aa5b8d0109ad9d 0.00 MB 1 0
70,280 70,280 00000000013328897d6df0a6d0cc244b118049215b83bc12c1433ae3f77a1310 0.00 MB 1 0
70,279 70,279 00000000002bd0fde2f2cb0fd8d8a62c0dd713c7131c4bf55f14f0028ef1fc07 0.00 MB 1 0
70,278 70,278 0000000000c6b665ac01a05827ac4397c119949559becd83e7dda9c119be1851 0.00 MB 1 0
70,277 70,277 00000000009390e1d1a7aa28af16da534cf5fdbbc9a89fc488d05337cc2178a3 0.00 MB 2 0
70,276 70,276 00000000003d986621ca2257345a32ea2ccd36fdab48185c5a6923410634bfaf 0.00 MB 1 0
70,275 70,275 00000000010644c5b9d63724e724ccf3aa925e51ece2887a87dd723afeb8495f 0.00 MB 1 0
70,274 70,274 000000000070d4ceec8a5c1bff6c33fa0c829aeffcc794b70c02132ee214bb13 0.00 MB 1 0
70,273 70,273 00000000001045414983fa6c71f8dad630cc05f8a285ed151ca628880a860208 0.00 MB 1 0
70,272 70,272 000000000091344d5a498a494a8668d0faa4f710613b662ef1b59b1279687a19 0.00 MB 2 0
70,271 70,271 000000000068d98bc94b6837376532149240dd8955e86313b099e39bcb0594cf 0.00 MB 1 0
70,270 70,270 00000000012941fc1fa38e3569eab81998b35ada60c587634b9ca60bf79f5747 0.00 MB 3 0
70,269 70,269 000000000029b49e33197329c499b31ca9385595bd820c927e84e80d894fae23 0.00 MB 1 0
70,268 70,268 00000000002375ddf764d4e8d8b2cecd64640001bbaa116fb2031d7859e78fdb 0.00 MB 1 0
70,267 70,267 0000000000cd6db08c4a137c4c0a3ab86b2112b69e495820eee74c4b445ec204 0.00 MB 1 0
70,266 70,266 00000000000b0e27b84f5a973dc802cac07c40ebd2815ecbeab25893d7f820fa 0.00 MB 3 0
70,265 70,265 0000000000c70cd38c943e90a547ccc3dbd9e9f7cf2e5b68c7d3d86a42c27f27 0.00 MB 1 0
70,264 70,264 00000000006e79c75550e1ff1b4e916bb70150f1ecbbff92cce97e9b97229501 0.00 MB 2 0
70,263 70,263 000000000113aeaf108bb8e46bdb44c0ccebbf9f88f593fc9dca6e1d727ee36a 0.00 MB 4 0
70,262 70,262 0000000000f5242609e2db313457e08af02335a63f1341e82de51f519e9c7d81 0.00 MB 1 0
70,261 70,261 000000000144f96ce519099cf3756eec5c818f088dcd4158835b8c2eea8659d8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.05 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,046.36 GB sent, 108.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.