Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,576 transactions (0.45 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,931 000000000000000000022b910000000000000000000000000000000000000000 0.45 vMB 1,576 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,930 (236,970 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
674,960 674,960 00000000000000000005d4b892c3817acf0987410c1b3c275ef61bca9f7bff81 1.22 MB 1,512 25
674,959 674,959 0000000000000000000987764828a95e7102abac6e1229d45c7aafa8802857d4 1.27 MB 2,377 31
674,958 674,958 00000000000000000008dc43653017c5c693b989d5e8efe0055cdabd372ac4bf 1.35 MB 1,926 34
674,957 674,957 0000000000000000000bf8d124ca7c964f69d11340616e731d59545a8c4071b0 1.37 MB 2,279 60
674,956 674,956 0000000000000000000015910b5af5570ac8ddd19573f675c12764a8eb65f959 1.50 MB 1,978 91
674,955 674,955 000000000000000000060cf4f0d774c05fb3687065bb50f1cb151c50ab74468f 1.40 MB 2,314 65
674,954 674,954 0000000000000000000a98f5cc88a07bc6494bdd5d73db72b73be10917c52857 1.36 MB 2,659 49
674,953 674,953 000000000000000000062e52897cef8739463a97af10fa8813a37c214fb369e5 1.46 MB 2,260 62
674,952 674,952 000000000000000000014bba07e99147a8e6c817bcb9147a5e5bc866819d2672 1.32 MB 2,077 98
674,951 674,951 00000000000000000002e9024d6e79661f34dbe7e330ca2f7aca1c8bc1fd2c42 1.31 MB 2,142 109
674,950 674,950 0000000000000000000b24396613206740863f2dd953d83679b9c973446294ab 1.49 MB 2,196 44
674,949 674,949 00000000000000000000fe4c1cd910541aa08c400dccd06d4b650dca5540f8c7 1.37 MB 2,288 94
674,948 674,948 00000000000000000005425ee3936e6a6888046440270b9263d0f965b35a4e16 1.34 MB 2,603 66
674,947 674,947 000000000000000000091f54fc9a0132be01efccc69de5d47605805f9434b672 1.43 MB 2,638 66
674,946 674,946 00000000000000000008f9ad763bdbab5a796a6303287536c52494145342c574 1.36 MB 1,653 105
674,945 674,945 000000000000000000028dc1afab1b3a447a219cbe2f773be626fabf38cb92dc 1.30 MB 1,556 102
674,944 674,944 00000000000000000009b6c49baa94df9ac89347b495f3d5e0099addcd3c8ec1 1.31 MB 1,522 104
674,943 674,943 00000000000000000001e790fdb3bf17b65f4276b8534203247a2687a3afbd6c 1.43 MB 2,598 113
674,942 674,942 0000000000000000000b4a3fc5029313eec30193cabc6990e185ba80c3f85c1c 1.29 MB 1,696 106
674,941 674,941 0000000000000000000ba3ab1cad6f5c285c59cd52eeff3faba760ae3974974e 1.24 MB 2,222 26
674,940 674,940 00000000000000000000531204fbb12906f0eecfc7c2a758df15945e1cd74f4f 1.39 MB 2,590 95
Previous 10 blocks ↓
Total Size: 776.96 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,492.36 GB sent, 133.24 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.