Memory Pool Memory Pool Refreshing

4,390 transactions
1.65 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,702 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,719 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,701 (733,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
174,684 174,684 00000000000006f80b33840c2934e5dc3bfa0280cd414d64c75856bd61436af5 0.00 MB 2 0
174,683 174,683 000000000000028303c6eb1ca896bf7b76f04f5c5d29fd5c8aedc6867b9e8667 0.03 MB 72 156
174,682 174,682 000000000000033b9bffedd3432f9e4a66d187e10e586315dfaec581944251c3 0.02 MB 18 28
174,681 174,681 0000000000000022eb23502c6f2fca064a6d132e7fc73cf64757640c40278f54 0.05 MB 165 119
174,680 174,680 00000000000001fd041472be229fd84ed12c2d39c8bbf3752e5f7d5a38932eea 0.04 MB 99 154
174,679 174,679 000000000000002ca46852b7c7b8ebfd450ab06045ee8a081cb4dc9a3a47d377 0.02 MB 43 85
174,678 174,678 0000000000000637013f3e292a1f5a221e45925771c1be2be8124037aaa39ee1 0.01 MB 31 47
174,677 174,677 00000000000000a4f544cfa5594fed2b34d81b131cacd712010197eab3c1ae5d 0.01 MB 36 48
174,676 174,676 0000000000000349701484ffbf36ff6aeae3f7881eed3e43bc927036bbc11037 0.02 MB 38 52
174,675 174,675 00000000000006b616164d96364b8b6ab9cb1442c23f56894bedfd6b75536c8f 0.02 MB 67 79
174,674 174,674 000000000000045a6d1f000b78a243432ce657bd900f360a388b3446973a1db5 0.02 MB 36 56
174,673 174,673 00000000000003c3a83e6c3ca01bca1d0e103297581aa3f2e0b762b20a22fc00 0.03 MB 93 118
174,672 174,672 00000000000009e9b76c6d61ebe662d2a75b07b098e6ee946b1b9a953082a379 0.02 MB 31 356
174,671 174,671 00000000000002506a01653f0e46925284ac6d48df7cc1dc596023a4a4b816bd 0.02 MB 37 0
174,670 174,670 0000000000000a17107a0beac66e56516ea44b12270a4a859c563c1ddfe62d4d 0.03 MB 43 28
174,669 174,669 00000000000005c4da98f18c69f7da90bf917560a113d71e65ead4cfe7ff93e5 0.05 MB 54 175
174,668 174,668 00000000000007fe350c6dd5ff64ab74cf8f7949e0ad90f20cbc2a2622d55e17 0.02 MB 89 46
174,667 174,667 000000000000006459af1af6d1e3b2658f7abe7557c84fb9130c308d0bd8ce3b 0.06 MB 113 171
174,666 174,666 000000000000018c6a5ed32ad1dd6251c9dd0cfa640f026c6e08b900d6435e8e 0.03 MB 114 162
174,665 174,665 000000000000010949bc330121af94288066490d1177663ca136dd0cf6339181 0.01 MB 30 204
174,664 174,664 0000000000000a182725adfa8e1929b6bcd4275c76cb91c7d3e6a1f95be537da 0.04 MB 76 44
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,616.53 GB sent, 92.75 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.