Memory Pool Memory Pool Refreshing

4,145 transactions
1.50 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (64,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
843,849 843,849 0000000000000000000233bb586802a9201d74749d93af061e747c6d4060f800 1.71 MB 6,772 10
843,848 843,848 000000000000000000009e4cf35b9d05599f224788ecb0c6ed4c7b6f99536c95 1.46 MB 2,633 15
843,847 843,847 0000000000000000000093755c05946eb2b170a09b5a05ab7195793ff57b5a40 1.60 MB 4,262 14
843,846 843,846 000000000000000000025afd7ce3bd9df587de073d3089217d2e332c2031dc17 1.56 MB 2,826 15
843,845 843,845 000000000000000000013966010c3d739bd35321f626790c1f53e17b9dbf4de9 1.71 MB 5,460 10
843,844 843,844 000000000000000000018d61058a0df83b008b911e8a5a5cae400bcafbd86ee8 1.65 MB 5,169 10
843,843 843,843 00000000000000000000e41f662ac2a8cb3498429068fab5dd2a00197235b155 1.60 MB 4,150 19
843,842 843,842 000000000000000000033432fc3ff27704363ad79cf04975dfaba9b1a80af62e 1.84 MB 3,108 11
843,841 843,841 000000000000000000032d5ae0b702b04fe3eb25bb9fa67d870c2988be7e2676 1.68 MB 2,974 21
843,840 843,840 000000000000000000025b5c70024431ed51038a53f2d6e2f9240efea1f97d81 1.69 MB 4,906 9
843,839 843,839 000000000000000000008d3240f140bcb5e9b3453c78d22fb9bd72be2053dabf 1.69 MB 4,552 12
843,838 843,838 00000000000000000001b613ea50086b3e3cef94a001eedbb940a6a513e43c63 1.62 MB 6,507 11
843,837 843,837 000000000000000000031d0244242f8f1d2a4cf4686e268783be7a3e76e060e0 1.58 MB 4,212 12
843,836 843,836 000000000000000000020d2c16f8fe5ea7dffe5abf9d535ada8cbdc253b533bd 1.64 MB 6,388 11
843,835 843,835 0000000000000000000237cb7f21239a8b8e9d3580787b436bf79505c0dad0aa 1.62 MB 6,127 11
843,834 843,834 00000000000000000002ecf8aa998c740314e896c159a9649038b1b348924579 1.86 MB 3,331 12
843,833 843,833 0000000000000000000039c70580ad2fda3a316a01c16486f071403322c83652 1.61 MB 2,482 14
843,832 843,832 000000000000000000014db52a0d8200294974fb3b15ebebee5c20dbbae8f7c3 2.00 MB 1,774 13
843,831 843,831 00000000000000000003620d564167b7b0c4e401bf49adc4fbff7b67102c0c31 1.66 MB 3,750 18
843,830 843,830 00000000000000000000c2459efd571feb5f2de5116d74185efb562af84a1388 1.70 MB 5,378 10
843,829 843,829 0000000000000000000225051683bcce8091c896bb8eb6a0815f781ce8b76fa5 1.72 MB 4,233 15
Previous 10 blocks ↓
Total Size: 769.26 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.26 GB sent, 94.22 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.