Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,166 transactions (1.44 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,820 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,511 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,819 (326,140 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
585,679 585,679 00000000000000000019b1adf7f867343ef1e467e7ac4f1348024ecd80e0a1ec 0.86 MB 1,938 10
585,678 585,678 00000000000000000003304cb8edd7fa93b34b8e202f0d61065f1f85eaa2d68e 1.24 MB 2,514 48
585,677 585,677 0000000000000000000ce87a57e7b937a3354f5e387c2ad597b90e4784cb59b2 1.28 MB 2,501 37
585,676 585,676 00000000000000000015dc49c2830586092c5fffd1d9283f84835fecbc2cc225 1.17 MB 2,238 35
585,675 585,675 0000000000000000001e14989cdd8620205a32cc8eba191a61e141c0b57cd6a1 1.27 MB 2,742 65
585,674 585,674 0000000000000000000e5f163187c6f42363323cf0f53583a85d0b2944f4db95 0.58 MB 1,246 37
585,673 585,673 0000000000000000000c0f49359ae0f56f4bf0f8d14bb84e733bcadbfee2bcb2 1.15 MB 1,712 5
585,672 585,672 0000000000000000001b96e5bcacb62123e61be8f9b93a8e7eb2da14d57292a7 1.10 MB 994 24
585,671 585,671 0000000000000000000cdb1e3a12586bd70b46744fb1dbc7c8db79f1b8e83925 1.05 MB 1,178 14
585,670 585,670 0000000000000000000bce35ab85982ccf8800061e17f72e81c0d193c9b7f376 1.09 MB 1,223 19
585,669 585,669 0000000000000000001a8965d6453a6ea46a321e2b2679b4634e5cbebe016644 1.20 MB 2,465 25
585,668 585,668 00000000000000000012ae816ad633d6fdeae4a9ec92310fe63e71969071a05d 1.26 MB 2,912 68
585,667 585,667 00000000000000000011df8e3e467978da19d6611b14c9e563a9e4a14a425584 1.07 MB 1,150 12
585,666 585,666 0000000000000000000f4c7ffbea8a84095ab894c63e60dcb6b491b6fc956783 1.09 MB 1,598 20
585,665 585,665 0000000000000000000290b0db4de88db3055920f45a9aadaf52b94bf5b61180 1.09 MB 1,980 36
585,664 585,664 00000000000000000000fff5400df9272970571f14d52640ccb7c126b5a62edc 1.13 MB 1,249 42
585,663 585,663 00000000000000000009d137030b51f5954f690b5244fccdb2ebdd69472c96bd 1.06 MB 1,008 48
585,662 585,662 0000000000000000001b9657ca760fb9a4f3b89732d1bdbf7399d0995ff8d4c6 1.10 MB 1,334 71
585,661 585,661 0000000000000000001955aed6d07f877582f473ac52efbc40d89c9fbef92b73 1.34 MB 2,787 49
585,660 585,660 00000000000000000008f7fa225495ae728ceac7a3047dc0c92dbdf2dfcd9ea8 1.17 MB 2,852 102
585,659 585,659 0000000000000000001ed15a2cfd14af5ef79d29820235161e86b1ef2edb3913 0.72 MB 927 4
Previous 10 blocks ↓
Total Size: 776.76 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,463.42 GB sent, 132.36 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.