Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,854 transactions (2.05 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,424 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,647 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,423 (880,898 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,525 28,525 000000004bc5505bb90d5ee740a624f996e93c4678741aefbe12e70d6ad02fbf 0.00 MB 1 0
28,524 28,524 0000000018253ac1aca1f7ca6fefff3ff0a9c9ee0c3f4c98cb398f7aa3d3347d 0.00 MB 1 0
28,523 28,523 00000000cfc0e70a5fe6d323b002d1cbfb3d168717bb6e7af5374ab0e774e9a2 0.00 MB 1 0
28,522 28,522 00000000f53086894d4a3acfa6f5213470fd0e414894f7e576013c1a17dc9c3f 0.00 MB 1 0
28,521 28,521 000000000057340811246bd68a91f5f2cfcd93f2b7bcb3b0ea86a0d82a301b56 0.00 MB 1 0
28,520 28,520 000000001ccf8610a0b3b05cf85a4dc733d973c2b63c5142cddb563dc6c5e7b9 0.00 MB 1 0
28,519 28,519 000000003a9b112c88a6c28d5f3b9d51c3d4616d94a3db487388c68a5f4fa9c9 0.00 MB 1 0
28,518 28,518 0000000054b2bbfa82bd6997e8d73486545c22e61c983172853e6fadea6e33ac 0.00 MB 1 0
28,517 28,517 000000001cf3e1d37ed98a3eaddefa905a3425f9a19faae142624b0a0f9a3d13 0.00 MB 1 0
28,516 28,516 00000000076bdf9dae4f46819ed8e453079015935d59a70af69b8df32887b827 0.00 MB 1 0
28,515 28,515 000000009874c8d462d6b2274bf6245fc35eb048d669181de535ca68fd4994a4 0.00 MB 1 0
28,514 28,514 0000000079c461969639107c280db067022e4781f6a3fa1a775a8a46c745aa88 0.00 MB 1 0
28,513 28,513 00000000a815656908c419bfa235cbb8bd2feb684ee40c043fb41cf1704efa47 0.00 MB 1 0
28,512 28,512 00000000e719f81dd6f54dac869ef690da719c22254923f73a8659324c7cfa2f 0.00 MB 1 0
28,511 28,511 000000004c192ba96e9ba0f2c31ab535626bef4c6327a2db07a29aa46748a588 0.00 MB 1 0
28,510 28,510 00000000776a8bd5424d176906b3714ea1a67db828ec13bd5bc80963cf8cdfcf 0.00 MB 1 0
28,509 28,509 00000000c8f5d3935cb8b35beda4f36ab2432f2fd425ac7118129454679967c0 0.00 MB 1 0
28,508 28,508 000000003a978dd656514148271f9db54e6b17e05fe8298321f40bff00160185 0.00 MB 1 0
28,507 28,507 00000000e0b22bbdc2b7cbda261c03be9b9121a42ca1c59ba965b014ae97e0a0 0.02 MB 2 1,124
28,506 28,506 00000000610c1c4ffdbc2c30538b3eafe85b86059e8b60eeafd63bdeeb9847ac 0.00 MB 1 0
28,505 28,505 00000000e1b5819a446931ec6a40329160ef99c0feefc91da7cef28a37195279 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.33 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,072.20 GB sent, 109.83 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.