Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,662 transactions (0.48 vMB)

Priority:

  • 1 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,327 000000000000000000022b910000000000000000000000000000000000000000 0.48 vMB 1,653 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,326 (324,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
586,622 586,622 00000000000000000013d958d931efa3fa0fe4e936117e775ccb0a2da23f6d49 1.29 MB 3,443 58
586,621 586,621 000000000000000000052a92a3efde8d5ec1b12b675cd50c36a25c289a1c12ff 1.26 MB 3,046 80
586,620 586,620 00000000000000000015ce5f71862d564ef3cec0db3e6606ff5c26a03fd80912 1.09 MB 2,868 20
586,619 586,619 000000000000000000029c6554c852da3887ee88234f4264c85c114b743e5a85 1.03 MB 2,061 8
586,618 586,618 000000000000000000024b3e38133bdd2b9d5d03d8ccd1c6b3aef2717d7f5e92 1.26 MB 2,980 53
586,617 586,617 0000000000000000000f94762beaf50dc90d3dfcf7f42a807ab58fbc23f96e10 1.19 MB 3,118 26
586,616 586,616 0000000000000000001b78df4b3386951c65a16d8565451cbed63c6cd7e0bef9 1.30 MB 3,168 66
586,615 586,615 0000000000000000001cf2082eb568761b18c6728925a36074f3a4ad64c167eb 1.23 MB 3,116 40
586,614 586,614 00000000000000000012c826b58fa3bb78342f47b58a8c5fce79bd6cc827e64f 1.25 MB 2,930 61
586,613 586,613 0000000000000000000beb5a52cfb656f5f755f378ca678ce59a155f9fafec29 1.29 MB 3,418 56
586,612 586,612 0000000000000000001e2ed208b66fb33fa348e0322711f42d716f975ed6a6b3 1.23 MB 3,190 63
586,611 586,611 0000000000000000000fdad673194e2375812ca1fa9a3350424926dacc34011e 1.13 MB 2,586 28
586,610 586,610 000000000000000000181de1560909de85dcf51c39edc9890f6e717a513bc5a0 1.23 MB 2,410 36
586,609 586,609 000000000000000000009cdff149b8468857be36ad93e3f88a90daa09cd07183 1.33 MB 3,139 69
586,608 586,608 00000000000000000006aa88e3118a6bf1bea6e2641b61afdb7e24db0096da8a 1.21 MB 2,246 47
586,607 586,607 000000000000000000159e0e614869716417d2939544e9fa8a0d1dd72bd17792 1.45 MB 3,161 65
586,606 586,606 000000000000000000065e1492a0b10a7212e1ac7424c6531bec35107eaf24ee 1.09 MB 2,115 2
586,605 586,605 00000000000000000006e75cc609eb509d6002c0e6ccb669ef0512976b2d5a63 1.20 MB 1,857 34
586,604 586,604 0000000000000000000a373081d404ba38d1d199be02bb64fdf0c47b5c1832e4 1.18 MB 2,491 22
586,603 586,603 00000000000000000019430fe5494374756475ac8046f7061d03dda3a672b555 1.28 MB 2,716 27
586,602 586,602 0000000000000000000a4b18153efb85e03e19e87bce025965c59f80eb160c5c 1.19 MB 2,205 9
Previous 10 blocks ↓
Total Size: 775.85 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,399.74 GB sent, 128.06 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.