Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,183 transactions (3.47 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,567 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,096 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,566 (894,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,408 15,408 000000009c176b3771f6cec894d0a3e11dcb9c673838fd51d235ae6bbcc81da7 0.00 MB 1 0
15,407 15,407 00000000714404cddd711b1485134f77b204d27d4e66e9fab81ad8b07a809af4 0.00 MB 1 0
15,406 15,406 000000008fa7b39f7c8843620e56fbcc7589d117424eba658806c3af3e4a62c7 0.00 MB 1 0
15,405 15,405 00000000428e8d1e3909f7a3ee5268d43aa481d5065df4af02daaf00454a7f90 0.00 MB 1 0
15,404 15,404 000000005182a35f028badc24ff9cfcfda192d7463e8c131d8d9bb0f23e9f87c 0.00 MB 1 0
15,403 15,403 000000009e15ae5f935017f693cbdcc8b2bef4cd12b3871ce46a29998e8d7991 0.00 MB 1 0
15,402 15,402 00000000f6645348e39e9d8ff7ac480d978354d8bac41c18965f7c7d6f942bfe 0.00 MB 1 0
15,401 15,401 000000002aa6a35fb54b1ec830033e62eea9ea88b95e02f30ecce0b2e2053ab7 0.00 MB 1 0
15,400 15,400 00000000cea8f9819b976381299be1ed0ee7bf50a43ada4be0b6586ee2df9d08 0.00 MB 1 0
15,399 15,399 000000000cfe2c9e3c241b88ec93b09c41538f43cddb22991097f659caea2e12 0.00 MB 1 0
15,398 15,398 000000007caf5cfde875d5c2f5570d5e8b718aef9c1192e6848b758a1c3573d4 0.00 MB 1 0
15,397 15,397 00000000bcad0750e669e052d6845f56183fecf71f6e50ac908b6fd973d10902 0.00 MB 1 0
15,396 15,396 0000000073dc4f695449a04b66f7593fa9a5114e1c28275c0a1ab2948cd77fc7 0.00 MB 1 0
15,395 15,395 000000002112da4ec7c9108cae734fcce376e3c40d05d21b5ddc947a083291d0 0.00 MB 1 0
15,394 15,394 000000004bd57a9c164b783b1fbbbc314906930c71b9c6105d23d46f9d1c11f3 0.00 MB 1 0
15,393 15,393 00000000517333b58d2b3aa5d52f5015952eb45cc1223e573b96c1f23dce0fbc 0.00 MB 1 0
15,392 15,392 000000004cc98e7bdfacbd5b7ea28df91269ac81092de7f110d102dbf9f59172 0.00 MB 1 0
15,391 15,391 0000000009b1a11b39a077a2ceaff5cc20473d7323394fab44476ca2749bad48 0.00 MB 1 0
15,390 15,390 00000000723269800daee8beb930bda5cd27253fc5305c520e96a855c3407433 0.00 MB 1 0
15,389 15,389 00000000a311385684ecbe6b46013a850543d0fa7321f0f582eb2c866cfc6c5d 0.00 MB 1 0
15,388 15,388 000000000cfd3e8b947485e47c91e91d4e47cdcf095c42ae762705e112f725b5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.60 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,090.11 GB sent, 111.29 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.