Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,355 transactions (1.96 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,624 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,067 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,623 (827,772 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,851 82,851 000000000019d0366f849eea37ce44c67943ec3414a07eab57ebc54b5afa1db5 0.00 MB 3 0
82,850 82,850 0000000000024fd0159eed5c9e7fd158ef495ddcd9def1e8ff5063c254a42b6c 0.00 MB 2 0
82,849 82,849 000000000005b7293d56c643b3b7f3965a030011225988518cfc111289537720 0.01 MB 2 0
82,848 82,848 00000000002cb68b322f2dc162ccfb0b750da3dca482fc0b5c1528ac92efe1bc 0.00 MB 2 0
82,847 82,847 0000000000090ec089c96b966b3dd3fdfaa9b66e9b4b90758176d391432b4a53 0.00 MB 2 0
82,846 82,846 00000000001aac38b739406f57792908beb401957047e766e0275732e110dc96 0.00 MB 1 0
82,845 82,845 00000000001807baca44559846bb4d12752fcc9d6b074c2c2113c22afc37a6f7 0.00 MB 1 0
82,844 82,844 00000000001788faad37394c3af3ffe2daf437794ba7eeea9dd023c24a5be8de 0.00 MB 5 0
82,843 82,843 000000000017314da0e6be30b2899b200a09d667c389e4d0e8cb554480a8a7bc 0.00 MB 1 0
82,842 82,842 00000000001fa76250facafe533e0e2469af39a55a6b97b4e9c7f9aab5aefb0c 0.00 MB 2 0
82,841 82,841 00000000000cc046785b93cee8f3181c869e36f49330a3ce58e121819ae9299e 0.00 MB 1 0
82,840 82,840 000000000019eb9b4407c50902993d40123c46e2bbb12c82f7eea567521f90dd 0.00 MB 2 0
82,839 82,839 000000000008ed1b0ac4bfe06cd79fb2ae42fb9a66d06ce6ff0bb753145034b0 0.00 MB 2 0
82,838 82,838 0000000000313173abe210143bac0290e356482eece814910338d63ad56569ef 0.00 MB 1 0
82,837 82,837 00000000000b5430aae1087117ded90681c1c1feb48f287400fb4bb0c2a42adb 0.00 MB 6 0
82,836 82,836 00000000002cf2d124eb3e13673879162bb1b81996b079cdbccabe281ddb7e17 0.00 MB 2 0
82,835 82,835 00000000001b2e095144ad6feec99c06ce4d500d13ac924a0fc319b59911422a 0.00 MB 2 0
82,834 82,834 00000000002cb4cf493733acd747218aae00eba25d9d8a57e8b88d47cc5642f4 0.00 MB 4 0
82,833 82,833 0000000000179b18af7a53382f9c0ec715521bf6b85f332ce332c64f4ba582d8 0.00 MB 2 0
82,832 82,832 000000000011597ba401dc56fd8596ba02044c9690ee83395a032392767aec72 0.00 MB 1 0
82,831 82,831 0000000000060bd2982e6987d046fbf701adb0ced129663cdc23e2257867641c 0.01 MB 6 0
Previous 10 blocks ↓
Total Size: 774.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,259.03 GB sent, 121.18 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.