Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,860 transactions (0.52 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,833 000000000000000000022b910000000000000000000000000000000000000000 0.52 vMB 1,849 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,832 (870,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
41,768 41,768 0000000043bcf9c452330b7a55bbf9e17be7d60c6bdbd7a0b2685c5b3fc9056a 0.00 MB 1 0
41,767 41,767 000000005ff09ca4a131fed4c8cdde8990e8a843bead72cb59f3408221c6b10b 0.00 MB 1 0
41,766 41,766 00000000132ce41892199541fa6e37ca7b4b6f4d97445660548144f5e5eac433 0.00 MB 1 0
41,765 41,765 000000002abf0e460c4d440bdd071a9339cf5ee723ac47bdc7c56ae75c7b3098 0.00 MB 1 0
41,764 41,764 0000000030115906598ae8bec175e786670be7788c1d423ff971fc48010f668a 0.00 MB 1 0
41,763 41,763 000000000248a1af8da6021f9564381312d1bfe7ca17601743c24ed18742324e 0.00 MB 1 0
41,762 41,762 000000005c7c298e2f35e2788aeed459d37af3404b8f2ea6ad069fe34f7f3c28 0.00 MB 1 0
41,761 41,761 000000003986a2b2fe4df7874cafb848cb5068851c80800166069830be979409 0.00 MB 1 0
41,760 41,760 0000000052afe556905c04c50517c17a04616667feab7b25e3e9e4467ba99c70 0.00 MB 1 0
41,759 41,759 0000000024b4a9f2656f7fa630b912718206c983b895548e2e700d21d46aa931 0.00 MB 1 0
41,758 41,758 00000000197df94ac9b9c1f4d90e6ec5e30aac1012386e1134fec710fbf71ecd 0.00 MB 1 0
41,757 41,757 000000003bc3a23350d5a308fd61950441ddd6e3e53baeb74b1b1a7a5e694610 0.00 MB 1 0
41,756 41,756 00000000105796f26f45978cdb001fc113c76bfbc587b738bf86bd6411fec4fe 0.00 MB 1 0
41,755 41,755 0000000045813d23098189c6c42486a5f0925f0d8bf241b192ff484bc3fde633 0.00 MB 1 0
41,754 41,754 0000000064d971fc421061994f2e37e0c612ee115e6d5000b6ef45a4c0b1ceed 0.00 MB 1 0
41,753 41,753 000000003352ff4136ab9dfaa54f7793c6a013670ce7944d95abd19fd7241539 0.00 MB 1 0
41,752 41,752 000000002023a53028292c4c2783c04d9449717ee5062e14decb9fb35b991188 0.00 MB 1 0
41,751 41,751 0000000037512c0df5b1155ce03682bdc743793c4f879da8b04203d115ed51b2 0.00 MB 1 0
41,750 41,750 0000000008a06e04f6d3b2e7cf94a4c9c23973de9141ffa75c908f0db5628e26 0.00 MB 1 0
41,749 41,749 000000001174b13f27587c725c30033f2dccae2e3d5d6eb68797ca1b18af36f5 0.00 MB 1 0
41,748 41,748 00000000186d36e3e5777c655b2664cec8994349c8d7ec225eea8e32939c3702 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.78 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,466.96 GB sent, 132.47 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.