Memory Pool Memory Pool Refreshing

968 transactions
0.22 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,792 00000000000000000002349e0000000000000000000000000000000000000000 0.22 vMB 954 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,791 (10,923 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,868 896,868 0000000000000000000064c03daab391b02e7e8862a590b6ba76ca334cf8986e 1.61 MB 3,897 6
896,867 896,867 000000000000000000001b57fbdcb0548c0be059ff651bd6fa9bde41eb73f2ff 1.55 MB 3,313 4
896,866 896,866 0000000000000000000096b4a84579b9d4ca2f2e9fa0d87d3c1658c90f1a045d 2.01 MB 3,239 1
896,865 896,865 00000000000000000001b25cf9ecdab82057fec963306dcf244a47854d3b0f27 1.41 MB 1,172 2
896,864 896,864 00000000000000000000da22fa72f256ae63549977723fca9cdd0eedcd5ea25b 1.46 MB 2,403 3
896,863 896,863 00000000000000000000ca1e95aa12666553d8cdde3b336ef3b7847ac7160b6e 1.33 MB 1,613 3
896,862 896,862 00000000000000000001d8019ad8ef81533b3f2e43b471baccbc743f21192d7a 1.76 MB 2,934 3
896,861 896,861 000000000000000000023c4a2446db865003140acac4ed6b5504e499c2ded645 1.57 MB 3,105 4
896,860 896,860 00000000000000000000f48c50f08f85d9bf02abc000d253533211a6eee5cb10 1.56 MB 3,775 5
896,859 896,859 00000000000000000001ccf2d12fd4acd6a1ebd50c7be3dc50d1ea587b6d2c3b 1.60 MB 4,085 6
896,858 896,858 00000000000000000000b8ac0840e9cd47a6b92ed09f5bde0b331d58fee62910 1.49 MB 3,491 11
896,857 896,857 0000000000000000000003da228cd89642130f92f42a4adf71d9a9124583c614 0.00 MB 1 0
896,856 896,856 000000000000000000015991cd97964d5d7999488b4b5906be50b7a9ca6217d2 1.49 MB 1,799 2
896,855 896,855 00000000000000000001d0c378cbbd54b232fe35d6ece2a563716bd028f66125 1.25 MB 1,230 2
896,854 896,854 00000000000000000001ab5851f7ed94c4f164ccd7c6618541161e72639ece26 1.64 MB 3,319 6
896,853 896,853 00000000000000000000f160fb978112baa90f8bc29110410fdf718e7bae6801 1.55 MB 2,875 4
896,852 896,852 0000000000000000000057faa2b2027e4f52809a93142ebcf979281974277415 1.61 MB 3,425 5
896,851 896,851 0000000000000000000207e2a4ad4820fce53e821cc7af03468e83daa7aed4ed 1.46 MB 2,300 2
896,850 896,850 000000000000000000011b5c31a6764afb3536c1c8bae1839bacb7a64f902de8 1.59 MB 3,288 5
896,849 896,849 00000000000000000000be07328d80bbfb5b7d3d4a6a4548c481b4791224ed81 1.54 MB 3,597 6
896,848 896,848 000000000000000000011848a72ba308e454a065cd47af91437e16cd80051305 1.58 MB 3,878 5
Previous 10 blocks ↓
Total Size: 769.15 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,632.61 GB sent, 93.62 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.