Memory Pool Memory Pool Refreshing

6,189 transactions
1.91 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,697 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,261 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (746,610 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
161,086 161,086 00000000000001249caefbfce31555480587187d1592673114c2ca4afadae193 0.00 MB 1 0
161,085 161,085 0000000000000da5648a0a285c82c247c21b993bdeaefc592fddb6bab64fe928 0.00 MB 13 37
161,084 161,084 00000000000007a0e2a86f8b505924c7cd37f0aa751c437b810679ee71b95471 0.01 MB 8 28
161,083 161,083 0000000000000d615caf4c659a3031f116ce5344bcbb8d626767187b74f04d2a 0.02 MB 46 83
161,082 161,082 0000000000000c7b586d3a0f473e52f13305a6824095baafe435ff1483afcf64 0.02 MB 52 42
161,081 161,081 0000000000000a7cedd6f711658455d366cbb2112afa639d43bb20f17615433e 0.01 MB 40 24
161,080 161,080 0000000000000a4e6b5f636b083690f44beee6d5b60bf42305d10b89b9cd707f 0.01 MB 3 998
161,079 161,079 00000000000004bad328175ac393a638a6de84a81974cbef0b2b4ee10392477e 0.01 MB 18 76
161,078 161,078 0000000000000532bcb03ca3491fb197a7e6af2cd2fe98e5fd22109893344bd8 0.00 MB 8 1,015
161,077 161,077 000000000000096e8365646d183da61962c5c353a0d54ae39be13204dca667bc 0.01 MB 29 7
161,076 161,076 0000000000000d8791f53b5f519a322d6b5d868901688079c145396a99814043 0.01 MB 19 225
161,075 161,075 0000000000000ab78233231e286373ec33a52cb5bf4b0c67902a117bf908c9e0 0.01 MB 18 59
161,074 161,074 0000000000000d31e805f8e09eb60cfdf196572d05dcfaf818853d430a994fe0 0.02 MB 34 1,531
161,073 161,073 00000000000001b6ba6bcde3f047502f485c881b7faa3073a429f8662916d806 0.04 MB 62 165
161,072 161,072 000000000000043c900ecbde234787e78857c087fc49e2e1cdde7ec0d5ce30af 0.02 MB 27 750
161,071 161,071 0000000000000cc54d1dc02351c4a70c23cf6e53349ae3d968e6e8ffd9ab9da0 0.00 MB 5 0
161,070 161,070 0000000000000c5abb6285cd23d606203107355ab5bf41e6be806894bb18bec3 0.03 MB 13 56
161,069 161,069 000000000000004b3e83e8a6c8bd62694aec4bef32a71d08f1213066730cca98 0.04 MB 68 82
161,068 161,068 0000000000000aef8d7fddf8de98e41500608c476f2ec9ae57e7a694da4e7562 0.01 MB 19 60
161,067 161,067 0000000000000c98ca2dd2404aec331c37bbbaefb727c22f8905ef34fac445ee 0.01 MB 28 47
161,066 161,066 0000000000000c63b5cd3fd4f47ebf214f58952a61ee37f2f8945f257be9b59c 0.00 MB 14 520
Previous 10 blocks ↓
Total Size: 768.98 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,615.98 GB sent, 92.70 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.