Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,978 transactions (1.05 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,575 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 2,964 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,574 (250,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
661,479 661,479 000000000000000000026ab0d70e19a246b82766f29ca2483166ec05f3e25a18 1.32 MB 2,717 66
661,478 661,478 0000000000000000000771fb3162ac13b2e345112303d604da9b7feefa27bce0 1.30 MB 2,867 70
661,477 661,477 000000000000000000090491c1bde80eb4412aa76c850901e3e687fd858a7b80 1.21 MB 2,940 61
661,476 661,476 0000000000000000000d9b1f515e0c80ada40972ea8c5378ae09c01e35b3ee2c 1.14 MB 3,343 56
661,475 661,475 0000000000000000000106e35eba44026ccfd23c8a3870691ab3988009b6b8b9 1.46 MB 2,659 63
661,474 661,474 000000000000000000078bf32571f9079dca82fb8dfa99140b245e926df0e487 1.29 MB 2,921 82
661,473 661,473 000000000000000000073d101fd8673183f40be1072990ae80d3fec1fe25c366 1.24 MB 2,982 96
661,472 661,472 0000000000000000000b902ea4ed7ca9ac0649024d96ff53c3b18f1cf1b417a8 1.24 MB 2,943 105
661,471 661,471 0000000000000000000d8e76bb28559947a5b77742d2a022621192b3bad80463 1.42 MB 2,030 66
661,470 661,470 000000000000000000053ef2574f0fc2370563f2872085f84c40a18e29c59b67 1.15 MB 2,398 110
661,469 661,469 0000000000000000000eb6e66e6a507db3d9f39bc72706d712970dcb631796da 1.18 MB 2,814 39
661,468 661,468 00000000000000000000eb576d547b30d1d5b10d29d8bcf87f95fad1faf7ddce 1.30 MB 2,736 53
661,467 661,467 0000000000000000000a6cce8f6ab04bb90014569bcb8be77f3d521a85e94cf5 1.19 MB 2,958 44
661,466 661,466 0000000000000000000a9d84885fdd6ab68cd4576e78cac2d860fd2ecd2133c2 1.34 MB 2,812 65
661,465 661,465 0000000000000000000770e59b3d619a8a7e6e176fa5d14f551eafb3aa304330 1.21 MB 1,927 46
661,464 661,464 000000000000000000035e1e468de555839600cccd686b92dc6c30c85f23459a 1.15 MB 2,567 34
661,463 661,463 0000000000000000000c89f040ee2698d84708612f816566ff44397d325f8759 1.28 MB 2,552 49
661,462 661,462 000000000000000000036861ce1e43384ba292ce92acac229061f884178fa1f0 1.32 MB 3,342 85
661,461 661,461 00000000000000000009d4b403d7a95ef381e0c43347c826236512065154a465 1.19 MB 2,192 40
661,460 661,460 00000000000000000009349515106a1f289441d9e8f717d70ded2b0525a71bb9 1.35 MB 2,812 46
661,459 661,459 0000000000000000000586c80febf96b42bc1f5aab2eed11ab5dbaa0d2470a88 1.35 MB 3,036 52
Previous 10 blocks ↓
Total Size: 776.29 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,415.53 GB sent, 130.14 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.