Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,338 transactions (1.39 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 909,612 (650 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,962 908,962 000000000000000000014510ba190db50d8fc62c6bb496d9959ea53336e4a6e2 1.70 MB 3,620 6
908,961 908,961 0000000000000000000052cf34b81034ae7dc525f035994e6e4d2c662df48ccb 1.78 MB 4,238 7
908,960 908,960 00000000000000000000d839c1faf6c36fe9044d539c52018494c84fcc092c91 1.75 MB 3,943 7
908,959 908,959 00000000000000000000770dc03d30632ad5acabfe66a5da619d8e69088dd658 1.77 MB 3,729 5
908,958 908,958 00000000000000000000640f5c8a90e034bdd1624ad5a9a48c653f8ee3a27480 1.50 MB 3,689 7
908,957 908,957 000000000000000000006c451808c77c387ef84334d8e0ebf92e9d6fb2092c62 1.78 MB 4,993 0
908,956 908,956 000000000000000000016eb90b6f402f0ff3708a033a697f9a934bee1c97a836 0.78 MB 2,260 1
908,955 908,955 000000000000000000001794f9838aae45410ea11af34bd84a53ddd950d3e7d2 1.94 MB 3,070 4
908,954 908,954 00000000000000000001b672e6d472a29e8952e74f10678da61aeffd3abfa649 0.43 MB 505 4
908,953 908,953 00000000000000000000f75299b92185ba46d9ac2ede9c4368bf36790db20dbe 1.80 MB 4,077 2
908,952 908,952 00000000000000000001c518d5efe6581cfb00a2e4fd0fecf8b1aac2ddf509fe 1.88 MB 3,775 2
908,951 908,951 0000000000000000000072775b12a62c9727f08de884a9144977571e81ac20d5 1.15 MB 2,708 2
908,950 908,950 00000000000000000002248f13af7448d05f1781f7040e53fe62e9ce86304c79 2.40 MB 2,617 2
908,949 908,949 00000000000000000000a0fba722a690be543c4842656876a247a9da5f83f1e1 2.72 MB 2,483 3
908,948 908,948 00000000000000000002094e4d3def1654bb4055af4283d45863b4fb747e4692 2.36 MB 2,982 3
908,947 908,947 00000000000000000000168b46052971424ff2ca15986efdedfa590b28773d4d 1.92 MB 3,301 4
908,946 908,946 0000000000000000000104c97b0f5de387af0687a746852056a2e8cf9cc1748e 2.09 MB 2,896 3
908,945 908,945 0000000000000000000022ec319cdf3f60661d8d58c0e7a8bd0b28d525918c27 1.84 MB 3,437 4
908,944 908,944 00000000000000000000b3a662cce1062ccfb032e4887412ed3bf358dbc1a26a 1.69 MB 3,844 6
908,943 908,943 00000000000000000001b39117a864f2d78822c300b9822fcf9add1354eff297 1.84 MB 4,646 1
908,942 908,942 00000000000000000000d1e08ff018700eeb76ef7ee5ff4d620bba424daa7e79 1.05 MB 2,000 2
Previous 10 blocks ↓
Total Size: 772.69 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,101.88 GB sent, 111.76 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.