Memory Pool Memory Pool Refreshing

10,588 transactions
4.10 vMB
Show Random Selection Loading Transactions
Max Size: 22/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
908,114 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,887 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,113 (859,311 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
48,802 48,802 00000000092973b2869203d06582694459e303457a4bf8f90c4899b61f578bef 0.00 MB 1 0
48,801 48,801 0000000028f0213a4cc08abf44e5313b9f4f992bebd11288998bcb05c04653b7 0.00 MB 1 0
48,800 48,800 0000000000292c6f0966e92c4e9d35676fd7f703eaf8808d0d48962d3f2c7be3 0.00 MB 1 0
48,799 48,799 00000000040bd9adbb6f171374b144e3a5c4e6c981d5907de0e02cf5dc8cc57e 0.00 MB 1 0
48,798 48,798 00000000093ef006a8dd7ae2cf38bcbcb075c1f9a783471f09e9146a91f9313d 0.00 MB 1 0
48,797 48,797 0000000009cb954777aee2d8076ee34aaf46eab8291b4dd0c3730bc044711779 0.00 MB 1 0
48,796 48,796 000000000debe2d410c00f591d95c03351aed12a522affb13b48955fbe1a3fb9 0.00 MB 1 0
48,795 48,795 000000002016b4b77e56aa5d487211c44ab477b979cedc72d91ce5fbbea300b7 0.00 MB 1 0
48,794 48,794 0000000007d0dbf1adc304f8134b4ca89a854df8341defcd0f65e865eb20c70c 0.00 MB 1 0
48,793 48,793 000000001f892d53141c3e4a423664af317aa58e9351d4a7227180ad99f7d77a 0.00 MB 1 0
48,792 48,792 000000000211a4888b3d780124553cca34aa2662198a58e47ac556b7490ca8b8 0.00 MB 2 0
48,791 48,791 000000001b8094354f4bbd43f647cf4c69e5d3bdbc3d80ff74e4304526fe0e08 0.00 MB 1 0
48,790 48,790 0000000006164cd0c7f7f306ea831208d8936d41903e667d51bca67eb349cb6a 0.00 MB 1 0
48,789 48,789 000000000d94744d2086bea50f20dda354f2eaa001100f83c7abb253333fa94d 0.00 MB 1 0
48,788 48,788 00000000256a394721e436aae04f72a438e4f8eafa868f8ba9ef5747cd8a8186 0.00 MB 1 0
48,787 48,787 000000001f63b8adbfbea9d5b8ae13b75b07ad2461afc21a755947e28b06b7f3 0.00 MB 1 0
48,786 48,786 00000000001f4d67118bcd0e4e845df97056ebe0f22daa2bcf35249e55b00dc1 0.00 MB 1 0
48,785 48,785 000000001486566ecf88b865e3f642a1d1597e26290204b0573f6c8a0f55d91f 0.00 MB 1 0
48,784 48,784 000000001d29730e70512e5903a75424f7859a15db964f64f60cb9456e7e07af 0.00 MB 1 0
48,783 48,783 0000000026c93147da1ad8e9cee21dac9d3ef37875e859fc40f25b7815a2c433 0.00 MB 1 0
48,782 48,782 000000001a9974871b4dcf70cf8432bb66cc9cb995956f7d7a97ba698d015e69 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.76 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,679.69 GB sent, 96.71 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.