Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,746 transactions (0.80 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,931 000000000000000000022b910000000000000000000000000000000000000000 ago 0.80 vMB 2,734 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,930 (486,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
425,515 425,515 000000000000000002dae8f2648a620364fdda7f2481033cb06aa0b9f567a5a9 1.00 MB 2,936 97
425,514 425,514 00000000000000000418c6c7ec6da90221547cc82d339bd18aec4071e1132ba9 1.00 MB 1,213 48
425,513 425,513 0000000000000000015ef1a26cfd1030b2ebcb3524ee76e50fa161760c29235b 1.00 MB 1,163 46
425,512 425,512 0000000000000000034f4cffe4242b533124b26f2e2c5d2da062aa6677137d56 1.00 MB 596 26
425,511 425,511 000000000000000000f16dd455904564b02c934cdd57868abcf91299b15e33a4 0.54 MB 1,151 73
425,510 425,510 000000000000000003aad2a7a14390f44814ac46eda2bb012375de6a2ee1e0eb 0.71 MB 1,789 81
425,509 425,509 0000000000000000049bf553a5dd35363abf28428e5f1ccdad12e43aaa4edfa3 0.93 MB 910 39
425,508 425,508 000000000000000004e1597fa370703a0f93c3a9a6a51bc56be3616a7b436a30 1.00 MB 1,736 58
425,507 425,507 000000000000000003c34d60c0cb2dd56270f4dfc5b82597dd6d8161d8d73c96 1.00 MB 2,185 73
425,506 425,506 000000000000000004736f29679b777ab2960203611abcbb6511db847a4228f0 1.00 MB 2,211 61
425,505 425,505 000000000000000000e9c693cab1d3ae68e711754698a6b95c77315acdbedacc 1.00 MB 1,893 55
425,504 425,504 0000000000000000030528e6a447b51e54329392a8b2a4ff5ecb5bcc5e0e3677 1.00 MB 2,960 102
425,503 425,503 00000000000000000483fbc33dc91cfe0d3ced38f804eb4008acec9590999fa8 1.00 MB 2,632 88
425,502 425,502 0000000000000000034c5db9e5cc3c57f6c1176ff2895863bb61859d01b64127 0.68 MB 1,532 65
425,501 425,501 00000000000000000282e498296de621fb99ebc1cbaae94643191f5e446ffe90 0.58 MB 1,144 64
425,500 425,500 0000000000000000044c9a2b2302a5a8954237bb5c0273c72d40ba21d040fb8f 1.00 MB 2,578 78
425,499 425,499 000000000000000000a53f15f53409ca6023805b680660aa72451290dfb46381 1.00 MB 1,003 30
425,498 425,498 000000000000000002025879130d914bc88733ade56dda49522c76877020c4fa 1.00 MB 1,488 37
425,497 425,497 00000000000000000428888bcc625a62667e75a160ef84d6c7581e8c91dc9008 1.00 MB 1,258 26
425,496 425,496 000000000000000002693514c0547acf9612de1ca6a2077fb482083f72415a2c 1.00 MB 1,676 26
425,495 425,495 0000000000000000047da6766e4a2e8a6ab2b2149016c9c254a7590f980843bc 1.00 MB 2,008 69
Previous 10 blocks ↓
Total Size: 776.96 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,492.36 GB sent, 133.24 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.