Memory Pool Memory Pool Refreshing

10,563 transactions
3.85 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,731 (134,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
773,134 773,134 00000000000000000007549037e87e3e1be31506cdd97f01467d7d63c15cee3a 1.60 MB 2,634 9
773,133 773,133 000000000000000000059ce514fa32f080aad3e500455d58083796fd7d2b3526 1.45 MB 3,292 19
773,132 773,132 00000000000000000004ea80d28beca65be563cb043fb5199618a0472e036491 1.54 MB 3,322 12
773,131 773,131 000000000000000000014bfb314308fa2a60e6d0d985665c92c2ef510cfe475a 1.17 MB 2,433 12
773,130 773,130 0000000000000000000450268e8431e0765900a9bd4dc647d7a907abf001dd67 0.66 MB 1,183 13
773,129 773,129 000000000000000000060a6811f0bf0bc6e2f92e3ea891584507e90737b4b6af 1.39 MB 2,750 8
773,128 773,128 000000000000000000003c4dcadc55fb9c4cb44bea0897bc2009b0eac7d4b77f 1.52 MB 2,804 13
773,127 773,127 000000000000000000026877523398d6738832411286f4a4499f535e04213976 0.97 MB 1,227 9
773,126 773,126 00000000000000000003dddc92a0c56132cffd33e1b94ffcaa4787cbae66c7c5 0.50 MB 681 13
773,125 773,125 00000000000000000006250f36e8d1cf12619dfd1de970922bfafba227948e9c 0.93 MB 1,369 11
773,124 773,124 00000000000000000001a552baf0a1a55e43d45060b82d6695d9379ed93aeb89 0.89 MB 742 7
773,123 773,123 000000000000000000005852b17c77f7fa3b42c6846f92cd306566afb18ff1a0 1.61 MB 789 4
773,122 773,122 0000000000000000000315495bbbef937518c4171705065998cadc29a660dd1f 1.50 MB 2,246 11
773,121 773,121 000000000000000000000c9f3b1681d0ef184293d16868b0d1ea15a953e162aa 1.58 MB 2,614 9
773,120 773,120 00000000000000000004d1269b86aeeb4432c0e0a08e21d7db6a37975a9bee0f 1.26 MB 2,086 17
773,119 773,119 000000000000000000021ab52a89d4ef2eb8cd31f21002477bee0e9b00c7f99c 0.13 MB 232 12
773,118 773,118 000000000000000000047ee86e1be2f4b378c76cc1b5d1feb379505734f22a62 0.12 MB 131 13
773,117 773,117 000000000000000000040398c5b8d331ca15291ae65f6706f85237319c6a8b95 0.74 MB 1,331 13
773,116 773,116 00000000000000000002a0dd015abac61c255a0dc79f8c81c73bafc1352a4150 1.72 MB 2,155 4
773,115 773,115 0000000000000000000106b9b713ddb134a7a5546113939eb5253e6a160b71e9 1.53 MB 3,200 18
773,114 773,114 0000000000000000000006b4679a43dcf39cd0a3d03995289dea8816dfad0853 0.55 MB 1,209 12
Previous 10 blocks ↓
Total Size: 769.04 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,626.99 GB sent, 93.10 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.