Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,880 transactions (2.35 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 5 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
909,246 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,298 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,245 (838,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,290 70,290 0000000000f47c56a274b3060f6b9d55e18a037862d9259e226dea4110c8e94d 0.00 MB 1 0
70,289 70,289 000000000029673f2c7ccd645c6c2632ef36f4a6f71661761909853c5a6592c7 0.00 MB 2 0
70,288 70,288 000000000141eed52efb261ca68c569041f2ab2d97b335298817f7dc4b515cf3 0.00 MB 1 0
70,287 70,287 0000000000490c5f9f72d0758f34e032bc2a4b43a60fe6995994b20e62a90848 0.00 MB 1 0
70,286 70,286 00000000008051582540d79a6dd6f21f0be22ca5e114153259dcf82714e5fd2f 0.00 MB 2 0
70,285 70,285 0000000001532e2c3d65e22c8ad88311137e69ce52edba1da1f61490c2d8a9e2 0.00 MB 1 0
70,284 70,284 0000000000b38053a2d4401774c657af7531ee2839fb96a40d697bba0081d2ba 0.00 MB 1 0
70,283 70,283 00000000015ebf8f3e55f097426dcceff52e738ac4dcd164d93452ed9a40986f 0.00 MB 1 0
70,282 70,282 0000000000e0fc9c293b4714cf489519d073d29846b81d8baaccdc7610471774 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 771.99 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,022.89 GB sent, 107.92 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.