Memory Pool Memory Pool Refreshing

3,480 transactions
1.54 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,896 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (741,693 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
166,176 166,176 000000000000062dca96ef988e76ba7bb3294defa16e2eec326f9f246857e382 0.02 MB 70 140
166,175 166,175 00000000000004052f7214fb45c6c9ca544d31987e949d23aff50c5f9bfcca9c 0.03 MB 102 30
166,174 166,174 00000000000004a29d7b0061be1a56edac3a02bc0c34314d3caffddc23651a81 0.01 MB 26 80
166,173 166,173 00000000000006916216054768864912cdb35353ad17d7c905233351471a7912 0.05 MB 133 135
166,172 166,172 0000000000000a54946f1400a1f0804a082e2095b9b4db82fba0f9d4833d66ad 0.01 MB 24 129
166,171 166,171 00000000000006f10da438d82d3c4cb0e1ab1f8ec763442f69cf519952bf954b 0.05 MB 149 68
166,170 166,170 00000000000006f1b09d09fb2407da288bb5a2756f2454018bce5dc2065da7b0 0.03 MB 68 186
166,169 166,169 0000000000000be5d275d376a32a6ba89e153093d383ac0847b201aa981e003e 0.01 MB 17 0
166,168 166,168 00000000000004ef0d8bee28fb02b0c82ee18a50b4820ae79a3083ca3d89538c 0.02 MB 36 8
166,167 166,167 00000000000008cdf20b05049aee5bc094f312d3f91e070117148e4835d6f18a 0.03 MB 75 46
166,166 166,166 0000000000000a57c58577c5f3249daf070db0a77770cb9f88a85ee607dde44c 0.05 MB 105 65
166,165 166,165 0000000000000079ed6163593a289c21c2885b97970f68a0096b15d5f4ba70dd 0.05 MB 114 102
166,164 166,164 00000000000008e0d36b05ed3a9dd4ded7ee82c2248930bf1078b4f893762c29 0.01 MB 16 557
166,163 166,163 000000000000015f1594a344051fe2aa77c320155048e8ebf0ea6d1d9a9cc56d 0.04 MB 86 108
166,162 166,162 000000000000048a1cecf2031ed9567bcec39e2272c0a5428f40c02596bba806 0.03 MB 43 123
166,161 166,161 00000000000006a26fe790fe5d6b77654038334295c076ed5d29473410db082b 0.01 MB 31 111
166,160 166,160 0000000000000af76996f8ad7bd90ae2fa8ee423476d03b3699343564ebdbf8d 0.03 MB 45 128
166,159 166,159 000000000000021d3044af850c3d0050a95f892ba5b9f5c8a7889215e3f4c8cb 0.03 MB 55 51
166,158 166,158 00000000000004d9aad3e5cfb0cecac61352696b7117a3f1a7508f43e70fdb45 0.01 MB 18 0
166,157 166,157 000000000000070d716cfeb345cf6e38bd104b586e877d26a261ec49caf1fba8 0.02 MB 43 141
166,156 166,156 0000000000000181ec84b8edb5cff390505d93d29fffdbb0e843cc5f480b265f 0.03 MB 62 103
Previous 10 blocks ↓
Total Size: 769.30 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.59 GB sent, 94.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.