Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,351 transactions (0.75 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,729 000000000000000000022b910000000000000000000000000000000000000000 ago 0.73 vMB 2,344 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,728 (178,364 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
733,364 733,364 000000000000000000048acf41d6c7fececc7b1fdadf7e11872e5a1ac3af840b 1.55 MB 2,956 8
733,363 733,363 0000000000000000000331ed088cd9ac1d80f4558eb079560d0562669f8ff245 0.15 MB 210 6
733,362 733,362 00000000000000000008e1db0863ee5f0c328f71075c516dd6ded903b34f9d61 1.63 MB 2,319 6
733,361 733,361 0000000000000000000302f79012d27cc4f17fb01f2297a84e189d682cbc2337 1.63 MB 1,910 4
733,360 733,360 00000000000000000006e804117726e2092f0720544c5558f0d1bacd19300148 1.36 MB 1,869 5
733,359 733,359 00000000000000000000e414584858d01eec24da0ead33a432ea8db27adb6f4e 1.25 MB 1,503 2
733,358 733,358 00000000000000000008f7d50af0e9f2433f0cffebb14e9269370b8fd26074e1 1.58 MB 2,854 11
733,357 733,357 000000000000000000001aa7115fdb221d1fd3c330a0c1154097e99b1ae53101 0.98 MB 1,938 7
733,356 733,356 000000000000000000071db653603df3b1c424343a38984be7d4f9cd8afbd26f 0.66 MB 1,130 8
733,355 733,355 00000000000000000007d7e23922d48e8ebf253337a9011f61da4791e61341dc 0.36 MB 765 8
733,354 733,354 000000000000000000080f877b5ecd60aa3fac269e41df2f14d2e9e82c35168a 1.13 MB 2,126 7
733,353 733,353 00000000000000000005ea83168fd430ec36171e98a1eeb8bb6aade0bf99ce5e 0.52 MB 815 7
733,352 733,352 000000000000000000045c896c3089df15d3849d2149f93357b29469d7fbb2e0 0.27 MB 582 7
733,351 733,351 00000000000000000001e11c53102af83f3e9fdad138acf19cf21d8c2196dbc2 1.20 MB 2,040 6
733,350 733,350 000000000000000000014efcecc6299fa7c4fa7352be563b85652368cac50144 0.93 MB 1,569 6
733,349 733,349 00000000000000000001b848f630b634d5fc7d1da84b4da20d5ea23d73b31546 0.27 MB 577 5
733,348 733,348 000000000000000000018ace950af2181ab2e1e0b7622849affb13506f4af45d 1.18 MB 2,008 7
733,347 733,347 000000000000000000090e42f6c61524f9c021335660996e6504ca2c6ff588f0 1.10 MB 2,015 7
733,346 733,346 000000000000000000018f0a52e0ef379a701024963a01f81500f5704d18abc9 0.84 MB 1,150 5
733,345 733,345 0000000000000000000580efe2f30ceb5b1bd9b04f239ffcc1e3253c18b14821 1.54 MB 2,742 8
733,344 733,344 000000000000000000060e51237623c8c0e7157409a84a973d38472e4722bc9f 1.36 MB 612 2
Previous 10 blocks ↓
Total Size: 776.58 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,427.24 GB sent, 131.51 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.