Memory Pool Memory Pool Refreshing

13,263 transactions
4.72 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,722 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,992 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,721 (563,474 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
344,247 344,247 00000000000000000701cd96ee883845eb4bdfdc109049178785f338b634ccd4 0.75 MB 2,097 34
344,246 344,246 000000000000000011b4c5a63e9856d080a487d82ee1fc6b6d59b2049b3eda77 0.75 MB 1,722 29
344,245 344,245 0000000000000000163e509ab3997b9365e25c0f38ce40f469499976e3fa0f9f 0.75 MB 1,543 28
344,244 344,244 0000000000000000080de2cafd14eb7545ed52f9ee2b302b17f5c13f036d28ef 0.75 MB 1,964 31
344,243 344,243 000000000000000012b656d769e11750d72d09e4dad10f34c55384b3f7b62b26 0.31 MB 738 41
344,242 344,242 0000000000000000128cc2cf16140595dd9fbdfec3e4876d099e7ef2cb64d577 0.05 MB 128 27
344,241 344,241 000000000000000004517aa45d14e9e67479eeac8c29128bbfff64e19a3edc81 0.03 MB 37 13
344,240 344,240 00000000000000001566a50a99e76365866a3b8862373220f9496da52bef96de 0.53 MB 1,006 24
344,239 344,239 00000000000000000b8e4fb556a16ea8a50250312d09e9d152dfbf657f5554cd 0.11 MB 225 32
344,238 344,238 000000000000000015cb9194b8965914a20152fb6318e43b26331fea0339d4e4 0.03 MB 47 37
344,237 344,237 0000000000000000096fa662a551217085fe2a24a8e304ca96415778329c2f27 0.46 MB 823 26
344,236 344,236 00000000000000000948c817297a359e19671fae9aa2d082be18fa46a1169259 0.16 MB 225 14
344,235 344,235 000000000000000012a2087f2cd790b46968c6231b485d1680219011165dfe81 0.75 MB 1,599 30
344,234 344,234 0000000000000000139ed456e43abf36bf1776001f1aca73d513e4f11d3a5e86 0.61 MB 1,086 23
344,233 344,233 00000000000000000fa0a9b7174700bf76340b88e6c22a3916f0e83e1af4f2e6 0.75 MB 1,307 29
344,232 344,232 00000000000000000c03117529bb7db3d7dd622c6501b5b7af2f6c62acc53889 1.00 MB 2,001 32
344,231 344,231 00000000000000000ade085625a13891ce1595645d9fb3d2a759e53fa34c593d 0.65 MB 1,061 22
344,230 344,230 000000000000000009f7ba0a1c614556435f6bdd327d674d8ec079d25de11f78 0.43 MB 438 10
344,229 344,229 00000000000000001235404e418fdf43cef9eaaa46247fe54e20d38ab4f57dde 0.75 MB 1,582 30
344,228 344,228 00000000000000000cf3b7f4a7de8a80bcecfec66e5a1165cbfcfa09e686d67d 0.47 MB 693 39
344,227 344,227 00000000000000000c3a8076f71e56da0498f6611b13b569454252c5e86cc90a 0.19 MB 512 40
Previous 10 blocks ↓
Total Size: 769.02 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,624.69 GB sent, 93.00 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.