Memory Pool Memory Pool Refreshing

837 transactions
0.35 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 830 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (448,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
458,977 458,977 0000000000000000004b6c73cfda259b88dab7ec00f5f987a860996fd8c02a2a 0.78 MB 1,381 119
458,976 458,976 000000000000000001af49f40ae1110fc11e659583edf63d89b3247c4ff64d9b 0.25 MB 187 56
458,975 458,975 000000000000000000829d955c3fa3b8e93a66c3d7140b64da8e2f20f5ed2dde 1.00 MB 1,967 110
458,974 458,974 0000000000000000019d64491b87cbd963a131056ad06ba50a97be2903fb3840 1.00 MB 2,047 105
458,973 458,973 000000000000000000452eefea89c226e4bcc6ea58b9046c2ef8c796def232b5 1.00 MB 1,643 108
458,972 458,972 000000000000000002231e28d71c3698a556fc60cd085ae7179812aeed355bb6 1.00 MB 2,237 171
458,971 458,971 000000000000000000b07d430444ab682ee4d36df0b0ff77c488682522b29fbf 1.00 MB 1,326 215
Previous 10 blocks ↓
Total Size: 769.11 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,629.34 GB sent, 93.42 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.