Memory Pool Memory Pool Refreshing

1,755 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.51 vMB 1,754 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (297,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
609,892 609,892 00000000000000000008f74a61807f10fc9eb2eb44d548d24c5fec203f0b34a3 0.61 MB 1,495 16
609,891 609,891 0000000000000000000875b51edc110d398c7bdbabc6ce0fffa85fd75b562c08 0.71 MB 1,835 15
609,890 609,890 0000000000000000000f578c397736149098edce9b374eff6d90b6bc9634c05b 0.73 MB 1,796 15
609,889 609,889 00000000000000000008a503c044162bdf9bbb94ff990734941fe46b1127d3c4 1.32 MB 3,129 12
609,888 609,888 0000000000000000000c4d1abf4c6b146f0eb0adc95b6bcb515881d9b21d6da9 1.25 MB 3,083 9
609,887 609,887 000000000000000000062ba68e0d9c45d0718fb4a5b032605b07de11b6f3abb1 1.26 MB 3,406 17
609,886 609,886 0000000000000000000b0c3a0c4d781fdcd0720d3029e14e7868d6c210666c47 1.31 MB 3,181 22
609,885 609,885 0000000000000000000257ed17a62cfa676659ee9a924056b4b68913477a8a61 0.10 MB 259 21
609,884 609,884 0000000000000000000be06e5c2a01d46b3474b801f2caee8aa8b5c389aa14be 0.96 MB 2,085 13
609,883 609,883 0000000000000000000bae5114aa87839451f7c5d87f88898add9ecc6d68a466 0.62 MB 1,245 13
609,882 609,882 00000000000000000004053efb053834257ef1966567b16aa9b56876cd263e29 0.73 MB 1,716 22
609,881 609,881 0000000000000000000c63a87823400400292a702f2f4655f6c1e4fc0db01c9d 0.08 MB 226 14
609,880 609,880 0000000000000000000a29ad35059166c3e11cf408af2fe4fe8fd0bc100dcb28 0.29 MB 658 16
609,879 609,879 000000000000000000146b4b34957c8b6faab29209cd92eecd5a8b9e4b1e5292 0.01 MB 30 15
609,878 609,878 000000000000000000019a28b7db24815322781ed80a6e1825671ac881da0afb 1.02 MB 2,413 10
609,877 609,877 00000000000000000014e33c99c5c8583ce6e68c3b756f08035f6d25af6c9c3b 1.25 MB 3,118 23
609,876 609,876 000000000000000000000e46fe912d833d479a2732e90c032149ab285412e20a 1.16 MB 2,749 18
609,875 609,875 0000000000000000000fcfaf612fc2a3a5f8d8698f5942126be4225e9a6fd2d7 0.81 MB 1,830 20
609,874 609,874 00000000000000000001482cfcde7409da1648a635537604a9eb211f65c36856 0.17 MB 421 16
609,873 609,873 000000000000000000091db87fe1d2c72b3c5bdea0bc49e5822b4250ea91e5a0 0.18 MB 476 21
609,872 609,872 000000000000000000001c475be7c331455309237011cacea6c44db3b72186a6 0.86 MB 1,895 3
Previous 10 blocks ↓
Total Size: 769.14 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,631.98 GB sent, 93.59 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.