Memory Pool Memory Pool Refreshing

2,114 transactions
0.83 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.82 vMB 2,099 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (823,847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,829 84,829 0000000000152df9902153f51e52926da7ec3a7670e7e218cbf680c35e1dcd7f 0.00 MB 2 0
84,828 84,828 000000000028cddffc0524525aa27f4295c068f7ce51ee9237d2ef3f09136376 0.00 MB 1 0
84,827 84,827 0000000000244fa70c5d3ef30fd340535eb154e4cd92f64afb7e2a6a928591b7 0.00 MB 2 0
84,826 84,826 000000000024e001d22671502b82971df47482c38d2c09217e219580f1bdd10e 0.00 MB 1 0
84,825 84,825 00000000000f1231b0c96fa34748f905513dd4313f69006aa499daf5031e76eb 0.00 MB 2 0
84,824 84,824 00000000002b7d3cc0ff987b7c1403d292038d9cdecd7726f9a6f0418b9710a6 0.00 MB 2 0
84,823 84,823 00000000001a8c420cef8559319823d84612f7ea1eb7ee2bbbe087c56db0f861 0.00 MB 1 0
84,822 84,822 00000000002750317b222c2b60da78dd348f0ea22227562d50b81c1d5f9fcd58 0.00 MB 1 0
84,821 84,821 00000000001a5805266617ab2bbf700a6fe5ba015717d743ef81e4fb02c25709 0.00 MB 2 0
84,820 84,820 00000000001beb693bc24d703c145d3b17dc2ce3d9e7d528893cca7e2ca24c05 0.00 MB 1 0
84,819 84,819 0000000000054751ac8ed5d89bdb1d90b62923f48b5a5a5d93ec3a4fff1cac71 0.00 MB 1 0
84,818 84,818 00000000002465e71d8b1b97a8298ec0627592586afbf9d0abcd9b1d8c8c372b 0.00 MB 1 0
84,817 84,817 000000000017b63ae83e085b0f9f29a68f3bbbcad0be5b779246b3b93cd2ede2 0.00 MB 1 0
84,816 84,816 000000000003e4ac89f2ddfd793a37d7ba16c47f21f2cd915e0d3e328e13c89a 0.00 MB 1 0
84,815 84,815 00000000001eebdc69ecc3e01b2d5fbd2f17353fc573eaac21f14405f36544d3 0.00 MB 1 0
84,814 84,814 0000000000229b921013cdc369c8b8c4d0f1375abd86d12acf334dcf913ef1b3 0.00 MB 2 0
84,813 84,813 00000000002b57202d7d9057ae46d7d9c8249904fba76e2388bee8bcaf58c989 0.00 MB 1 0
84,812 84,812 0000000000134ac2ffcb4f88320f46985b140202386d41549a1a0529fe8b74d0 0.00 MB 1 0
84,811 84,811 000000000028f5abe63b05d838ee6552a9f50545c6c207c54681a2990faf9a47 0.00 MB 1 0
84,810 84,810 00000000001d41f5be8f1c1b497a892a8813e2189c5bfa78508e147c2432d1b6 0.00 MB 1 0
84,809 84,809 00000000001a96e80d7b0815fbf67474c8e3cb53adda96be1e64bb070cc50e46 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.60 GB sent, 101.72 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.