Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

796 transactions (0.40 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,598 000000000000000000022cb30000000000000000000000000000000000000000 0.40 vMB 778 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,597 (873,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,151 36,151 000000001fcbdc42982835cc8a36c30cf4d7625a86ffc55fc065d79eb9324ecb 0.00 MB 1 0
36,150 36,150 00000000a5186c15d7a66b59a7af535555be2d028c882e61a6017683c802249e 0.00 MB 1 0
36,149 36,149 00000000c1529ce0e667961a14d05613de4a5424e1c26738c935b30a4b549553 0.00 MB 1 0
36,148 36,148 0000000013a4825d6eda071d74426b6e7cbe0de4e1a7867447b5d9156e2af1a2 0.00 MB 1 0
36,147 36,147 000000004e607040b5f31c5000b58afd3f9957f14946901ac6262cb72719a2a4 0.00 MB 1 0
36,146 36,146 0000000010b884669b8bebac51ccfa571b17ada87983301c0acd983b10c845df 0.00 MB 1 0
36,145 36,145 00000000034a2d9a2e82d4584eb89a2d8c569ecd40a0924c09d87d46a0d32f7e 0.00 MB 1 0
36,144 36,144 00000000a775eae7089f8499e3f8813d95cf5797b063b704e9fe4595422dfb8e 0.00 MB 1 0
36,143 36,143 00000000bc655739f8ee5d597f07a0cfc4c1a045a933d6a50527f0829a911189 0.00 MB 1 0
36,142 36,142 00000000824aa8b6e18da0715bc03984601e3b0823ac8a50df65ee01d2e5f105 0.00 MB 1 0
36,141 36,141 00000000247f2b43cea3b474cc8d9c96f3d9ffcd78b67b229a7148357cd15d83 0.00 MB 1 0
36,140 36,140 0000000096089aac25dec86a7ff90435fdb8239fd3a85b437efd31d973e143f3 0.00 MB 1 0
36,139 36,139 000000007d2d642e79be1ab6059fdb177902e99253cd2556ec021170c7569b26 0.00 MB 1 0
36,138 36,138 0000000045e381363999c4aa2b9f5fdfd598410f588315d891398083485f171e 0.00 MB 1 0
36,137 36,137 000000001bdd440da8d1952b774e76fc5d7364620d0b9376986e76c009cdbc88 0.00 MB 1 0
36,136 36,136 000000002fbfaa788dc23ba13b14aeab9d47a2d49b7ce8cf3b6ad0ccfb6204ad 0.00 MB 1 0
36,135 36,135 000000001e5ba52f57f1d7bb6a4ae9b9205f670713346e359697b298bc6c83ff 0.00 MB 1 0
36,134 36,134 0000000009412dbc699b4adf224103bcf14ace9b597ece324a2d2437a5a16a66 0.00 MB 1 0
36,133 36,133 000000004cd2d8b143b785f21a62570f2e6c7719c19b95a1d47680b091b5dd9a 0.00 MB 1 0
36,132 36,132 0000000043dd1a5f6d4d6eadec2f8a80c80e3826d7a6c1151097fe070fc11533 0.00 MB 1 0
36,131 36,131 000000004743f6d5549be6d25dc576c82c7a82d58c49d9ca32363e28e56aba0f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.66 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,097.91 GB sent, 111.61 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.