Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,933 transactions (1.28 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,480 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,165 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,479 (869,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
41,864 41,864 0000000053c0a44e9f150554bf655bd77699b66577652c5a957d1c899fe60688 0.00 MB 1 0
41,863 41,863 000000003a64309de9b99840e5ef512b6f9140193f41e30f573c832180e150f3 0.00 MB 1 0
41,862 41,862 0000000058b68501211ccb2842c430575dac1ceed1ebabd899f377337b1159d2 0.00 MB 1 0
41,861 41,861 000000000db99f7105de4e07daa23107a9f17dcc5f73eef4ab0f90aad3ed7c4b 0.00 MB 1 0
41,860 41,860 0000000027f5b8342fab21bf3ffe632b3dd29ff14b25be7997ccb8fc28b71289 0.00 MB 1 0
41,859 41,859 00000000086fad0ec3c81d358bbbca1e4d478d14945ac1c39d9a58aa8ae48ee5 0.00 MB 1 0
41,858 41,858 0000000030b440096b514eb6b97061553847d3e1fcbce9abf1bc975e6f6587f0 0.00 MB 1 0
41,857 41,857 0000000050fa0c25ffea3e35016a1c8bd9005b6ec07dcfb1e6358655b29867e7 0.00 MB 1 0
41,856 41,856 0000000063531e549f48fa73d4ee71e8b6c8ccc71339b5cebeac5cabdb4f7407 0.00 MB 1 0
41,855 41,855 00000000629240e6b0a7d016d963519e6f848d16f8bac0e2151c9bd245b977f5 0.00 MB 1 0
41,854 41,854 00000000143cddd1f99c0befcd3f60b4f2e354cc2bcf7aee42e1a7d2db2181ab 0.00 MB 1 0
41,853 41,853 000000002a161acbe7956963cb4abb4d53dcefa510ea7371d7aae0fe309d4cf1 0.00 MB 1 0
41,852 41,852 000000004879734c6bdd04cf147e23f882d661553ec444c7040bed672d2a1269 0.00 MB 1 0
41,851 41,851 000000003c70601eed10804a0fb0f4fa42774696d15c722ec4a8428a91e1f9b6 0.00 MB 1 0
41,850 41,850 000000001dbab1886e4f6f15985840276f78116ff46e073d7683e8b34e993600 0.00 MB 1 0
41,849 41,849 000000005a4318b262a30ca9fdf735759e895eb73ff366f776509edb350a649a 0.00 MB 1 0
41,848 41,848 0000000064f815b679a6178d054ea1632331a5b54def2d8275817cfa51ff3fa2 0.00 MB 1 0
41,847 41,847 000000000e372a2cb6e8422a9217490a35d5dfe7738b89a05d5d9c93efe5ea9e 0.00 MB 1 0
41,846 41,846 000000004b6a3134ab73c0a9f55670faceb2f6873ded520f6ebe974380753e0d 0.00 MB 1 0
41,845 41,845 00000000599410d2aded81c50ab922f3d6868c295b7d67456826571af79883ac 0.00 MB 1 0
41,844 41,844 0000000063fe389a0870398214e628f692cd640403f5258813c493d23a919fd9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.13 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,411.25 GB sent, 129.35 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.