Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

933 transactions (0.60 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,792 000000000000000000022b910000000000000000000000000000000000000000 0.58 vMB 917 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,791 (17,056 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
894,735 894,735 000000000000000000005681b55c082dd7d6ac9acb82dc92b5608306ffe3bd9d 1.68 MB 3,356 2
894,734 894,734 00000000000000000001087dd7c11f3159f119a470084eb3470a337508d3b8d6 1.64 MB 3,845 8
894,733 894,733 00000000000000000001ab1a87c6bd1dd18bd011c150b9597337953f6b9fae55 1.59 MB 4,035 5
894,732 894,732 000000000000000000001304871c1458f4ccd7f8ed41bb0dc09a04e80c979ac4 1.90 MB 2,890 2
894,731 894,731 00000000000000000000b9f25dd7128af327cf0f963da8b6a964f5dcaab6ce0a 1.48 MB 2,860 3
894,730 894,730 00000000000000000000c78581b743b5c92cfaf79ceba962058c064c249fae83 1.73 MB 2,688 5
894,729 894,729 000000000000000000014ab60a8957f981af01e451d508212d92e644da09bb08 2.22 MB 2,316 2
894,728 894,728 0000000000000000000165b723704e40d86144b683c2a2c669d1d82d2ad1cbd7 2.10 MB 2,437 3
894,727 894,727 0000000000000000000138420d32d6c0563eeff6e98dbc780a609b022cf2ffe2 1.91 MB 2,737 3
894,726 894,726 0000000000000000000070644b6551e7b681f6c7de8a05fafcf9b26dfc259c8b 1.59 MB 3,105 4
894,725 894,725 00000000000000000000adc8d171949e61ddbbf1249f7ff59c639a0096b698d8 1.39 MB 1,761 2
894,724 894,724 00000000000000000000091accae3e071594ee2be0b8520b7a3903fb852f3908 1.55 MB 4,067 5
894,723 894,723 0000000000000000000186356773c97abe40388419c9ecf47433ceecdd5dbb66 1.74 MB 432 1
894,722 894,722 00000000000000000000e57e820679793767bc3810a3bc1e17c775c3efa4867c 1.74 MB 2,676 3
894,721 894,721 000000000000000000001ae01abed1a0b06f47ef287cb572579da4f88c2d9a7d 1.74 MB 2,370 3
894,720 894,720 00000000000000000000944aba5f33a268df0c95a8bacdf42e5d10f8c7d51f94 1.83 MB 2,178 3
894,719 894,719 000000000000000000022d8a0f2096e71b1fe50b486dcda415857bb0cc5a2ca8 1.85 MB 2,132 2
894,718 894,718 00000000000000000001b63e9f75083573c267ea5b0d734890620689c649348c 1.52 MB 2,743 3
894,717 894,717 0000000000000000000247ce34ee564bde25650fec1c8ca8b2e0264488b1a555 2.02 MB 3,257 1
894,716 894,716 000000000000000000008e97a9c12b28495d09214e41656c73245b1e155fc58d 1.58 MB 1,462 2
894,715 894,715 000000000000000000002a2139faf1e177b19c64e273615179aec6563b25a1fd 1.32 MB 1,791 4
Previous 10 blocks ↓
Total Size: 776.70 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,443.17 GB sent, 132.05 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.