Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,157 transactions (2.22 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,846 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,954 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,845 (888,060 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
21,785 21,785 00000000ff28d5088230cec63270dbc14e5acfc7ccc2c33c2e177668a188e855 0.00 MB 1 0
21,784 21,784 0000000019f1ca504488d79fc06e258c73f0b1a8682e052ab0a7c075d0b64172 0.00 MB 1 0
21,783 21,783 0000000009efba86dc7c963c97ba4ca08a3cb29f5361069b5aa8bf8a18368c68 0.00 MB 1 0
21,782 21,782 0000000043f09a877ea7421ea6e3bd111b2a5615be7a6ae5d42309cf66cac2c3 0.00 MB 1 0
21,781 21,781 00000000b5965f5364427c7c4116e22bae7c714501d73526bcc8e2bd2a8c7ba1 0.00 MB 1 0
21,780 21,780 0000000040841b418bf4be3b12e07dde0a40a5e49fc7ffc62d7e8af928514f06 0.00 MB 1 0
21,779 21,779 000000001141c8619be72fa7fa33293ed7b155a48f8e0706644d3a7933e3a3b5 0.00 MB 1 0
21,778 21,778 000000008e76a8e475812cd158dbb8efda3419d0e3101e6062c0a6e141e080b9 0.00 MB 1 0
21,777 21,777 0000000018a4fc0448d159935941ae41f12f7c2539ed58189d1625a652e14c73 0.00 MB 2 0
21,776 21,776 00000000243652a9425aafe65aaf0c6cf513228a4ae3c865b05249a444be8cf3 0.00 MB 1 0
21,775 21,775 00000000813dedbe8d9d2a4b257f7696c7a623993d9ddd44e828a18889f6e508 0.00 MB 1 0
21,774 21,774 000000007db29623e50651f5fcf63190933995d7d3b20b3394978b4260fcc3a3 0.00 MB 1 0
21,773 21,773 000000000e2d083283ee2a7cf433b0d31378db98d5d44d53d4bcb26e329b6a45 0.00 MB 1 0
21,772 21,772 000000003f6564e5194bb8e246da52d23c7a401b4b872974989e1e7c156a2eeb 0.00 MB 1 0
21,771 21,771 00000000a3de40ec12a5c007ef81a999a48943b7c115bd718209fbecee2eb40f 0.00 MB 1 0
21,770 21,770 000000007d0f287f7d90ec144cf2c0503c1af1b36d6f05c0c99511229f32b438 0.00 MB 1 0
21,769 21,769 0000000037da86512965c20d79d6f223eaa41e1d1de8e4c8c317da1f775b38d1 0.00 MB 1 0
21,768 21,768 00000000d89570476b4fa94b0e7f11e139896e88f817849646c6394a3fa5206b 0.00 MB 1 0
21,767 21,767 0000000098489551901387b8985966f57f945826ee163ad97d68f821ff380ec6 0.00 MB 1 0
21,766 21,766 000000008b8cd2cefa5c89b142a946c6dd81bee48a27301355fbfeed406e9f00 0.00 MB 1 0
21,765 21,765 000000009e1498875ad7e46288de5adf40961eaf594951d4054eb7b975bd0ee3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.11 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,166.87 GB sent, 113.84 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.