Memory Pool Memory Pool Refreshing

5,822 transactions
1.75 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,694 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,273 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (188,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
719,440 719,440 00000000000000000005edaaa82eacecf16aa4912d6c3622fce60a507818f1a6 1.39 MB 2,616 4
719,439 719,439 000000000000000000004bbf41d2a8b9401991436e8711ede9874b6af075fba3 1.59 MB 2,579 15
719,438 719,438 000000000000000000060511e6a24bc0dc350e1aba1237ad942788e06da1abeb 1.48 MB 2,956 14
719,437 719,437 0000000000000000000742011909516ba9bd093049d9a6b68a3b1b8625f53af2 1.43 MB 2,441 7
719,436 719,436 00000000000000000009579334cc41bb6672b932c8851e1a428c508ad3885159 1.18 MB 633 2
719,435 719,435 00000000000000000006d9c167f24b4bd81c416bf0845008b8b6e17911999fb1 1.13 MB 840 4
719,434 719,434 000000000000000000012f4cce2d925c457ffce662582260d713ab13609f5b6e 1.52 MB 2,635 2
719,433 719,433 0000000000000000000548a96d79cf8666ec2ec45a5f9462a3747c614720acf3 1.51 MB 3,049 12
719,432 719,432 000000000000000000003b0be4382a6422d9823fdd88e9cf3b8c8f24f4cdb409 1.50 MB 3,607 4
719,431 719,431 000000000000000000044bb906f12d7ce63bdaf31bd267630a9acc56f71761ca 1.49 MB 2,948 18
719,430 719,430 00000000000000000006d966b2fd98a655a01797bbdc399d39f3933f6877ff65 1.49 MB 2,744 7
719,429 719,429 0000000000000000000b1f071c6519885bec7e2cba81be1e18ec7830e96d9ff4 1.69 MB 2,001 7
719,428 719,428 00000000000000000009526f1494de778f0a970af08a120332113c10d789272a 1.47 MB 3,215 11
719,427 719,427 000000000000000000082d0d5b284daae03a759a539ff135fef6b361b872e9d7 1.66 MB 2,094 6
719,426 719,426 00000000000000000002ce43a4cb6ac0451e828a5e90a9839d3c4059e6835749 1.47 MB 860 3
719,425 719,425 0000000000000000000907202edb79e2fb9ff39096eee54c62dd2f216495b107 1.39 MB 470 2
719,424 719,424 0000000000000000000ae85044f436dc4f4a709c350cdd4fa4d5ea5511115ce6 0.91 MB 160 1
719,423 719,423 0000000000000000000a1cc5c6ef805069bd90e25b7c53341ce0e5e5ffd13b6a 1.60 MB 2,136 6
719,422 719,422 00000000000000000001081031b9390d2a3f25a4076ad814f22a7dcb781a250b 0.65 MB 1,240 8
719,421 719,421 00000000000000000000778df06edfd4873f6a0cab878a52d97555353ec5a0f0 0.07 MB 215 10
719,420 719,420 000000000000000000003625753df3b67e7eca097c4e0338aa9d24eafd86b321 0.06 MB 121 10
Previous 10 blocks ↓
Total Size: 768.97 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,615.63 GB sent, 92.66 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.