Memory Pool Memory Pool Refreshing

10,806 transactions
3.25 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,565 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (57,466 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
850,249 850,249 000000000000000000019fd8dbb60fc2593399eb971865c9243af1c06e3e0ac1 1.62 MB 4,576 17
850,248 850,248 00000000000000000002fef57bcdae4da9efd1d36eeda9cbb353e588ff308ff7 1.65 MB 4,341 17
850,247 850,247 000000000000000000019b4cea4994a830040820cfce1c3415a1e626290c4e7f 1.56 MB 3,488 21
850,246 850,246 0000000000000000000043e0a437ff30f707554b21fe9c34e72a12ca1dd26782 1.61 MB 4,627 10
850,245 850,245 000000000000000000022a44fc78749f14aa3212cc53ab81eef73b2941295e56 1.69 MB 4,201 15
850,244 850,244 000000000000000000014daa1772cceecbf0a9d02e6aee060f2205ad92ed6a32 1.62 MB 4,835 12
850,243 850,243 0000000000000000000136ed8454d3d172b0701eb988eab4f4730bae74a7cbc7 1.92 MB 3,951 16
850,242 850,242 000000000000000000019175adc96a475387cad000b283b230ce65d9d175b02a 1.73 MB 2,320 8
850,241 850,241 000000000000000000010e31fe7b9e6dcff9265afc547a361a6a552f93309d5a 1.68 MB 4,567 10
850,240 850,240 000000000000000000035063f3013631cd1673250e3f7fc1afa0834b1e776eba 1.61 MB 4,528 15
850,239 850,239 00000000000000000001466970f9dc07c8cf9594ad8f54b6f9c968d749fc1efd 1.51 MB 3,837 19
850,238 850,238 00000000000000000001ab6a43bf4adfef17d2149d891a4d690f57d52c4d1f94 1.63 MB 5,262 14
850,237 850,237 00000000000000000002f4704738a5908a9e9f6066d2f04a54dd82fec037927a 1.61 MB 4,487 9
850,236 850,236 00000000000000000000f17330274f7ce424de2a988e9b2067d5d72a20aa16e9 1.63 MB 4,133 17
850,235 850,235 0000000000000000000149834e3ec441ada44f4dec36e3428667172309380fa8 1.63 MB 6,883 7
850,234 850,234 00000000000000000001da330e3273b19181a295eb1bc37c6f668b2036d04deb 1.78 MB 3,145 9
850,233 850,233 00000000000000000001e85ad6126bc8cc2e55aab942f80226889b10decdfd05 1.45 MB 3,903 11
850,232 850,232 00000000000000000000a79afcfefe8c9f39ca226d0b2cfd879713f45ee0dd9a 1.61 MB 4,377 17
850,231 850,231 00000000000000000001f24ed0159fc45bd6406c448c4a6581f79007b30b92f3 1.77 MB 4,585 10
850,230 850,230 000000000000000000021a324aebaa06b4c415fce6ca1db1a069ef8f1774aca1 1.62 MB 4,893 11
850,229 850,229 000000000000000000022833de5b8d98d4b727db3a8423308af6698e01b6d360 1.62 MB 4,222 22
Previous 10 blocks ↓
Total Size: 769.01 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,621.47 GB sent, 92.91 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.