Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,306 transactions (0.79 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,538 000000000000000000022cb30000000000000000000000000000000000000000 0.79 vMB 1,294 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,537 (837,611 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,926 72,926 00000000006016dd9b281393951bb693e6b76b1845cf91fc18221ed880d431b4 0.00 MB 1 0
72,925 72,925 00000000008909343eb64f728cc543d9621ff7288fbd526c76a78edfe7e65110 0.00 MB 1 0
72,924 72,924 00000000002b0572bb1b230fd5b3adf1346891ff84237cc7c5f416e136a11476 0.00 MB 1 0
72,923 72,923 000000000077eb25ca99a401bfa4722ba925fac4f91ad809744980a236c3d644 0.00 MB 1 0
72,922 72,922 0000000000678f1667a0bcc6be94ce90dcfd2da013dfd4b792c8b5ed29cf869c 0.00 MB 1 0
72,921 72,921 00000000000293ef173db7f6cb5605ebbad7323f0f4a67c0ac486fc98d3edf78 0.00 MB 2 0
72,920 72,920 00000000007cc280586d8d2af09d1bbd25d505d3410f9e2a451a5daa79bea690 0.00 MB 1 0
72,919 72,919 00000000004ad8215de193df02eb9197523adaa72fe5ad1f1832297c32e7bc41 0.00 MB 1 0
72,918 72,918 000000000055c0dfed5465ad62465c113f46c620ba0acbfa368c458bd223f114 0.00 MB 1 0
72,917 72,917 0000000000aefff483decffb57f071ebc4deb4d6b94e4880a9124af9ca95c022 0.00 MB 1 0
72,916 72,916 0000000000b25ff1313a70f222ad1e7d9c32191ee5076de9da6ed406e313515e 0.00 MB 1 0
72,915 72,915 000000000032a1dff7f4481dae790c83c47d06753f14b47e7245a38520c3152d 0.00 MB 3 0
72,914 72,914 00000000000f49a76b288084f6f124f869227a1d502694aa869f78f0c51475b9 0.00 MB 6 0
72,913 72,913 000000000075033b6ae160f9a8bf046bf0b66012474edcb17419631348489bfe 0.00 MB 11 0
72,912 72,912 00000000001dce8deb18ae922c9e3f1385320f69a8eb5d1dad0c1153125a802f 0.00 MB 1 0
72,911 72,911 000000000059fd29c3c6735e3fbad2b15751e205501f05979df8961d5c4b197f 0.00 MB 3 0
72,910 72,910 000000000005a55dccf9cd954a7cebccb0b9661327855cf619b5a3e96dee91c1 0.00 MB 1 0
72,909 72,909 0000000000016d910b040bd7fc91269a87093cca120943b4b14cb69b416e4975 0.00 MB 1 0
72,908 72,908 000000000045d3ff40ea8257166fa8d2c15d3469c2566a972ae95a8b91426542 0.00 MB 1 0
72,907 72,907 00000000001a2cf55cfdfca3eab8ae7c9c9067a104bcc429a0f3050db9d64ead 0.00 MB 1 0
72,906 72,906 00000000003203b2ab3908b63bb9db8e0f9af06dcd55c6a60018742166b8fc07 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.37 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,249.49 GB sent, 120.43 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.