Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,608 transactions (0.78 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,791 000000000000000000022b910000000000000000000000000000000000000000 0.78 vMB 2,600 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,790 (870,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,959 40,959 0000000021d84036f0bdbe8ee26ac79106caece87a162276837e99e04cb45c2b 0.00 MB 1 0
40,958 40,958 0000000003885221c2c6f48cd34993224c8602520d5bf09d7825f578a932bda8 0.00 MB 1 0
40,957 40,957 000000000f4353ddf5e901630bdd245143a295008aa71b601539cb888d647417 0.00 MB 1 0
40,956 40,956 0000000038c3198e6e8a37a84892b7d0b1aed6706632b4778788a3b3fa4366d3 0.00 MB 1 0
40,955 40,955 0000000017ec7badc3675d66c85665ca265d6decfbee1d45d124f84d4ba349a3 0.00 MB 1 0
40,954 40,954 0000000047983cc8369adcf125c0c379082caf05bcd56f9fd7053180365802b5 0.00 MB 1 0
40,953 40,953 000000001aaa443787274bc0dee01871b031d14a9274c943ea45ca048b72123a 0.00 MB 1 0
40,952 40,952 0000000059af8a0d9db92deb1bcd23b99b3d1f18561e08c6173a591d817fd41a 0.00 MB 1 0
40,951 40,951 000000004d23eb2c117e22bfdc1fc5c85abed60d80724df1b1e68801e044af0f 0.00 MB 1 0
40,950 40,950 000000000d9540d502aa82b7edbba3dc87c02c060ea310faff652f5847e42730 0.00 MB 1 0
40,949 40,949 00000000395b8aaf3935f811bdbbab34f24e01b01b74e3002cdc7de10d7d05e3 0.00 MB 1 0
40,948 40,948 00000000200565dacf0d02cc2fca92ba27c200a34d11772e107094b15a537b6a 0.00 MB 1 0
40,947 40,947 00000000324092c550b5633c55aeabcb2a45a032affb5956767f9904550b98b6 0.00 MB 1 0
40,946 40,946 000000001efa56fa5d5ee4c2d802e67ad20153c305c75a86d8a597188cbaac48 0.00 MB 1 0
40,945 40,945 000000000f0d6186540a7a6eaf1e4606f076e08c3b0e61a6c73293cdb480e326 0.00 MB 1 0
40,944 40,944 000000004876215e96fc819aa3974833458b296910907bf433b9a2d471900c83 0.00 MB 1 0
40,943 40,943 000000001163a1ec8e1274157405f573156a5a764dfcbbf8e43673d367bbf1e4 0.00 MB 1 0
40,942 40,942 00000000334f7eb863cf08f67fc5f11cda33ae2a770271d40b59411ae89c145c 0.00 MB 1 0
40,941 40,941 00000000330874b4d756ec6290752c640d88d7be397745ba550c27ce928adf27 0.00 MB 1 0
40,940 40,940 000000002d182e72eb2384284c25a9a832363b913f959041fe897d14944f702c 0.00 MB 1 0
40,939 40,939 0000000054ef4ddd224843deca6e76661bbd7259eb31c5280538e8c99eac33db 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.70 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,442.86 GB sent, 132.05 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.