Memory Pool Memory Pool Refreshing

3,378 transactions
1.04 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,357 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (566,278 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
341,425 341,425 0000000000000000038c9a510a684d6d788d51c0149b928c214ae8fd79a79e34 0.25 MB 515 26
341,424 341,424 00000000000000000f093d3405b82750694eb9dad46aacdfc9c97287fe7dde09 0.50 MB 754 24
341,423 341,423 00000000000000000a20120c8940f7e40050ff3f370c0b218720bae3e29fbd6a 0.13 MB 206 20
341,422 341,422 000000000000000013040d6a026366955b894b38f87d7b05e1a1c2bb244224b6 0.05 MB 121 28
341,421 341,421 0000000000000000040d72063d47e9ac4eb47c4f0196c719ddb579dd524062f5 0.07 MB 96 17
341,420 341,420 000000000000000016c8e2ce978e8c41481408de79392337351c97034579594c 0.05 MB 83 38
341,419 341,419 00000000000000001771eec5a33bc27e2f48274bd377bf739c141f26b0efbd5d 0.11 MB 185 19
341,418 341,418 000000000000000004dd8e8a69e66ac18ef748a8155156fcda4327a27a972a3f 0.26 MB 591 27
341,417 341,417 00000000000000001180d7c862f8f519b69921bd1aa912e2ffe6bbd67ce80cce 0.01 MB 22 20
341,416 341,416 000000000000000009f6412a22c23dd8db5e91d139e73eb3c10235e36f5696a8 0.10 MB 155 18
341,415 341,415 00000000000000001a439816bb44f5150527f93a4aec07ce89d3ccef5d212fc1 0.18 MB 358 22
341,414 341,414 000000000000000014546879079c2d74237273ca572b9cfb91c978cd9e6a4f27 0.61 MB 1,250 27
341,413 341,413 000000000000000012e55f81fc261a7e30311f23a4898c70dba73bada5bdba79 0.03 MB 81 28
341,412 341,412 000000000000000009f543594eca534d383a2e5eebaa55d05b44aff1b060b304 0.03 MB 45 8
341,411 341,411 000000000000000004c3919e132ffaba01be76495baa4f0cc6b77eeb9cea79f8 0.29 MB 346 19
341,410 341,410 00000000000000000235f409fd164ace8ba4d1e5ec5524ea9cf151bb68904fa4 0.61 MB 794 20
341,409 341,409 000000000000000014e0080e630ff8b52522b734e207054104b33e42c38fef1c 0.06 MB 128 27
341,408 341,408 0000000000000000057fa1307f895c6ecb3f209c0bbd8be51d0d29a7036d0291 0.03 MB 87 33
341,407 341,407 00000000000000001115ebe0280377f6f14e5489237d0ed36d3d3c461588f661 0.19 MB 317 22
341,406 341,406 0000000000000000128daa077245983da1d04a2c3fb0d9dc4f956b7e8c9eac91 0.25 MB 217 13
341,405 341,405 00000000000000000d8e7fd6a021d874d6a16131fe838550d13fde25d157c3a8 0.18 MB 372 23
Previous 10 blocks ↓
Total Size: 768.99 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: 1,616.57 GB sent, 92.76 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.