Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,570 transactions (2.20 vMB)

Priority:

  • 1 sats/vbyte = (10 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (3 blocks)
  • 4 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
909,914 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,413 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,913 (883,998 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
25,906 25,906 000000006d9f2bbd33bb9d08672c687f03efd706ccb085d1159c68fb5d49f7ad 0.00 MB 1 0
25,905 25,905 00000000425a27dde10af2e9e61a506e6c4ccada2b84c290f662e30cac90910e 0.00 MB 1 0
25,904 25,904 000000002c96abe89585fcc7ce7f697921a19fac3c4f72f5c42806dca1df2c16 0.00 MB 1 0
25,903 25,903 00000000649a4381d8f4930cbfb6fbdd369705fa63e82c1f7ba85fce85c1ff3e 0.00 MB 1 0
25,902 25,902 00000000718a5b28ae027ff26d1da3abd47655a88e4798ce711d9dbbdf54c177 0.00 MB 1 0
25,901 25,901 000000000b04ef835175d01cb856832d9b968e3140e1352997167e7e56c84ade 0.00 MB 1 0
25,900 25,900 000000009fd2e61fd705b1bad7d862b6ac8b2931c0918899bf39de2e45903877 0.00 MB 1 0
25,899 25,899 00000000ddac3b3a28320f06d1d4a99d7b3bb339b43e8dd0a4d6b227acb69ba2 0.00 MB 1 0
25,898 25,898 00000000b1c114c28dee2a910baef008d5be9db8b3a7b2f5e9b5a35f496e9dc8 0.00 MB 1 0
25,897 25,897 00000000961a1b717a142c93e9393905366ea9a903ff8793101993f9426c753e 0.00 MB 1 0
25,896 25,896 000000005a2a20db9490f4ba966fe9476f1ff44fea364eda17a13e7460bb9357 0.00 MB 1 0
25,895 25,895 0000000089000ae7bd6647ed7c255a8ffad518570d4936612fca0027468e45ca 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.24 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,172.68 GB sent, 114.60 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.