Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

904 transactions (0.24 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,783 000000000000000000022b910000000000000000000000000000000000000000 0.24 vMB 894 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,782 (308,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
603,488 603,488 0000000000000000000f33ee6e41358af3ca3d590051abd3671ac3fbf41cf11a 1.29 MB 2,876 16
603,487 603,487 00000000000000000013a35b38b00e087f1d7ecf14b4da989ce3a70d7aa1c366 1.33 MB 3,490 30
603,486 603,486 000000000000000000143ae38b88fe36059b25408b9fea4f8f13d6bde7c4fa12 1.24 MB 2,548 47
603,485 603,485 000000000000000000010ef90d98090c1acf131750331aa384845193f8f985e9 1.08 MB 2,975 16
603,484 603,484 00000000000000000013e9bc95b2548febb4e9c0e41816583684ff7ea880ae08 1.31 MB 2,901 31
603,483 603,483 0000000000000000000039464d9af0ba90e917e1d3f36eddef67ca54a2eb9cb4 1.29 MB 2,990 29
603,482 603,482 0000000000000000000fad9dc53b09b99aefe78cfe6584d6eb1062067eb3f01e 1.26 MB 2,540 28
603,481 603,481 00000000000000000010c1ebf04bd1b48b97c498f19c1aaeba139c08717dcfb8 1.38 MB 2,847 45
603,480 603,480 0000000000000000000b0f82c3e80da23e5a5fc4673a566a54fa12f30eb7a263 1.46 MB 2,567 18
603,479 603,479 000000000000000000022e5a720365237544b5a24878a8c731d36b6aa002d3b0 1.31 MB 2,470 47
603,478 603,478 0000000000000000000affc423a4be0ff60c0df44d0be817d5004f0c779eebda 1.56 MB 1,652 22
603,477 603,477 00000000000000000004485c5d990f9b340c05e67fefd57269c4890d25d908de 1.28 MB 2,300 29
603,476 603,476 000000000000000000021b344d0021b304979a0149f8a2288cc4ebe44c0e3953 1.27 MB 2,497 44
603,475 603,475 00000000000000000001b141137f6f000bb62cdcdf1d20f62351f3bbc9a98a40 1.08 MB 2,275 14
603,474 603,474 000000000000000000083f1ec2b6941317a2c114d6d08d988e7077492b416f01 1.24 MB 2,498 24
603,473 603,473 00000000000000000009f415e2910f398fb9e121d50131540042c42fb1cc5d0f 1.29 MB 2,734 25
603,472 603,472 0000000000000000000d946a648a29fbcb2598b48f8e18b4c51226e81f760a97 1.41 MB 3,055 21
603,471 603,471 0000000000000000000034d9ff29c255711cef5d94395cfc6f1c3a8bbf6fd2c3 1.31 MB 2,836 39
603,470 603,470 00000000000000000013e0929e074876c3cc9fcae089bc809df3d22cc3277723 1.25 MB 2,380 42
603,469 603,469 0000000000000000000d212b2e9f5be46391ba312f9fed330181b8bab64a9152 1.09 MB 2,111 23
603,468 603,468 00000000000000000010e7a41cbfe626c63de13e0ca1b896c3753138fe59e0fa 1.52 MB 2,570 23
Previous 10 blocks ↓
Total Size: 776.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,438.62 GB sent, 131.96 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.