Memory Pool Memory Pool Refreshing

3,435 transactions
1.24 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,907 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,709 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,906 (461,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
446,120 446,120 000000000000000001ea9b5a14dae1dfa89521a22ba6922ab1bf233c2a982558 0.03 MB 60 60
446,119 446,119 00000000000000000125fbcf1c7fb4354e355a44fee5ce587fe0734a19c9a7b2 0.90 MB 1,785 70
446,118 446,118 0000000000000000020e0f293bd1895215cd4dc2eeedd18bfb1b1b45d4abe69b 0.65 MB 1,383 71
446,117 446,117 000000000000000002f4005b97efc81698a5bb9609c79d4c225af113e870821e 1.00 MB 463 15
446,116 446,116 00000000000000000087f43fc84a2b46bbc00a545b1b8a03fae8044030732c5a 0.35 MB 393 49
446,115 446,115 00000000000000000011b5539dba18c866bdb21100902dfcb49ce4aa184887d9 0.71 MB 1,002 53
446,114 446,114 000000000000000001a78abbac311e567bb724f8ff0118fbc57b4a0f7f4d3ce2 0.59 MB 1,025 70
446,113 446,113 0000000000000000019b6e447f6968ae23dfd034045364aab44dcb9d5172e1d7 1.00 MB 119 1
446,112 446,112 00000000000000000375208490d30a7372e19862579e17c3247e6a426d2f5867 0.20 MB 182 22
446,111 446,111 0000000000000000017a1b6e6ba19e5ce1ca1708ce41f9ac0ab8517c47ea04a5 0.98 MB 1,218 55
446,110 446,110 000000000000000002dd86a2cecebf004011bbc466ee5e3437b0a7b3dc022987 0.68 MB 1,295 71
446,109 446,109 00000000000000000337e894754f866d3a98a94fc3f9d555be0da2423f8c93a6 1.00 MB 464 14
446,108 446,108 000000000000000001b35d2d6bba1fe3c9637868f37f6700f521e84c7b7980ea 0.38 MB 749 72
446,107 446,107 0000000000000000010017927692f54ddd72803f86cdac97a578f6ff94f550b4 0.36 MB 725 73
446,106 446,106 000000000000000001696cdc00eb3ef264cac583dce8522a126d9dcd3fa86ec4 0.72 MB 798 44
446,105 446,105 000000000000000002c2e6440967ffb7077bf6e421c942681549067d972530cd 0.98 MB 1,023 44
446,104 446,104 0000000000000000012fc84b240d6e4eab3a613cd221d644449cde669115f702 1.00 MB 963 42
446,103 446,103 0000000000000000024f24ac1bdbdab45e676d1e08e62c0d249897df73ef67bb 0.21 MB 475 87
446,102 446,102 000000000000000000e4d4bf0bc46010784e75dde366e60c859418b7adbbd133 0.60 MB 1,434 75
446,101 446,101 000000000000000000a488c8288b90ef27f88af13c1cde50561964db340708ad 0.11 MB 127 24
446,100 446,100 00000000000000000189472fb76ede1331e87fc5d942733aefa470eb726e943d 0.22 MB 192 50
Previous 10 blocks ↓
Total Size: 769.37 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,643.87 GB sent, 94.78 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.