Memory Pool Memory Pool Refreshing

1,286 transactions
0.39 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,875 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,276 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (5,664 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,210 902,210 00000000000000000000b9645357b9f7c7aff7390a62233e0875002383d62c21 1.61 MB 3,503 3
902,209 902,209 0000000000000000000238e53c7949f0b0e7f72ba508ab01cadce2a58cdc7735 1.56 MB 3,952 5
902,208 902,208 00000000000000000000aefb23207ec43415e327327b74215e9e3638c43eac49 1.06 MB 562 1
902,207 902,207 000000000000000000010670519f3753c462666f0d0dc0b27fc5d9d875fd71db 0.71 MB 975 2
902,206 902,206 000000000000000000004d6fca1ccd94f943d06d02a2d3206c423391b27a796c 0.46 MB 950 3
902,205 902,205 00000000000000000000efa5843e7f392f7e2779dc090cddc0f9148489ca1048 1.53 MB 2,973 2
902,204 902,204 0000000000000000000165e5e582dace764b40bc1fb54b1bc14d10f0e496584b 1.44 MB 2,566 2
902,203 902,203 0000000000000000000200d792d5efb9a6b74359fdc0763c27d52d001145c817 0.01 MB 37 2
902,202 902,202 000000000000000000019dde4d8084f651086569754ac1bba182cdd5c4a78788 0.49 MB 1,064 2
902,201 902,201 00000000000000000001650b5bdb2593a65f264923f6d5c50af34d5fd94b7543 0.82 MB 1,752 1
902,200 902,200 000000000000000000001a2bc141f5546c4abb7d1f6178cc1d5af745b1f2c66b 2.04 MB 1,079 1
902,199 902,199 00000000000000000000978b31a0008c5590543b2270cddd0c45c7340d3e6139 1.48 MB 1,854 2
902,198 902,198 0000000000000000000171ebe18f75e4db46abf9a0bd0cea1ce57775cf9172d2 1.19 MB 540 1
902,197 902,197 0000000000000000000031e52be6a4da15144077caabb1561264386fafe8129f 1.17 MB 906 1
902,196 902,196 00000000000000000001ece2f6dd518a72b4245ce216f02c424e7f299478e376 1.64 MB 3,490 2
902,195 902,195 000000000000000000017e88f295935d177bcb1a5b4660e6a0cf70671b88f466 1.67 MB 3,539 2
902,194 902,194 000000000000000000008d7e6a15133ca1e74071592d620e6e1a6581c092894b 1.68 MB 4,390 3
902,193 902,193 0000000000000000000228565f354d6b12be9ace8088bdae37362b190c32692a 1.48 MB 4,023 8
902,192 902,192 00000000000000000001f75326a130293c16a7a34bf30ffe2bfa29602cd9d7bb 1.67 MB 2,823 3
902,191 902,191 000000000000000000012673a438ea490f11ac6d67fa3d4b05cd40f0555a0a5f 1.56 MB 1,855 1
902,190 902,190 00000000000000000001c7e41ab1a49aa95cfd09383183684e49fff105dc3bd8 1.57 MB 4,027 4
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.74 GB sent, 94.46 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.