Memory Pool Memory Pool Refreshing

9,110 transactions
3.05 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,843 (555,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
352,402 352,402 00000000000000000974ccfc28080342e51321f2efd71f3524c6292bdb3e2d4d 0.75 MB 1,149 21
352,401 352,401 0000000000000000039dc7fc982749ed8c81a49d64b5458e00738e5ed24a0062 0.75 MB 2,372 42
352,400 352,400 0000000000000000004fc54209192fed68ad012237ac4f8e7e814cd5ad73a870 0.10 MB 227 31
352,399 352,399 00000000000000000561726710342c16e2b2360aeda7c97e59559ab877b5de1e 0.08 MB 114 13
352,398 352,398 000000000000000008b4df4cb440754705b0f4039f781c4ed10981c8094f0046 0.15 MB 339 19
352,397 352,397 000000000000000004211b7b8275325acc77773e815f16a878c64412d47e0847 0.75 MB 1,690 31
352,396 352,396 00000000000000000596cdc669782d162abdb7b5b54edf5f80723463b750b3f7 0.47 MB 983 26
352,395 352,395 00000000000000000f4681d6cae97eac527996e9830b4d0b9fa18328bef8aabf 0.40 MB 788 28
352,394 352,394 00000000000000000a9306de52f5157fbdaa23351be600a638486ae6d7f9333b 0.30 MB 576 25
352,393 352,393 0000000000000000061016841420c45037572d6fb31a649f1d301601a9f22609 0.38 MB 676 27
352,392 352,392 00000000000000000751e44df1fdfa7455fe4fc238d9214306d9f0ce16e9442f 0.13 MB 332 36
352,391 352,391 000000000000000003ff4cc30252739b23c39608290d1d44b2bd394dbb71656f 0.55 MB 1,016 25
352,390 352,390 000000000000000003f31c8209073b3a864710796f6077f2a2e889d3947bd3f4 0.30 MB 626 24
352,389 352,389 000000000000000003469ec334073e675cefb9bbba078a997dec2d36f85107a1 0.41 MB 789 27
352,388 352,388 00000000000000000a8ef72806444458624e1239b180a711e9fecd452abe49d2 0.26 MB 292 6
352,387 352,387 000000000000000008bc8db71e458500a3e18162f5c6bbe5ceb41b0d6bc967c8 0.68 MB 1,236 28
352,386 352,386 0000000000000000072113c1f8129f531edd35e31a4b11262fefb42dcc606c5c 0.75 MB 1,375 29
352,385 352,385 000000000000000015b83bda32886f53fa6e1f416f714192065c92965e55497c 0.39 MB 702 26
352,384 352,384 000000000000000015b61dd2a2fdbc4b7573f5107d07f5c00afb1936cefd31c0 0.44 MB 721 10
352,383 352,383 0000000000000000163c03f3365d2bcaf4513c9db7af164552fbb555aff76808 0.68 MB 492 14
352,382 352,382 00000000000000000d84ea85e669ca24504d36b208443dc401f90ac9428d4cbf 1.00 MB 1,603 24
Previous 10 blocks ↓
Total Size: 769.25 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,635.15 GB sent, 94.18 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.