Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

837 transactions (0.19 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,651 000000000000000000022cb30000000000000000000000000000000000000000 0.19 vMB 808 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,650 (893,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,586 17,586 0000000098dc070af1704669e0f612a5f6ac2a433040353e9511358ece311142 0.00 MB 1 0
17,585 17,585 00000000cf5ec77411b866eed3ce236a2bd7a50e2c0be6ded533e9c9da242f12 0.00 MB 1 0
17,584 17,584 000000006e9974c25ed7aa47381876eca5ddbd29bbb57d9462cac57e095bdbc4 0.00 MB 1 0
17,583 17,583 000000005a8dfd39f430cbe21236b531718ed41b60805aed243c28bad0f253e4 0.00 MB 1 0
17,582 17,582 000000005cf7232b9319aa1344fd5febc9446a181f6d8046e57742745a3fecc4 0.00 MB 1 0
17,581 17,581 000000009f31c073996aed42919cd26ca6a157a5c085d0ffa8c4243f841ea0f2 0.00 MB 1 0
17,580 17,580 0000000082fe3b13dea9f124a915d1fe538c0a4d07a153e3a199ee1f9dd99621 0.00 MB 1 0
17,579 17,579 0000000012169781b126bf4c2988f9084305f27ae0b7b289b5f1b6dea450fe57 0.00 MB 1 0
17,578 17,578 000000006ab9459bf8b9bca058f2d5cd016962c33aca54b671695225b737390a 0.00 MB 1 0
17,577 17,577 00000000a7f7bbeb9f9893c79447e5e993de9a3f4e5cd8bb58bf6e59e5304760 0.00 MB 1 0
17,576 17,576 00000000d92abc658fb744d06a4c048053af00be4e9848a9991ca72095824d4c 0.00 MB 1 0
17,575 17,575 0000000064fad0cd9a97ee6b7ca6f1446cab22b412d202d26ed7d2b2450a118a 0.00 MB 1 0
17,574 17,574 000000001ee5c1e97ebaa8f1ffe2346aea9bda48df750ef76348bea71a149c45 0.00 MB 1 0
17,573 17,573 0000000048dc57ef2effcf9da6062bc80b1891881ae8d513720464ec88840e76 0.00 MB 1 0
17,572 17,572 000000008cbcd1b55624b3252b046bb2713645783583e59839b431e780af8db7 0.00 MB 1 0
17,571 17,571 000000000902bbf374886037f9932745e742861f8a1639175bccfcc9b12fe872 0.00 MB 1 0
17,570 17,570 000000006f7de8103a3ab085d80baeeb3685cdb261d9e94e53313329a966c94d 0.00 MB 1 0
17,569 17,569 00000000ba2c33bd194d28ebcc9ecfc6667feb70eb06a7f787fffd9d10fafff0 0.00 MB 1 0
17,568 17,568 00000000257a1a97e926a9cf7594ccbdaff7130ffb897580d26e734e5d0433f6 0.00 MB 1 0
17,567 17,567 00000000bad5057659277d2433b0a2077b2ce28293a50b8657a618a1e8482682 0.00 MB 1 0
17,566 17,566 00000000b17027f3c984f2defed4f64ef795730f32ff73a7ccf3ebb7a7df3e38 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.58 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,279.83 GB sent, 121.48 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.