Memory Pool Memory Pool Refreshing

499 transactions
0.13 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,792 00000000000000000002349e0000000000000000000000000000000000000000 0.12 vMB 503 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,791 (195,311 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
712,480 712,480 0000000000000000000436925301c0a2074f06d1dfc267cb4d980bdf4d44c842 0.14 MB 322 11
712,479 712,479 0000000000000000000942902ec4f6c3f1078d39b2e9547c27e219114558ad86 0.08 MB 211 13
712,478 712,478 000000000000000000079f29e487c510292652f736e64c8e2af6fc8faa258b13 1.10 MB 1,813 11
712,477 712,477 000000000000000000076f9cb91eebf4d7ac5826626b1bad75ebb8ac6cc99f5c 1.37 MB 1,706 6
712,476 712,476 0000000000000000000c1b145a6dd6028700b911e87edcbd8539899a63baee97 1.50 MB 3,118 13
712,475 712,475 0000000000000000000bc369a0be5914b88d9bf503b6b457b212f2d96c56681c 1.68 MB 2,748 7
712,474 712,474 00000000000000000005f486b426cec3cd86668a36e3d20c1fa961c1f249837b 1.55 MB 2,973 8
712,473 712,473 0000000000000000000a0b907a5011e1eaf86522c870b7bb02d42a897b70d417 1.60 MB 2,621 13
712,472 712,472 00000000000000000007ea64ee6b1b39165e127f2a6a5f2016ac0087e0d37e18 1.41 MB 1,971 13
712,471 712,471 0000000000000000000814aa9aa2926ce108de7007d45874ee90e6d168ffc4f1 1.29 MB 2,543 33
712,470 712,470 0000000000000000000304f9261d1a4481b314ee1b77ed4616b6c3741a9ad07a 0.58 MB 546 8
712,469 712,469 00000000000000000009bbe400071871ff72dd245bfba5129ccc964d4cbb213d 1.55 MB 3,166 5
712,468 712,468 0000000000000000000b5eeb76561c86ff3430310a23e15dae6ae31f8f4c75c2 1.46 MB 2,731 17
712,467 712,467 00000000000000000007ff348280e114581b8bdc64015b88a7e423ddaf3346e2 0.18 MB 372 10
712,466 712,466 000000000000000000090049eee35fe44afe1631e5f02aef4410c93cff95e0f6 0.72 MB 1,420 3
712,465 712,465 000000000000000000090cee338ad76e09786745a14a075e6f720953b8631b2d 1.46 MB 3,183 13
712,464 712,464 0000000000000000000c45aeeb7151c0e0a16762cc4e1fc10233d73edb7b3a6b 1.11 MB 2,368 11
712,463 712,463 00000000000000000006cc870b925032369e50d451d250274ce97bd5c484ef06 1.55 MB 1,425 6
712,462 712,462 00000000000000000007a07cc76a8256374d865451ddfec8d20b7205d05927ea 0.29 MB 233 5
712,461 712,461 00000000000000000009aa237d95be31dde3eb431f3bf893b9993b031c3ba0bb 0.28 MB 389 11
712,460 712,460 0000000000000000000ab1a0439fcbaa374ca30897de71f794a9cf0eef6bd712 0.25 MB 275 10
Previous 10 blocks ↓
Total Size: 769.15 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,632.59 GB sent, 93.62 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.