Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,226 transactions (0.70 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 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,982 000000000000000000022b910000000000000000000000000000000000000000 0.70 vMB 2,218 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,981 (752,694 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
159,287 159,287 0000000000000189b58481600f032ceeee03e2ced9dcbb692ac6b6c670a8add8 0.03 MB 46 52
159,286 159,286 0000000000000c7e4a2cdf6d57a2a5a99a165c5fc928cf45a0eae17b90668952 0.01 MB 31 53
159,285 159,285 0000000000000a76cb3a6dcffc9b0b1e8ab68c1a77289b18b8dc9dc84a8e7faa 0.01 MB 22 42
159,284 159,284 00000000000009a91ec82fd45fc33df3126c2c9ba8810b61a3641dc1ec1ad7f9 0.00 MB 16 39
159,283 159,283 0000000000000a637770118724e800b7452e2c86d137401ab5a8377759e7dd1a 0.00 MB 11 17
159,282 159,282 0000000000000c3ca4f00264b3a2633acab6be2a1274a6e3852c1f2a83021511 0.02 MB 36 40
159,281 159,281 00000000000003533b2bf4f040bbc5e84a518e0bb54e57aa468b213d2d9069ab 0.03 MB 77 123
159,280 159,280 0000000000000a00d54d85acf9aa6422912d58d5eaadf12a8d2f143fd9883e42 0.00 MB 1 0
159,279 159,279 0000000000000c263d36eacc44894267d30969b911d5ae14bb40e728d0e023da 0.00 MB 1 0
159,278 159,278 00000000000007694a407340826c5335c18ba4ebfbd6140c5b7390c82cc400fb 0.01 MB 30 37
159,277 159,277 00000000000001a12b0fe95fa28c33b4c627336220f67c1997be2b60e01cf600 0.03 MB 35 122
159,276 159,276 000000000000029e35663cd7f924d5f9ee7fd0357c456ec96bf00d3a887db571 0.03 MB 79 111
159,275 159,275 0000000000000175a248f206ca6eee43fc3c94ca1bd784ac116f9191fb889056 0.01 MB 35 132
159,274 159,274 0000000000000cf9dce2f3fd51429062712b7005699232229258f6af2eec0bb6 0.01 MB 17 78
159,273 159,273 000000000000054d5838cc236d6bec6d12c97bc008185a92377d2e4c2f647392 0.01 MB 24 0
159,272 159,272 0000000000000abbb207800832189dbb3aa246f0ab0eb47dbff748a7b5e99eec 0.01 MB 18 127
159,271 159,271 0000000000000512572170477fc34c35260cc8c2d4a681111530e9be75098466 0.00 MB 11 17
159,270 159,270 000000000000060c3df11506ee2399b0a1c73ee3642a5af405f8bedc91f05f23 0.05 MB 32 21
159,269 159,269 00000000000007c513f001dd2473724fef337ba29202397aca6133242536fdde 0.03 MB 43 28
159,268 159,268 0000000000000040662216b3967e319eb8c88ce94849b4f905bc565e1beba419 0.03 MB 96 59
159,267 159,267 000000000000046cccf25ba39da983992c91ea9bd41de0fb58cea1cb859d84e2 0.01 MB 50 0
Previous 10 blocks ↓
Total Size: 777.05 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,501.02 GB sent, 133.70 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.