Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,776 transactions (0.90 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,281 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.89 vMB 2,774 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,280 (819,327 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,953 90,953 000000000000aa9167b92de877acf7ec9d8a55ef49893018b8cf275d78af5202 0.00 MB 3 0
90,952 90,952 0000000000076b6a2962eca74792d9284944deed052e3d9cc3ac4ef931b6b555 0.00 MB 1 0
90,951 90,951 000000000002c6f6d148b679e8e2342f597a7140c7f008746484611eaca4d0c2 0.00 MB 1 0
90,950 90,950 00000000000d6a05594b7b55e50a317d73d29ff86fd2d0960076d15e6052bdbf 0.00 MB 2 0
90,949 90,949 0000000000006dd8bc7396d3d9cf9d83cc3d7dc57740aae774c112d6b6f7a5bb 0.00 MB 1 0
90,948 90,948 0000000000093613ec4de8e407e47892d12c294814cc3a03f953980f786502e6 0.00 MB 3 0
90,947 90,947 00000000000433fecc91792d2f0181ec70efc79966f98bf6879c146c78908683 0.00 MB 1 0
90,946 90,946 00000000000af424e3ae79e9c9094d8ced5759fa4a57c7bc9acf212228b66451 0.00 MB 1 0
90,945 90,945 0000000000035f066eb16fceac4b6847d33a666555306021dff7499352173ca3 0.00 MB 2 0
90,944 90,944 000000000000751529e86a06a7fefc3e434dc09e98f2dc0387245008477a6995 0.00 MB 1 0
90,943 90,943 00000000000d9d2185adb37bcf17ce15223393330224d2bbfef7b53acb251e79 0.00 MB 3 0
90,942 90,942 000000000003624879ee67315312932f65c8d1d78a5662984824f4c634c97ed8 0.00 MB 2 0
90,941 90,941 000000000001271587e50a435a1afa44fcda0c0700cd17fc3e3de68cb3557bdc 0.00 MB 1 0
90,940 90,940 000000000008a391590d8b0e6f8018231c35ff4481bf15525ec8fe3c9e01c253 0.00 MB 2 0
90,939 90,939 0000000000034fc9d65e9a9082fd535343d5508b21cd1933b71f5f706eaea4e6 0.00 MB 1 0
90,938 90,938 0000000000055b471d3f1834bc8b70f47d2bf7e0512831d5a3786bbb610cca49 0.00 MB 1 0
90,937 90,937 000000000000904b359662040892ce0f96d1b654b26eb66f212cbbcc58a558e7 0.00 MB 5 0
90,936 90,936 00000000000b5dccb69391906a743e7217bf6d9026c58f2e67096c7d0afad3e0 0.00 MB 3 0
90,935 90,935 0000000000013b138772d7baa470baf83af67c829a45d8cb00738d6b4974e11d 0.00 MB 2 0
90,934 90,934 0000000000034073d6430adc496820918a04aef15cf1ec8b8498ed568e85fe47 0.00 MB 4 0
90,933 90,933 0000000000093e3d35d93baf72de96c5dd22d225aee2a0b385ce2007375e8680 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 773.92 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,228.28 GB sent, 118.17 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.