Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

16,177 transactions (3.82 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,062 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 4,838 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,061 (884,171 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,890 25,890 00000000dfdbf9756c1f68d8a95daaaccfad55db5b82f6cd4f89c13c5b81c24f 0.00 MB 1 0
25,889 25,889 0000000063689d97780b0e6e4f6d93a27770d50c93cc663cbf36ee662df14188 0.00 MB 1 0
25,888 25,888 0000000037df70bd3412132531ad910d2efb2ee55ea9d0351b552aade881ffbe 0.00 MB 1 0
25,887 25,887 000000003a2ff16eacbb02eddeeb01a77dc6d2701cb572998032d9a17c7f71df 0.00 MB 1 0
25,886 25,886 00000000cd5bae18010f3019d0c4ae537b56e94fa31e1385c36e472675acbd6a 0.00 MB 1 0
25,885 25,885 000000003876646beb0f1de563782f4ffe1be23f260b9de09ef96091174ba49f 0.00 MB 1 0
25,884 25,884 00000000050a0ae7604041ee03b7b9258eea4238ef3190a217593e07b7e36878 0.00 MB 1 0
25,883 25,883 000000009f0284fc566687c697602a81f342d528d20e7506f7c6d2bf1d622ff1 0.00 MB 1 0
25,882 25,882 000000007550c231893a4950df0c83ca80b3aae6b80a740f237deca394db0eb7 0.00 MB 1 0
25,881 25,881 00000000309c9b7e2938cd9d8805c01fc7ab145cdfc9659d8b619ef995c26e29 0.00 MB 1 0
25,880 25,880 000000008b6fa5116b10c775acbb0347b7c562da79c2f170080a2b2233a47f50 0.00 MB 1 0
25,879 25,879 000000002a425006a54fb7c428b628004e7fc9a5cdca7a85b85e66910d10153f 0.00 MB 1 0
25,878 25,878 00000000e30d9d2939e41ee4719c79a3af1677000e7c649cc4a652b65458e049 0.00 MB 1 0
25,877 25,877 0000000039fdcbd14172cd81265faeb8ac18c7e8d177bf7de825a81a277ed52f 0.00 MB 1 0
25,876 25,876 00000000879931c26b355e86f56bfefb33512e2770f3e6da90d1cc2f56fb7b89 0.00 MB 1 0
25,875 25,875 00000000bedacc2be841e9219cb9af2dd62caa98271bea78634b2f57daeb47a5 0.00 MB 1 0
25,874 25,874 000000008e2e34a2b40ac18db5fc4f393c689410dd1255782c830eb339eac1ff 0.00 MB 1 0
25,873 25,873 00000000543053ed5fd3fda979f7013f6041dcd1a88c3e3ee4360ab64fb71f58 0.00 MB 1 0
25,872 25,872 00000000759f21764e8eedfaea4221074955b65a474821bded7f89fb848cc669 0.00 MB 1 0
25,871 25,871 000000001d927386bf0432ae8410f47ed83ee0af26ad98a07ff2c6494fd22dd3 0.00 MB 1 0
25,870 25,870 0000000091db344648a46661b592853f584d38d566b315c5bf5b3253200324a3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.51 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,186.44 GB sent, 115.98 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.