Memory Pool Memory Pool Refreshing

1,319 transactions
0.51 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,859 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,301 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,858 (3,530 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,328 904,328 00000000000000000001d367c11fa8f4976623e1ea0bdf8101385ac8c5926a61 1.61 MB 3,294 3
904,327 904,327 000000000000000000013ace6c6d5a72ff129095239d9428b095e1992cc6bd29 1.60 MB 3,865 21
904,326 904,326 0000000000000000000204f89a3fa6c0285e90a7e916e53781a9bb4162c7751b 1.60 MB 2,579 1
904,325 904,325 00000000000000000001ae32739aacd1ce68fa59eb66e1d0346ab02a70ee7924 1.51 MB 4,848 10
904,324 904,324 00000000000000000000f061199f6ce74d9c2ea2a2afc6580fe04ebae13e29c1 1.49 MB 3,260 4
904,323 904,323 000000000000000000007674988f47526bae92083fdb4d8e236b9c60d795a5e6 1.62 MB 2,564 1
904,322 904,322 000000000000000000017a5c786e9f634e9a02dde61f0c89746077907977e6e0 1.73 MB 3,636 2
904,321 904,321 00000000000000000001293d85b4367c509da5c78bc067e6b0c1089784a51c5e 1.50 MB 3,468 3
904,320 904,320 0000000000000000000134f3ca782183e0bbe60d1f52d18844a96a1e4d637f6b 1.59 MB 3,742 2
904,319 904,319 000000000000000000014a6f39421b8f200ba815e71a167ea9fe919bd317f34a 1.41 MB 2,796 1
904,318 904,318 000000000000000000024cf384d1869a6953ecba5286b322b07e9d22c03b9d38 1.59 MB 3,966 2
904,317 904,317 00000000000000000000d654531c5ef1e248a4c6f5208c6fa472586b2a0b605e 1.55 MB 3,608 3
904,316 904,316 0000000000000000000223f3af518f3603dd002d9f511fa4fe121047c1c3e775 1.59 MB 2,309 2
904,315 904,315 000000000000000000011e64405d20db614188722ba60f842a1556e7296769d2 1.82 MB 2,717 1
904,314 904,314 00000000000000000001f6a256756ac28b74afaedff484f8e8f2414a372dd34b 1.58 MB 3,951 2
904,313 904,313 0000000000000000000163165075d7e0dc563a3c4383969eea506542a9365694 1.55 MB 3,870 5
904,312 904,312 0000000000000000000135dad50b27ee87dc9df36a6a52a4270bef34d20d7a75 1.66 MB 3,884 4
904,311 904,311 000000000000000000003796c79554e7115987f9bbdf264306e454bacbc9f691 0.58 MB 1,085 2
904,310 904,310 00000000000000000000bac1dc005fa07c054d3fb8cc2fd313cd471abbb768a0 2.41 MB 716 0
904,309 904,309 00000000000000000001a83c602f1bfbb4d2dfb9a98d7f05e5e660c485c33961 1.02 MB 1,485 2
904,308 904,308 00000000000000000001dd472239e3f7a2002ff1b6229e6ed49b81b1cf277cbc 0.31 MB 580 2
Previous 10 blocks ↓
Total Size: 769.28 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,635.44 GB sent, 94.29 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.