Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

730 transactions (0.21 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,851 000000000000000000022b910000000000000000000000000000000000000000 0.21 vMB 713 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,850 (80,850 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
831,000 831,000 0000000000000000000023b97098eadf43c48b85bae2d05b4d73142c022dbcc7 1.74 MB 2,992 19
830,999 830,999 0000000000000000000009d17b7944c35772b74178c6efe51633a8eafd8dfeae 1.63 MB 3,901 29
830,998 830,998 00000000000000000001c3bcda6c5116c1fd44b2f75b157d7c217aa80af6dad2 1.60 MB 3,148 23
830,997 830,997 0000000000000000000218ef1bde27cb88fb1202fdbe7466f3a8aa5777e31073 2.11 MB 482 11
830,996 830,996 000000000000000000013c58ff38057abe0d73345a2b49ce9673bca318313c62 2.26 MB 3,994 12
830,995 830,995 00000000000000000001b2f4a79fa2258b4d1fe30958392772a1bc5939aae272 1.68 MB 3,060 15
830,994 830,994 00000000000000000002e9f3b9485d218465253dd75610c2bc14ca6d25428417 1.66 MB 2,957 22
830,993 830,993 000000000000000000029e565be9948b96b3db9ce27e161b2ed7eac459406dfb 2.14 MB 3,518 14
830,992 830,992 000000000000000000026204782b9e1fe54fa1adbd574f02fc82c61b69eb1505 1.63 MB 2,891 14
830,991 830,991 000000000000000000016df2481b09e6aee49c6c00c6e0d2e2f348448eb222ff 1.65 MB 3,436 20
830,990 830,990 000000000000000000024bb9ce5fb0cc86dbb0857b27710367297e526f908ae2 1.62 MB 3,635 23
830,989 830,989 000000000000000000020a2d8ccb52a45295ec39d006b716d04eb7a88a002a33 1.62 MB 1,571 11
830,988 830,988 00000000000000000002fc5d7faf62e1e8c462b3fd24040f35370a9751b3c9bf 1.59 MB 2,090 15
830,987 830,987 000000000000000000023eb20b93e4b0461cb71eb1a485bfeaa32be0f3b8cb09 1.21 MB 1,364 15
830,986 830,986 00000000000000000001c066ed039f1b5c949e9b9d59f98ff3846cf21e70a417 1.28 MB 1,786 17
830,985 830,985 00000000000000000001db963f642f526bb185f551e5d6d3fa3b06d71c74e0a6 2.58 MB 2,367 16
830,984 830,984 00000000000000000001fd75d15bc649eb83f52ecc999999e6676f96fac6dd87 2.93 MB 1,762 15
830,983 830,983 00000000000000000000e9b74ff9581a1860ab32b183962025ce021181b45d9e 2.81 MB 2,058 15
830,982 830,982 00000000000000000003685a9ba969a2cb405f3377d6b766ea3c31cd71ccf0a7 2.79 MB 1,730 15
830,981 830,981 000000000000000000007c8beb9d42df3fd8f7388e8a5b8e3615d8ced326de07 1.62 MB 2,733 16
830,980 830,980 000000000000000000007aa032ef6537be2a25dd2a02e3f1041fd776a6ee10de 1.58 MB 3,495 20
Previous 10 blocks ↓
Total Size: 776.82 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,469.04 GB sent, 132.59 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.