Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,930 transactions (1.55 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: 8/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,598 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,094 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,597 (845,977 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,620 63,620 0000000006ae6d172c5ea2d565c1256dd4c511585115b8fe8c02cfc42fafbbce 0.00 MB 1 0
63,619 63,619 00000000050c788febe8d9a6dee8e7fda74bfff53f9ce70cf65e7300c4ad9b67 0.00 MB 1 0
63,618 63,618 000000000a8dbd693c100b853a7df4f0301e68418d5455f70ec6f07a8fa6550d 0.00 MB 2 0
63,617 63,617 000000000c07881cc7bd3ac201549838c824c8ca20ef76be67de0541c8e53870 0.00 MB 1 0
63,616 63,616 00000000080ae0095e5bcdcbd5b69f3f31b060d28da20a72849d53bf96d32aab 0.00 MB 1 0
63,615 63,615 000000000500397d6480822344e290cf871fa62cfd0319d226ad4136713bcbb0 0.00 MB 1 0
63,614 63,614 0000000007b52b8421d02868c3717fba12f1e10fd9a7a19a31a74082d0dafe93 0.00 MB 1 0
63,613 63,613 000000000a983e06f52088f5cf5393b1de1343eaa0c7e96432e72e862c016ce9 0.00 MB 1 0
63,612 63,612 0000000003fa1e1dfc54bfbf9e31c24a56833d2988ba2c94e06231649d64aa3d 0.00 MB 1 0
63,611 63,611 000000000492b6ac7c7e324eeaf841c073b4264fc390be1fe397d2e3d55c867c 0.00 MB 2 0
63,610 63,610 0000000005a0e31e3408a4692b710f651493d06d43fa8535edc99c71571ce492 0.00 MB 1 0
63,609 63,609 0000000009985d9c399991fafa4086578320921031c6f7c5f9a357b53df9e650 0.00 MB 2 0
63,608 63,608 000000000737fdd3ae91c89bfffbfea2a2b1d0ff54c73fd77c256c2f816136d8 0.00 MB 1 0
63,607 63,607 0000000008e10282678fbd3d65861ff34f497e46f1a4f5ba53a3e064e5131645 0.00 MB 1 0
63,606 63,606 0000000001fc7c02de612e5e89871a2396e18472153138f82fa2b89a6dc5636f 0.00 MB 1 0
63,605 63,605 00000000029a467e9e804b4d4744f12c3589c416fe3528f05151f677127a66d1 0.00 MB 1 0
63,604 63,604 0000000005b6edd2d8689cc282f9e302e4a557f6b214c392046916c259fe1cf9 0.00 MB 2 0
63,603 63,603 000000000672583ca0b567c29145ca6b7bfe990372ca23fe4f8f23e3e0c64c66 0.00 MB 1 0
63,602 63,602 000000000ab1c8d9c3759d3887cbc09c6f999e5527c8d4549a48c512bd14f91b 0.00 MB 2 0
63,601 63,601 0000000001340bec0b1d732bdc33643e1f7d5cc056368cf37a291f9c535f3c87 0.00 MB 1 0
63,600 63,600 0000000005b762c7e37aff0807a14d9f420b8c28ebfb647ea1b7128cbee80a8b 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,098.39 GB sent, 111.62 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.