Memory Pool Memory Pool Refreshing

6,287 transactions
2.04 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
907,876 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,659 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,875 (448,877 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
458,998 458,998 000000000000000000de1b4f9d47d328af69ccc6f637242cf70ac90942ceb098 0.67 MB 1,432 141
458,997 458,997 000000000000000002424d6e559b5facee844e86e3534d418dd5013c099789fa 0.36 MB 611 128
458,996 458,996 00000000000000000122cb2687eed744f35433be65dfd38b8a2c756d9c369964 0.17 MB 312 143
458,995 458,995 00000000000000000148fb961e55dec1ba703a647109e3fc82cb1feeb5464467 0.98 MB 1,642 96
458,994 458,994 0000000000000000024d3be3d3c8b75eb5193b959b5849d19936a6bbca581005 1.00 MB 2,346 171
458,993 458,993 000000000000000002484b3f423b8e6634955f004d73fe1d2d953e764a86d579 0.82 MB 1,742 136
458,992 458,992 0000000000000000019d6e1b3cf9e3dcbcb04900616326192d8a73f55ddc1396 0.57 MB 1,282 141
458,991 458,991 000000000000000001d2d72ef67fee5ae47e3bdc5a868fc01d6dcacd852f1a2b 0.91 MB 1,639 85
458,990 458,990 0000000000000000007978d0f84e910b5de51c7677492ccfa4d4214e1a1a5838 1.00 MB 1,686 141
458,989 458,989 00000000000000000156ba1f527f5d419ed3348cf8350ba20f0d49fb786214eb 1.00 MB 1,512 142
458,988 458,988 0000000000000000001df8cba48759736f35701e886401c7a691ee30ade7c8ca 1.00 MB 2,062 160
458,987 458,987 0000000000000000009a4ab4eac3f0f1156edd254e89fe5f18f8f37ad1f495fa 0.45 MB 586 120
458,986 458,986 000000000000000000ed140a4b52760ce861899401c0040ec3b272f1f9a17194 0.46 MB 771 115
458,985 458,985 000000000000000001723ef9aeedf3b7c4716c8844be4465497097fdc51941ac 0.98 MB 1,672 136
458,984 458,984 000000000000000001653d15463059cbbc2b862f9d58962cc524c1be7e65358b 0.61 MB 822 134
458,983 458,983 000000000000000000b9d5595aeed40264ac3057fd291be8930369b07ee84fbd 0.42 MB 719 128
458,982 458,982 0000000000000000024b31f07319d67b28f8dd8039920b1bae03bb33c6060b1d 0.08 MB 147 122
458,981 458,981 0000000000000000008d6cc5d8be485cad92eaaabc3ab184dbaa7c1859b2b0e0 0.77 MB 1,242 128
458,980 458,980 000000000000000000b5cd1cf2384c1ae781b960ed00356d1e34777bae366fd9 0.21 MB 453 119
458,979 458,979 000000000000000001d7206f1964396503526542af4e310f1bb740183b24747d 0.12 MB 293 140
458,978 458,978 0000000000000000017364dfc174c38c0c01d95dfcb1a64bebc757d59c806df4 0.10 MB 223 157
Previous 10 blocks ↓
Total Size: 769.31 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,642.80 GB sent, 94.51 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.