Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,713 transactions (1.09 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,236 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,173 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,235 (819,997 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,238 91,238 000000000001b5fde727f9199ff7eecbafe42f2f4bd8336dbe48724025564260 0.00 MB 3 0
91,237 91,237 000000000008dced04885920a9f0c22baa75f88911543933f72644f2f655aa50 0.00 MB 2 0
91,236 91,236 0000000000076925b8df0b9216e367c1d38c0dfc39770ac51a01499af8bd0d41 0.00 MB 1 0
91,235 91,235 00000000000009fe04f6ca015f19d5e08177aab5e201b0d1fc147d27c304907c 0.00 MB 1 0
91,234 91,234 0000000000048c051bddb0cb69043418161a206ce9b3248d15b119859aed2dd5 0.00 MB 2 0
91,233 91,233 0000000000091c6bb91b6579dcd656bbf623f2aea24c362ca4aa2d5b1ec80eb3 0.00 MB 1 0
91,232 91,232 0000000000000ddfed8667cf518e3177cbb54911728778c82fc2789209b27389 0.00 MB 2 0
91,231 91,231 00000000000884cccba2a583391f4f8a9f41987dd2f4f499147ab8d0de285ac2 0.00 MB 1 0
91,230 91,230 00000000000d8e14a2ce0266df4516a0ca592f880ef98bc1cbbaa1c9d968da43 0.00 MB 1 0
91,229 91,229 000000000009cb16eca789a67967298fdd92e4e76de532d448432ff8f63780f0 0.00 MB 3 0
91,228 91,228 00000000000c012a39bf27657799611d38a8452a8086eec85adc44670b13b9cc 0.00 MB 1 0
91,227 91,227 00000000000aab5ca24808ba70bb8cd62a777bbb193fb3eb1b16ac230ef267cf 0.00 MB 1 0
91,226 91,226 000000000006489eb73a79398d551ec0c4bf9ca000e29443ea96697b659a669b 0.00 MB 1 0
91,225 91,225 000000000004d5342544f7e9184757670bb1ceadddc5518d3c8aa04cdba25958 0.00 MB 3 0
91,224 91,224 000000000004262d2cb797db7a950b67e1101b5d25eafec9b95502634f9cceda 0.00 MB 1 0
91,223 91,223 00000000000c72720ad0fb843103aa13ab870b664e88fb10a7436d07108a754e 0.00 MB 2 0
91,222 91,222 00000000000c4c690bbe5d5f0830bb5c58414a127b051f845835e225acee9d7b 0.00 MB 1 0
91,221 91,221 000000000002320bfadcd4db1711f8fe2500db7d70c12f6106a11e85d696a0f8 0.00 MB 2 0
91,220 91,220 00000000000585174e2b7c23c9d0b4bb7436e8686da16d6b5c7e961dc62c426e 0.00 MB 2 0
91,219 91,219 00000000000cc2ae08230f72710df5d752742996ee4262c7274a9be268bfc36f 0.00 MB 2 0
91,218 91,218 00000000000cccc9e797ba4d1f19384dc00463435822ff3a60686493ab9da852 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 775.68 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,380.93 GB sent, 127.24 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.