Memory Pool Memory Pool Refreshing

3,247 transactions
1.38 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,710 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (158,221 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
749,648 749,648 00000000000000000007f6fbe0358c764f132bb70f1144b70cf9910b6ffcc928 1.50 MB 2,588 18
749,647 749,647 00000000000000000006ab8c910dff78c9b8b6636d3282ba76ff2ebde3e4c33e 1.51 MB 2,566 12
749,646 749,646 00000000000000000001ab84e45802ad80db01eb2152aae1a4b25ed50c39dc44 1.50 MB 2,066 11
749,645 749,645 000000000000000000087398a610d528672d9826a081627a07aae3919d9647e5 0.24 MB 75 21
749,644 749,644 000000000000000000070333aa3b6ba63aa51275d0d1d2641e2900828ea3534b 0.39 MB 457 14
749,643 749,643 00000000000000000008f9af00cafff969221361254b6b7d675a4b601c112494 0.27 MB 328 10
749,642 749,642 000000000000000000070d4aeeb94ab50b8cafce3f9c5fd8fdae7222de8de235 0.30 MB 467 9
749,641 749,641 0000000000000000000190bdef3d1051760be7855d11344b125f4c1e7f0e91b4 0.01 MB 38 12
749,640 749,640 000000000000000000068947e1a084dba76b9efa9ebc2c4d268ade8c27b94ad6 0.49 MB 930 8
749,639 749,639 000000000000000000017bc051d4192786188eef0de7af128256f1be71078abc 0.66 MB 443 5
749,638 749,638 0000000000000000000520183a5297dad1f64c1f6be3a61aaca386d9b1a42c51 1.36 MB 1,898 6
749,637 749,637 00000000000000000009646a491e40e7cbb4ddbcfd817409e419af43e373ea4d 1.21 MB 1,379 12
749,636 749,636 00000000000000000002c26547bdec0343f995e9b611b20fafd1ede2df8901af 0.20 MB 446 12
749,635 749,635 00000000000000000005e7f15e6d8c121de9a0f89a763948be7c7a17c0095899 0.44 MB 504 8
749,634 749,634 00000000000000000000925ea701e26eea6ef6cf169610e82be0cd2356d207f0 0.22 MB 499 13
749,633 749,633 00000000000000000004ebdaad813c4395415152af03bbcbceac90d46ef9628b 0.31 MB 555 8
749,632 749,632 00000000000000000000d6445143b43fd51d376f0981eed490d26b137db6e463 1.73 MB 1,157 3
749,631 749,631 00000000000000000002d1a2fc6bfcbafa60c3aba0740c39c164e9dcc98c8d6c 1.67 MB 1,280 6
749,630 749,630 0000000000000000000917009f076589f1cf5239aad0d0dadf970fce2a274be2 1.51 MB 2,386 8
749,629 749,629 000000000000000000020083c735844f0b327ad05d1ac920e005d7c4e2e822d6 1.47 MB 2,813 13
749,628 749,628 000000000000000000080efc2f673c0a22ab39f74c3db501bfa4f725bb93cec3 1.68 MB 2,044 7
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, 113 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.