Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,315 transactions (0.79 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
909,819 000000000000000000022cb30000000000000000000000000000000000000000 0.78 vMB 2,314 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,818 (883,891 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,927 25,927 00000000d3210e378cde30512ddd2606a1fd58aa37e44cc557edee72c4e83916 0.00 MB 1 0
25,926 25,926 00000000420f4869054dedfacc1d67417f1f21b363a65e2c2455c1c21056a824 0.00 MB 1 0
25,925 25,925 0000000045cb0a0d8ab7f9752caed1be0440f4705279f73d1f90de8b638d5813 0.00 MB 1 0
25,924 25,924 00000000a1654e3de8574c7e52579c802f7c7c66baea5a43e17aecd4ff421daf 0.00 MB 1 0
25,923 25,923 00000000fbec7fab265a17d40502260ed6614ace7c688f0aadb1625f67dac78d 0.00 MB 1 0
25,922 25,922 000000003782085b95217efefb1c1aa262b37577e3aa0903bcd0a4b7786a92ea 0.00 MB 1 0
25,921 25,921 000000005a2f811650628fe9ba5ae0b0b7db97d73ba78e80a25c6ef977ef7964 0.00 MB 1 0
25,920 25,920 00000000824d6fdf52e6c7a35c9317485b979f21dff5e6f3dc8d66e76b95aa1c 0.00 MB 1 0
25,919 25,919 00000000f48e64fba9fa34b6241654fc27c9312b6528a2bf6e622774eaad8d1e 0.00 MB 1 0
25,918 25,918 000000008176c05ce69852dd341f11065b414a717d57eeefe85d8b4d05131924 0.00 MB 1 0
25,917 25,917 00000000e2660f4e73c6cb7b857004d151563559b9667492c7228fad281c4adc 0.00 MB 1 0
25,916 25,916 0000000025841a224d664427ae84f1e82ffe2f2cfc43c118588c341bdb5b9b82 0.00 MB 1 0
25,915 25,915 0000000001254efb8853986db1492793d5d99c90941a4e1f366df598637a1a5a 0.00 MB 1 0
25,914 25,914 0000000037cac72d7b0ee3124308a768d8b09c010de99c411854e773771bea81 0.00 MB 1 0
25,913 25,913 00000000fb8303f5538db38a5f681a874d6ab58be24cd23e830142864ddbc0c2 0.00 MB 1 0
25,912 25,912 000000005d5d7b75bf9779200a77cfddf673446d9fc3579db190ba45110bf52e 0.00 MB 1 0
25,911 25,911 000000005d481512a2d07d0bab982e9cf566f3b837c88407e4d3e0380696cd74 0.00 MB 1 0
25,910 25,910 000000005375c220ecdf50e12c25348c2cf53c7b08f8f16b629071d80e04e842 0.00 MB 1 0
25,909 25,909 000000006e65de1955b9b31856e087c5000b7a657e5e6b0935e5f3a232fe3c34 0.00 MB 1 0
25,908 25,908 0000000081f6c1f825d0324474db42d5807bd8330bb3d46982c0a547c18cd0ca 0.00 MB 1 0
25,907 25,907 000000000ec846c0576d113a9fb9ea319dbd823f3496345bd402b1588262362e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.06 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,165.20 GB sent, 113.63 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.