Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,438 transactions (0.86 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
910,516 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.85 vMB 2,431 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,515 (837,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
72,905 72,905 0000000000a78484f8139adbd9754322bdd3210cd7e71f10ec7df4541811664e 0.00 MB 1 0
72,904 72,904 0000000000524e17ae36f94cbd3560e6f0cedd6d8b4ce43c9f45b2a8b8df3e98 0.00 MB 1 0
72,903 72,903 0000000000b7033ffe75ea49fc19d50838b2b7484451f91c24a3947a961fa1c2 0.00 MB 2 0
72,902 72,902 000000000065f24e517e9fd8e41c6f0f6a906615b65cb92b0737da5db425ef75 0.00 MB 1 0
72,901 72,901 00000000007a3e0edf87d5137df5d48c92d02e91521113092ce78b57f2bac552 0.00 MB 1 0
72,900 72,900 000000000008256d627e183abc4546195a240907f1ea19fab033c78fabf5357b 0.00 MB 2 0
72,899 72,899 000000000074671510459b931a5814a6b4055a1ef4afcdafc38e876aab6600a3 0.00 MB 2 0
72,898 72,898 00000000009da80134be2c2d11bd630fedf5216dd32e476d4c0e06373c4fa355 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 774.34 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,244.72 GB sent, 120.27 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.