Memory Pool Memory Pool Refreshing

4,021 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,949 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,295 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,948 (194,032 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
713,916 713,916 00000000000000000000081939dee83e136592296edcbd3b6c7f53fe4e778297 0.08 MB 229 9
713,915 713,915 00000000000000000000ec6a948daf5b8e0e52409ac8023aaefd7607534f798e 0.02 MB 58 7
713,914 713,914 000000000000000000023ffdcf7ac60d32f9821d234fd192cc2b44d9e999eaf1 0.05 MB 127 8
713,913 713,913 00000000000000000001a10e0cb69dd3e223835a1486d7b54a789030fd9fb1d8 0.38 MB 659 6
713,912 713,912 00000000000000000005900711979886997099f99694d833ea8dbbafa7f8322e 1.51 MB 1,857 10
713,911 713,911 000000000000000000067d9e1c72b8d3d73294e1d667283f176d6ddc689c3f9a 1.50 MB 2,984 10
713,910 713,910 000000000000000000015a0c4a758077c1e0770576d39c90cac3a7d6e7d72639 0.67 MB 1,207 9
713,909 713,909 00000000000000000008e060c9f5e7a726d37592ed73b7f3b41760599d52596f 0.15 MB 244 8
713,908 713,908 000000000000000000026476991f77a0ed5edca795aa78804ac9a43e1dcf0322 0.29 MB 697 10
713,907 713,907 000000000000000000055b5b4d541263bebe5c335f146e0b8b7a9d2f1bd1d6ad 0.02 MB 36 7
713,906 713,906 00000000000000000004dbc10f52018615af1aa71497231320167c762ef58213 0.55 MB 1,156 9
713,905 713,905 000000000000000000023a8443dd7a90a01dabc9b2fb6abc02f83d992678941b 0.71 MB 1,176 8
713,904 713,904 0000000000000000000766df80e2d38699a0dc46fd21db820ecb2ce5197d4d29 0.00 MB 1 0
713,903 713,903 00000000000000000001a1e39eec7a530eb0d0f9de3bf19a7424b9a977cbfdb5 1.09 MB 1,974 8
713,902 713,902 0000000000000000000062a7bc51d166b77d328dd2c01bbe17ceb11490793de1 0.30 MB 665 9
713,901 713,901 0000000000000000000b29966c0e0a9fa3bfacc912891294b68edce908276f76 0.78 MB 1,297 10
713,900 713,900 0000000000000000000b6ea52ac0a3d8e51f26c223049edaf2c64ce0e8a6f78e 0.05 MB 94 10
713,899 713,899 000000000000000000046aa8d49c1c2135d53471f3cebb532ce44217be9aa10c 0.01 MB 32 3
713,898 713,898 00000000000000000002537d0e257e65aa4cbc0399c927b75fb108eb9539f538 0.29 MB 454 10
713,897 713,897 0000000000000000000348bbd8abdedf288e0f7337685688ae4f28fc346b8d3a 1.37 MB 2,403 4
713,896 713,896 0000000000000000000786d49ba979e33277e8dafa9e6bc55027c1708f94fff3 1.46 MB 3,349 11
Previous 10 blocks ↓
Total Size: 769.45 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,645.88 GB sent, 95.18 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.