Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,926 transactions (0.68 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
911,698 000000000000000000022b910000000000000000000000000000000000000000 ago 0.68 vMB 1,918 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,697 (29,698 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,999 881,999 000000000000000000015d0143f888735fe6fddbed529ed149aca5f3b184daa5 1.69 MB 3,222 3
881,998 881,998 0000000000000000000056a4a64a81589e83f978e51a1c8d3133147a82470f7c 1.72 MB 2,777 3
881,997 881,997 0000000000000000000166b13dfe39b568eebe34c076d570bb574eaf4862506d 1.64 MB 3,438 3
881,996 881,996 000000000000000000010fe12ee92403342a335f49a70b30685a204497701d98 2.66 MB 2,498 1
881,995 881,995 000000000000000000022a02cdebd54452fe02809c12c8edd40eba82d99e59c7 2.31 MB 1,611 1
881,994 881,994 000000000000000000016ac10ebdd7e2943808f010c1019200c8b0b7a161676b 1.71 MB 3,072 3
881,993 881,993 000000000000000000016d3e01c9e54f093867a84d91583495e5d421ea786e27 0.58 MB 1,352 2
881,992 881,992 00000000000000000000fbcf5bbf6c79d4b579dbb29c7d8acfcf63301dc6d653 1.79 MB 3,092 2
881,991 881,991 00000000000000000001be5480dc6154e02413c9bee2b369c6b27b8d7edd1377 0.46 MB 712 2
881,990 881,990 00000000000000000000911161681558ceeb1750c4d592115f46e294246d2606 0.53 MB 896 2
881,989 881,989 000000000000000000002982f60bff096c1a74b5357f49fd4270e899bbd44818 0.17 MB 388 2
881,988 881,988 000000000000000000024e073d43d54999280c4b3c777301668ef9fe9328e555 1.26 MB 1,169 2
881,987 881,987 00000000000000000001c10eb828aa55b2c2985e2c856967fdf17faa5a05179e 1.96 MB 3,078 2
881,986 881,986 0000000000000000000261433434419badf714bb4e48b8efa3c8f164b3154765 2.87 MB 3,222 1
881,985 881,985 00000000000000000000cc5dd19eb278e3df1bc5fe122b9a3a9dd598742a42a8 1.83 MB 3,079 2
881,984 881,984 000000000000000000003a56999d9543ab68999843932dad7adc42dbc99125db 1.78 MB 2,559 2
881,983 881,983 000000000000000000018f464d2eb21244d001d733869cc3a6020aeee8e86de9 1.81 MB 3,539 4
881,982 881,982 00000000000000000001d0c4866715e725163e8f640f65d6617eb9e2b53e77e5 0.29 MB 671 1
881,981 881,981 00000000000000000002636706c4eea608d57239cda8d981c6254ddcb5d208fa 2.17 MB 1,863 2
881,980 881,980 00000000000000000001615e185e9222c8dcc9b96a07c172c70285e7a9a6eb0a 2.06 MB 943 1
881,979 881,979 0000000000000000000225215cdf34d9f2abfddf1e5c724038094a07f9ebf36c 1.90 MB 1,529 1
Previous 10 blocks ↓
Total Size: 776.53 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,425.75 GB sent, 131.28 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.