Memory Pool Memory Pool Refreshing

4,800 transactions
1.47 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,710 (125,990 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
781,720 781,720 000000000000000000010b77b2268c07a779c11f9b585eece999172208d429a0 1.39 MB 3,177 25
781,719 781,719 00000000000000000000e986db5c0c33c4c745d6c602c0394c0dc2c1e4e7323e 1.36 MB 2,395 33
781,718 781,718 000000000000000000040abdc1504b9a189aa89491ccabf56c995af7f38c07e3 1.40 MB 2,259 20
781,717 781,717 000000000000000000065a40e42e4d63e15013f761a8656d9544b04d44dd6450 1.54 MB 2,970 22
781,716 781,716 00000000000000000002943367e86046586e156ed1976d70107e49260c60460e 1.52 MB 3,491 31
781,715 781,715 00000000000000000005b472c14a6c5f559ec228e999525f09ac25789672f25a 1.35 MB 1,828 16
781,714 781,714 00000000000000000005d18baa8b08fe1d2a61866efce2137826aa5ef5b1497e 1.71 MB 1,155 19
781,713 781,713 0000000000000000000443485731b0a1ac01466c4b273a4a9e36033cc86bd1ba 1.85 MB 2,191 19
781,712 781,712 00000000000000000004b94722b3dcdc06d909aeb0115876a3ddf09dadbb3f03 1.52 MB 3,448 29
781,711 781,711 000000000000000000042c9edba3ef8479ada1d35764278d70e0ff1ba132c16b 1.46 MB 3,097 24
781,710 781,710 000000000000000000001dea449aaca89c7e2a474c1f26d6bf97c4310a71c37a 1.51 MB 3,635 29
781,709 781,709 00000000000000000002e9fd491c62b4748e8090f73e32de532bb1679fdfa4e2 1.32 MB 2,301 31
781,708 781,708 000000000000000000047504592bb076ea7688c2cc201a5866849cad30d77c8e 1.79 MB 2,098 40
781,707 781,707 0000000000000000000044eb955975c91a7cfac4503980b180eda269e060e403 1.77 MB 1,165 15
781,706 781,706 00000000000000000001576542b72029d7843c64c671e3952b4919bdba7f803d 1.73 MB 2,098 20
781,705 781,705 0000000000000000000228b4edaeb6bd58b734383c882d3510aee32b1f9dc73c 1.76 MB 1,987 16
781,704 781,704 00000000000000000000120abef27039f87148f57830ba891cc811c68555b9e9 1.84 MB 1,027 14
781,703 781,703 0000000000000000000455aa1b5186a8c581745614f531ef4f98a033f5c56b8b 1.63 MB 2,933 22
781,702 781,702 00000000000000000000e685ffff1c2a04c07493494147442e4377b045541e48 1.93 MB 2,198 14
781,701 781,701 000000000000000000010396f4bbc84c39e21dfe146382cc1fd7200db0bf4fc2 2.21 MB 1,972 16
781,700 781,700 00000000000000000001d730b0f95ca2ecd9904f97db3ec1aff88038914e2b36 1.71 MB 3,370 21
Previous 10 blocks ↓
Total Size: 769.00 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,616.87 GB sent, 92.83 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.