Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,129 transactions (0.62 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,844 000000000000000000022b910000000000000000000000000000000000000000 ago 0.61 vMB 2,120 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,843 (328,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
582,958 582,958 0000000000000000001b31057c515ae53881b7c43a48afe43bcfd1cce8b137c3 1.35 MB 1,239 17
582,957 582,957 0000000000000000001657981872fde3aeaf985d70abd70f4d94d24ebeb7adf8 1.51 MB 1,461 41
582,956 582,956 00000000000000000014db10b55a0c8cbe9fa5c018174c9c92cb1383fed73514 1.70 MB 287 7
582,955 582,955 00000000000000000009ba02b7ca2c47e50aeddca18482bed71937139eac4c5c 1.41 MB 1,909 51
582,954 582,954 0000000000000000001854cac190438b31ad9f251d5d3c74dc0494c16a446fab 1.32 MB 1,695 52
582,953 582,953 0000000000000000000f1ecec00886fbb6c668e645cf7c1733cdd78734a822fc 1.59 MB 265 9
582,952 582,952 000000000000000000014f269adae858055fa8514127b4839d953ececc0860fe 1.33 MB 2,293 65
582,951 582,951 0000000000000000001d44e600f787d3e56e236fd3cad69f016b526fc1509d04 1.20 MB 2,906 83
582,950 582,950 00000000000000000012b74d5317cb4fe59d99c8832aa3f91043e650b57e8a44 1.51 MB 1,032 32
582,949 582,949 00000000000000000013e03729a33736f9bbe907da5eef3545d2cc0d812ed5b6 1.21 MB 2,456 79
582,948 582,948 0000000000000000001c4ca2a8776cfbe6508149fee7afca4eff7c110434b1cb 1.22 MB 1,614 38
582,947 582,947 00000000000000000022e3d32a94139272604ae63a79018e8040fdc5f9027464 1.20 MB 2,658 70
582,946 582,946 00000000000000000007c61d70d4f99dbadb76c5e94644af6cb77f3a7e2f98a9 1.17 MB 2,286 65
582,945 582,945 00000000000000000003041cf2b29bf4f7c0fed5bd22f2a61cc4571ae7ea0b13 1.22 MB 2,975 109
582,944 582,944 0000000000000000001cd9fae0d7d9aec368028df3424691c8b1124062c08bff 1.28 MB 2,181 172
582,943 582,943 0000000000000000000b606cd8d6465c95e43e5f3d1edc2709af87993f0adfd9 1.34 MB 1,745 37
582,942 582,942 0000000000000000001b1fc2238d6b9315907ed92ee499d4a04b7bfb77732bf9 1.15 MB 2,092 57
582,941 582,941 00000000000000000020f6c5b9e6a63de3e25eafa7a7ee86bf6966b6656de8e1 1.08 MB 1,000 23
582,940 582,940 00000000000000000012a7bde253f8c335d4df402f98a1f4bef3879fdfa80d6d 1.10 MB 1,182 19
582,939 582,939 0000000000000000000332535bd0fc9a0b9076cb7354869d2cf090dba20ba91e 1.07 MB 1,361 41
582,938 582,938 0000000000000000001738d8a9dc0b69421d68f45c5336e45120972c9146c3a7 1.16 MB 2,449 72
Previous 10 blocks ↓
Total Size: 776.80 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,468.82 GB sent, 132.55 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.