Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

980 transactions (0.33 vMB)

Priority:

  • 1 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
910,485 000000000000000000022cb30000000000000000000000000000000000000000 0.33 vMB 978 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,484 (1,595 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,889 908,889 00000000000000000000e221a97f053bc7a4d08fa0f2bd977b6d332454a73329 1.45 MB 4,374 8
908,888 908,888 000000000000000000001abf9d78d6fc1d458fb5422c3a7b55c19b1df6a9c24b 1.44 MB 4,674 8
908,887 908,887 000000000000000000020a5f2a4414c06e4abc094adfb6882486613911acbb27 1.32 MB 3,271 4
908,886 908,886 00000000000000000000cd50994f2feb72e07e27cc07b96badf713ee8fdefbd5 1.51 MB 4,574 6
908,885 908,885 000000000000000000005a87d1430ade9035dd762ba2d5d476c842c6eb6d7953 1.54 MB 2,925 5
908,884 908,884 00000000000000000001a8e16e8f6abc062742133e0db74cd82be05cc52818c4 1.82 MB 3,424 7
908,883 908,883 0000000000000000000070cebf1d4298c0736cb199085106703ab6dc37825f12 1.56 MB 3,702 8
908,882 908,882 000000000000000000008fdcb1222d64600177c4d80cfa2b13f41dfe33d38615 1.46 MB 1,330 2
908,881 908,881 000000000000000000022a329f8c443eb32760d1c21c45012f3553d5ea215dd7 1.57 MB 4,412 5
908,880 908,880 00000000000000000000e97a137c2a12a9f098fb840c2212d1c70ea394ab979b 1.49 MB 4,678 4
908,879 908,879 00000000000000000000b69b685c1cd34366806067e58f6fb0f5334be265cc93 1.64 MB 3,537 3
908,878 908,878 00000000000000000001116837c4c2e4bde34442d1c8a91b8647808ed656aab5 1.57 MB 3,645 4
908,877 908,877 0000000000000000000098708d4a5799c67e1d8591b713e6b8942286f0ff203e 1.48 MB 4,366 6
908,876 908,876 000000000000000000012c064a130738572eb722e2ec07148bb8a59dea24100e 1.44 MB 4,084 5
908,875 908,875 0000000000000000000098c087bfd6db7d4375135247d06e47a4fd9fbbc10135 1.48 MB 4,074 5
908,874 908,874 00000000000000000001e978cc259c63f9c6e877c4a0743ea974b3037c4ee4ea 1.61 MB 2,557 2
908,873 908,873 000000000000000000018d811908f138f1f0c1281bfda04146134f8d3508b4be 1.65 MB 3,045 2
908,872 908,872 000000000000000000006a9b129a5854dd6011358f0f36766738f53622c90eb4 1.74 MB 2,406 2
908,871 908,871 000000000000000000006815684f409ca0ba71639e6b30765f61d9608aa87b87 1.58 MB 4,052 5
908,870 908,870 00000000000000000000ccf9e690cc430721c1566e43ed490e57bbd898b136ee 1.43 MB 2,160 1
908,869 908,869 000000000000000000005b826b0a9e7c473d29a61ed378f1babaaddb3e54b213 1.48 MB 2,479 3
Previous 10 blocks ↓
Total Size: 774.29 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,243.87 GB sent, 119.99 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.