Memory Pool Memory Pool Refreshing

4,759 transactions
1.48 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
2 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,842 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,871 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (761,319 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,522 146,522 000000000000077c07e10a69ef471c8f952228db19d8eb3f56ee2f1c2e05a8c4 0.02 MB 53 130
146,521 146,521 000000000000011c28fb8876dd46ea2dcdea8ba248e9ada5db6973a107820970 0.03 MB 52 76
146,520 146,520 000000000000060c0543dd6cf3a146dbe0e96ece75dcfbe09804c6e7cf26ca76 0.02 MB 40 75
146,519 146,519 00000000000008a3865004d7425d1e863514dd1fb9221499ca4b7e09fdd5270e 0.05 MB 115 283
146,518 146,518 0000000000000593d4d70d0381a6c98550d8d831576984efc2b28290764fb73d 0.00 MB 15 14
146,517 146,517 000000000000027982ff3c5557eaa50126244c84d38b2c652c02b3dd16b52a8c 0.02 MB 31 143
146,516 146,516 000000000000043fab1de6db8a5485cf4c6027a2b8e6dc496533d80e7ac0c6c8 0.02 MB 31 336
146,515 146,515 00000000000008e2e9545006e634b767e3f2a742ffbbfcb053d47baad4c6e849 0.02 MB 41 308
146,514 146,514 000000000000069ab3a04ba772dd82c77b987a8c883e96cf9a2c22e7e7a559bf 0.03 MB 77 27
146,513 146,513 00000000000004a0392df40e81d43cc387bf4ae4cb02bbb39cf9ba27881aeabb 0.01 MB 12 184
146,512 146,512 000000000000003dc4f30c95454a841f989a7a9372e0ab2d6d68f1ffd1a26435 0.02 MB 31 124
146,511 146,511 0000000000000071d20d229cdc899ef34c7291e5263e033bfae3fb1c6177fd47 0.01 MB 16 436
146,510 146,510 00000000000004d244e16b0fd47c4091f1741a7d31c148e053f6db01ebeeabe8 0.05 MB 155 52
146,509 146,509 00000000000006a34262a610f38862dfa639d4a60a279dd08f0528414a33586b 0.00 MB 13 15
146,508 146,508 00000000000004361c2eb3f29bf47bc68af5e4eae212f854f6f6a5d8e55b605b 0.03 MB 53 189
146,507 146,507 00000000000001a2ace8bca7830a099a89b9df317625e9bb827eaef3b0b1c1ac 0.04 MB 57 218
146,506 146,506 000000000000071b37bba78c181f1cf892c1a02a0cdfcb60ae0468a3fd220028 0.05 MB 80 116
146,505 146,505 000000000000013a2526704b5d718d0ae47a584e0a67e0aa580ea0daf7ba3274 0.01 MB 31 184
146,504 146,504 000000000000056954df7f269fe65d2a62b2224c9015dc13259ec143adbc1422 0.01 MB 16 195
146,503 146,503 00000000000001140369086e1fb8bab5c2c8133a26cfb608ada08fd9f0ed88b4 0.03 MB 60 365
146,502 146,502 0000000000000613f153500ca4211b3552f47c14ea7c86ec77b91f7acf5d28d6 0.04 MB 72 218
Previous 10 blocks ↓
Total Size: 769.24 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,635.07 GB sent, 94.14 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.