Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,684 transactions (0.51 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,982 000000000000000000022b910000000000000000000000000000000000000000 0.50 vMB 1,653 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,981 (897,005 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
14,976 14,976 00000000cf2211ebb212783ce3f6cfcb22ce6c4a32da12bdded2e6ae1adab2af 0.00 MB 1 0
14,975 14,975 000000009734aa8f90ce0b05c6068b6d694871382fc184cebb9c7aa2436b8700 0.00 MB 1 0
14,974 14,974 000000002206bdc16870d9044dc214e39a3e3206b4aa6617b98ec2ba9aac44ed 0.00 MB 1 0
14,973 14,973 0000000089802e66107507806e128218d376155f9a82518d9274fd7b63bcdbeb 0.00 MB 1 0
14,972 14,972 000000001e027ea90d52f1b51a9d016119554340f73e321ad05c8c02e0006b3d 0.00 MB 1 0
14,971 14,971 0000000070c639b57b7311a88fbdaac54471bf3ebf8c4c9d707cc56cb979c234 0.00 MB 1 0
14,970 14,970 0000000034eafe89ec26fab867285ea2938cb18cdab83cb4045a9801e8abd8c3 0.00 MB 1 0
14,969 14,969 000000003355c2b881629b1c8c96e893788564a0cab4325ac06b10db6012de11 0.00 MB 1 0
14,968 14,968 0000000073bb96183a36248aa691ab2a1a6e5c46fbc4b70400875fcfbc5940fe 0.00 MB 1 0
14,967 14,967 000000004bcffb8c646b299a88fd2fa10312eb56f588bb7ed99c124acd8a9de6 0.00 MB 1 0
14,966 14,966 0000000033eb9efa9932dacfa9f41cf2d507c8052b3a860004a02f8bfa4495f3 0.00 MB 1 0
14,965 14,965 0000000080efcb5e140f5d96c9d48bc9ce4e32f846df763362a5f4be650d03f0 0.00 MB 1 0
14,964 14,964 00000000b89b866f850a8d913793315f02ab0c45456b1713ce96116d30257b76 0.00 MB 1 0
14,963 14,963 00000000e547261582f8edb9ca075f62cb0e021ddc7cecf80ab5ac0780b26cfe 0.00 MB 1 0
14,962 14,962 00000000f2ba1997f295777581b50bb2fed7b749413ee8b4e8787fac43212b8c 0.00 MB 1 0
14,961 14,961 000000004cec1369739dea3289bc5dcdb756e4bf773e7fda86e58bdc92a406a2 0.00 MB 1 0
14,960 14,960 0000000015fe3ea453383c2103c986734a92a34c06e753a02bcf908f67fcdc2e 0.00 MB 1 0
14,959 14,959 000000003a7ff7843e29dac2211c95defa2c7182b841cd473e50179b76cd6cbb 0.00 MB 1 0
14,958 14,958 000000009d67ff16f50c807533d2e55ac0b0997c759d4903c50746d97aebb9ed 0.00 MB 1 0
14,957 14,957 00000000276859fc15d2563627a18122439bf3066ac89b95a983f47de492f562 0.00 MB 1 0
14,956 14,956 00000000334e76f1276dfd7db3a08513e09dbf36b7ea9fc27c7798f5d38cedfd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.05 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,500.95 GB sent, 133.70 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.