Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,178 transactions (0.56 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,740 000000000000000000022b910000000000000000000000000000000000000000 0.55 vMB 1,169 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,739 (301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,438 911,438 000000000000000000001fe8931323c5ecad8969bd7d923fc5582f04f3f298e7 1.82 MB 4,474 0
911,437 911,437 0000000000000000000190e84553178a2380c2e06d5ae239436bd1f47125ca65 1.68 MB 3,745 1
911,436 911,436 00000000000000000001fed9847cf9b3d91e7b93bdb8ed6d87e142ecbbb85ccf 0.48 MB 1,159 2
911,435 911,435 00000000000000000001fa14be37562de044a85c5cc83bd0991d5a82a8f8e60b 1.65 MB 2,884 2
911,434 911,434 00000000000000000001fb7fd08bfbf759ad57856d4dc0da002a068b4ee5bf5e 1.64 MB 3,090 2
911,433 911,433 00000000000000000001449429c300f7293ecf0517a6bc0d75d802fa73e9976e 1.96 MB 4,318 0
911,432 911,432 00000000000000000001f5ee1b788b95ecc5da004dda8d150cab6235faaacedc 1.76 MB 4,752 0
911,431 911,431 000000000000000000002a3b593ebb3f8d18975464112f39a2e51fec19845e25 1.74 MB 4,554 0
911,430 911,430 0000000000000000000219d5a91cfc83510cada9375031b0a69627cb9ba0c4a1 1.76 MB 4,185 0
911,429 911,429 0000000000000000000078d63066e10896c7eb86424c83a80ee8886f3098b2bb 1.76 MB 4,424 0
911,428 911,428 00000000000000000000a96b37a6ec15b15df7b1ba277c53e0c7616c1dc0febe 1.66 MB 3,434 1
911,427 911,427 0000000000000000000100ffb19303605091683d2da8274ee5ae6f32292fd13f 1.65 MB 2,248 1
911,426 911,426 000000000000000000008e5587d686d92830b185195d3e905550592dfeb72199 1.63 MB 2,712 2
911,425 911,425 00000000000000000002023c7315fb91e8251dbd6e136db6c9bf423868e7f405 1.82 MB 2,678 2
911,424 911,424 000000000000000000009e5bb7764558e40224b2d1ff48f323dc46d201035c42 1.63 MB 3,816 1
911,423 911,423 000000000000000000021fb741449e4ab151d4d592e43ec3115356c1b72a85fe 1.69 MB 3,921 0
911,422 911,422 0000000000000000000185b2577bf3b06f4e5b95bb3a1e19b4382dd2bc6f1b0d 1.67 MB 4,113 0
911,421 911,421 00000000000000000000796b2c5c187ae4683181eae7f683ae1e6c21a71f8012 1.68 MB 3,299 0
911,420 911,420 0000000000000000000049de3f572544eacf03f21c4b054f0818abd871e01d8c 1.77 MB 2,756 0
911,419 911,419 000000000000000000010d447afe084bf08afba81bcfdffa59baf762451f652c 1.70 MB 3,194 1
911,418 911,418 000000000000000000013b6c68579997df9c9cb2a421c1d0359d716abbd7770c 1.54 MB 2,294 2
Previous 10 blocks ↓
Total Size: 776.60 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,427.97 GB sent, 131.58 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.